diff options
Diffstat (limited to 'test/scripts/snippets.json')
-rw-r--r-- | test/scripts/snippets.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/test/scripts/snippets.json b/test/scripts/snippets.json new file mode 100644 index 000000000..ebdec23d3 --- /dev/null +++ b/test/scripts/snippets.json @@ -0,0 +1,32 @@ +[ + "/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js", + "/bundled-entry-point.js", + "/export.js", + "/type-only-imports.ts", + "/global-is-remapped-to-globalThis.js", + "/multiple-imports.js", + "/ts-fallback-rewrite-works.js", + "/tsx-fallback-rewrite-works.js", + "/lodash-regexp.js", + "/unicode-identifiers.js", + "/string-escapes.js", + "/package-json-exports/index.js", + "/array-args-with-default-values.js", + "/forbid-in-is-correct.js", + "/code-simplification-neql-define.js", + "/spread_with_key.tsx", + "/styledcomponents-output.js", + "/void-shouldnt-delete-call-expressions.js", + "/custom-emotion-jsx/file.jsx", + "/react-context-value-func.tsx", + "/latin1-chars-in-regexp.js", + "/jsx-spacing.jsx", + "/jsx-entities.jsx", + "/optional-chain-with-function.js", + "/template-literal.js", + "/number-literal-bug.js", + "/caught-require.js", + "/package-json-utf8.js", + "/multiple-var.js", + "/export-default-module-hot.js" +] |