diff options
author | 2021-10-24 06:18:42 -0700 | |
---|---|---|
committer | 2021-10-24 06:18:42 -0700 | |
commit | 449c8b5f362835d75e5f98ccf89f99df5d7a2e88 (patch) | |
tree | 8fefde6f3d2bb6d376f588b9d4c1fd837102d641 /integration | |
parent | 1f7af3754d3649a82145da4c92b76a10ab1b2468 (diff) | |
download | bun-449c8b5f362835d75e5f98ccf89f99df5d7a2e88.tar.gz bun-449c8b5f362835d75e5f98ccf89f99df5d7a2e88.tar.zst bun-449c8b5f362835d75e5f98ccf89f99df5d7a2e88.zip |
[internal] Tweak build system to better support unit tests in Zig
Diffstat (limited to 'integration')
-rw-r--r-- | integration/scripts/snippets.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/integration/scripts/snippets.json b/integration/scripts/snippets.json new file mode 100644 index 000000000..a2a044e6d --- /dev/null +++ b/integration/scripts/snippets.json @@ -0,0 +1,23 @@ +[ + "/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" +] |