Skip to content

Commit

Permalink
chore(transform_conformance): skip transform-destructuring (#3136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Apr 29, 2024
1 parent 5a3f8a5 commit d765076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tasks/transform_conformance/babel.snap.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Passed: 294/364
Passed: 294/363

# All Passed:
* babel-plugin-transform-react-jsx-source
Expand All @@ -22,7 +22,7 @@ Passed: 294/364
* opts/optimizeConstEnums/input.ts
* opts/rewriteImportExtensions/input.ts

# babel-plugin-transform-typescript (118/156)
# babel-plugin-transform-typescript (118/155)
* class/accessor-allowDeclareFields-false/input.ts
* class/accessor-allowDeclareFields-true/input.ts
* enum/mix-references/input.ts
Expand Down Expand Up @@ -59,7 +59,6 @@ Passed: 294/364
* optimize-const-enums/local-shadowed/input.ts
* optimize-const-enums/merged/input.ts
* optimize-const-enums/merged-exported/input.ts
* regression/10338/input.ts
* regression/15768/input.ts

# babel-preset-react (8/9)
Expand Down
1 change: 1 addition & 0 deletions tasks/transform_conformance/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ pub(crate) const PLUGINS_NOT_SUPPORTED_YET: &[&str] = &[
"proposal-decorators",
"transform-class-properties",
"transform-classes",
"transform-destructuring",
"transform-modules-commonjs",
"transform-object-rest-spread",
"transform-optional-chaining",
Expand Down

0 comments on commit d765076

Please sign in to comment.