/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-plugin-transform-solid-jsx/test/unique-transform.spec.js
10 строк
260 B
Muyouz
Revert/main (#18685)
08 янв 2026, 11:01
Не верифицирован
08 янв 2026, 11:01
2c7ee19
Код
Авторство
О чём код?
const path = require('path') const pluginTester = require('babel-plugin-tester').default const plugin = require('../dist') pluginTester({ plugin, title: 'Convert JSX', fixtures: path.join(__dirname, '__unique_transform_fixtures__'), snapshot: true })