/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/tests/apps/modules/packages/modules-test-plugin/modules-test-plugin.js
8 строк
256 B
Ben Newman
Test that relative module identifiers work for .babelrc plugins.
01 июн 2016, 08:39
01 июн 2016, 08:39
bfc59dd
Код
Авторство
О чём код?
import { strictEqual } from "assert"; // This tests the ./oyez-transform.js plugin, which replaces any "OYEZ" // string literal with "ASDF". strictEqual("OYEZ", "ASDF"); export { default as one } from "./one"; export { default as array } from "./array";