refactor(jsx-explorer): dogfooding of JSX syntax

This commit is contained in:
三咲智子 Kevin Deng
2024-01-24 02:42:21 +08:00
parent 9d97341d04
commit d99206b059
6 changed files with 205 additions and 119 deletions

View File

@@ -74,7 +74,7 @@ function main() {
src,
{
babelrc: false,
plugins: [[babelPluginJsx, compilerOptions]],
plugins: [[babelPluginJsx, { ...compilerOptions }]],
ast: true,
},
(err, result = {}) => {