Skip to content

Commit

Permalink
Babel 8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 20, 2023
1 parent b5763e2 commit 4ebe30e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 33 deletions.
Expand Up @@ -18,9 +18,9 @@ Using modules transform: auto
Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox < 116, ios, opera_mobile < 75, safari < tp, samsung }
transform-class-static-block { ios < 16.4, safari < 16.4 }
transform-export-namespace-from { }
bugfix/transform-safari-id-destructuring-collision-in-function-expression { ios < 16.3, safari < 16.3 }
transform-modules-commonjs
transform-dynamic-import
transform-export-namespace-from { }

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
Expand Up @@ -18,9 +18,9 @@ Using modules transform: auto
Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox < 116, ios, opera_mobile < 75, safari < tp, samsung }
transform-class-static-block { ios < 16.4, safari < 16.4 }
transform-export-namespace-from { }
bugfix/transform-safari-id-destructuring-collision-in-function-expression { ios < 16.3, safari < 16.3 }
transform-modules-commonjs
transform-dynamic-import
transform-export-namespace-from { }

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
Expand Up @@ -17,8 +17,8 @@ Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { firefox < 116, ios, opera_mobile < 75, safari < tp, samsung }
transform-export-namespace-from { }
transform-modules-commonjs
transform-dynamic-import
transform-export-namespace-from { }

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
Expand Up @@ -11,21 +11,12 @@ Using plugins:
transform-unicode-sets-regex { chrome < 112 }
transform-class-static-block { chrome < 94 }
transform-private-property-in-object { chrome < 91 }
syntax-class-properties
transform-private-methods { chrome < 84 }
syntax-numeric-separator
transform-logical-assignment-operators { chrome < 85 }
syntax-nullish-coalescing-operator
syntax-optional-chaining
syntax-json-strings
syntax-optional-catch-binding
syntax-async-generators
syntax-object-rest-spread
transform-export-namespace-from { }
bugfix/transform-v8-spread-parameters-in-optional-chaining { chrome < 91 }
transform-modules-commonjs
transform-dynamic-import
transform-export-namespace-from { }
syntax-import-meta
syntax-import-attributes

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
Expand Up @@ -11,20 +11,11 @@ Using plugins:
transform-unicode-sets-regex { chrome < 112 }
transform-class-static-block { chrome < 94 }
transform-private-property-in-object { chrome < 91 }
syntax-class-properties
syntax-numeric-separator
transform-logical-assignment-operators { chrome < 85 }
syntax-nullish-coalescing-operator
syntax-optional-chaining
syntax-json-strings
syntax-optional-catch-binding
syntax-async-generators
syntax-object-rest-spread
transform-export-namespace-from { }
bugfix/transform-v8-spread-parameters-in-optional-chaining { chrome < 91 }
transform-modules-commonjs
transform-dynamic-import
transform-export-namespace-from { }
syntax-import-meta
syntax-import-attributes

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
Expand Up @@ -11,20 +11,11 @@ Using plugins:
transform-unicode-sets-regex { chrome < 112 }
transform-class-static-block { chrome < 94 }
transform-private-property-in-object { chrome < 91 }
syntax-class-properties
transform-private-methods { chrome < 84 }
syntax-numeric-separator
transform-logical-assignment-operators { chrome < 85 }
syntax-nullish-coalescing-operator
syntax-optional-chaining
syntax-json-strings
syntax-optional-catch-binding
syntax-async-generators
syntax-object-rest-spread
transform-export-namespace-from { }
bugfix/transform-v8-spread-parameters-in-optional-chaining { chrome < 91 }
transform-modules-commonjs
transform-dynamic-import
transform-export-namespace-from { }
syntax-import-meta

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.

0 comments on commit 4ebe30e

Please sign in to comment.