/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/check/ambient_modules/foo.ts
6 строк
203 B
Nayeem Rahman
fix(check): filter resolution errors for bare ambient modules (#30690)
12 сен 2025, 19:44
Не верифицирован
12 сен 2025, 19:44
9e2472a
Код
Авторство
О чём код?
/// <reference types="./modules.d.ts" /> import type {} from "bare.svg"; import logo from "/logo.svg"; import "./global.css"; import styles from "./styles.module.css"; console.log(logo, styles.classes);