/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/tests/apps/modules/packages/modules-test-package/client.js
17 строк
288 B
Leonardo Venturini
tla does not work on client
04 сен 2024, 19:03
04 сен 2024, 19:03
6af7fb0
Код
Авторство
О чём код?
import { checkPackageVars, checkWhere, } from "./common"; export const where = "client"; export * from "./common"; checkWhere(where); var style = require("./css/imported.css"); if (! style) { require("./css/not-imported.css"); } ClientPackageVar = "client"; checkPackageVars();