mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
test(transformer): move RegExp transform conformance tests (#5536)
Rename transform conformance RegExp test fixtures folder from "esbuild-tests" to "regexp", to reflect that not all these tests are copied from ESBuild.
This commit is contained in:
parent
9282647e6c
commit
e18c2edfcb
26 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ Passed: 21/49
|
||||||
* babel-plugin-transform-nullish-coalescing-operator
|
* babel-plugin-transform-nullish-coalescing-operator
|
||||||
* babel-plugin-transform-optional-catch-binding
|
* babel-plugin-transform-optional-catch-binding
|
||||||
* babel-preset-typescript
|
* babel-preset-typescript
|
||||||
* esbuild-tests
|
* regexp
|
||||||
|
|
||||||
|
|
||||||
# babel-plugin-transform-arrow-functions (1/2)
|
# babel-plugin-transform-arrow-functions (1/2)
|
||||||
|
|
|
||||||
|
|
@ -57,8 +57,8 @@ pub(crate) const PLUGINS: &[&str] = &[
|
||||||
// // Proposal
|
// // Proposal
|
||||||
// "babel-plugin-proposal-decorators",
|
// "babel-plugin-proposal-decorators",
|
||||||
|
|
||||||
// Tests port from esbuild
|
// RegExp tests ported from esbuild + a few additions
|
||||||
"esbuild-tests",
|
"regexp",
|
||||||
];
|
];
|
||||||
|
|
||||||
pub(crate) const PLUGINS_NOT_SUPPORTED_YET: &[&str] = &[
|
pub(crate) const PLUGINS_NOT_SUPPORTED_YET: &[&str] = &[
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue