Skip to content

Commit

Permalink
test(transformer): move RegExp transform conformance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Sep 6, 2024
1 parent dae33d3 commit 71b2f2b
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tasks/transform_conformance/oxc.snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Passed: 21/49
* babel-plugin-transform-nullish-coalescing-operator
* babel-plugin-transform-optional-catch-binding
* babel-preset-typescript
* esbuild-tests
* regexp


# babel-plugin-transform-arrow-functions (1/2)
Expand Down
4 changes: 2 additions & 2 deletions tasks/transform_conformance/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ pub(crate) const PLUGINS: &[&str] = &[
// // Proposal
// "babel-plugin-proposal-decorators",

// Tests port from esbuild
"esbuild-tests",
// RegExp tests ported from esbuild + a few additions
"regexp",
];

pub(crate) const PLUGINS_NOT_SUPPORTED_YET: &[&str] = &[
Expand Down

0 comments on commit 71b2f2b

Please sign in to comment.