Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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