Commit 1e15165
authored
File tree
- eslint/babel-eslint-parser/src
- packages
- babel-core/src/config/helpers
- babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/src
- babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/src
- babel-plugin-external-helpers/src
- babel-plugin-proposal-async-do-expressions/src
- babel-plugin-proposal-decorators/src
- babel-plugin-proposal-destructuring-private/src
- babel-plugin-proposal-do-expressions/src
- babel-plugin-proposal-duplicate-named-capturing-groups-regex/src
- babel-plugin-proposal-explicit-resource-management/src
- babel-plugin-proposal-export-default-from/src
- babel-plugin-proposal-function-bind/src
- babel-plugin-proposal-function-sent/src
- babel-plugin-proposal-import-attributes-to-assertions/src
- babel-plugin-proposal-partial-application/src
- babel-plugin-proposal-pipeline-operator/src
- babel-plugin-proposal-record-and-tuple/src
- babel-plugin-proposal-regexp-modifiers/src
- babel-plugin-proposal-throw-expressions/src
- babel-plugin-syntax-async-do-expressions/src
- babel-plugin-syntax-decimal/src
- babel-plugin-syntax-decorators/src
- babel-plugin-syntax-destructuring-private/src
- babel-plugin-syntax-do-expressions/src
- babel-plugin-syntax-explicit-resource-management/src
- babel-plugin-syntax-export-default-from/src
- babel-plugin-syntax-flow/src
- babel-plugin-syntax-function-bind/src
- babel-plugin-syntax-function-sent/src
- babel-plugin-syntax-import-assertions/src
- babel-plugin-syntax-import-attributes/src
- babel-plugin-syntax-import-reflection/src
- babel-plugin-syntax-jsx/src
- babel-plugin-syntax-module-blocks/src
- babel-plugin-syntax-partial-application/src
- babel-plugin-syntax-pipeline-operator/src
- babel-plugin-syntax-record-and-tuple/src
- babel-plugin-syntax-throw-expressions/src
- babel-plugin-syntax-typescript/src
- babel-plugin-transform-arrow-functions/src
- babel-plugin-transform-async-generator-functions/src
- babel-plugin-transform-async-to-generator/src
- babel-plugin-transform-block-scoped-functions/src
- babel-plugin-transform-block-scoping/src
- babel-plugin-transform-class-properties/src
- babel-plugin-transform-class-static-block/src
- babel-plugin-transform-classes/src
- babel-plugin-transform-computed-properties/src
- babel-plugin-transform-destructuring/src
- babel-plugin-transform-dotall-regex/src
- babel-plugin-transform-duplicate-keys/src
- babel-plugin-transform-dynamic-import/src
- babel-plugin-transform-exponentiation-operator/src
- babel-plugin-transform-export-namespace-from/src
- babel-plugin-transform-flow-comments/src
- babel-plugin-transform-flow-strip-types/src
- babel-plugin-transform-for-of/src
- babel-plugin-transform-function-name/src
- babel-plugin-transform-instanceof/src
- babel-plugin-transform-jscript/src
- babel-plugin-transform-json-strings/src
- babel-plugin-transform-literals/src
- babel-plugin-transform-logical-assignment-operators/src
- babel-plugin-transform-member-expression-literals/src
- babel-plugin-transform-modules-amd/src
- babel-plugin-transform-modules-commonjs/src
- babel-plugin-transform-modules-systemjs/src
- babel-plugin-transform-modules-umd/src
- babel-plugin-transform-new-target/src
- babel-plugin-transform-nullish-coalescing-operator/src
- babel-plugin-transform-numeric-separator/src
- babel-plugin-transform-object-assign/src
- babel-plugin-transform-object-rest-spread/src
- babel-plugin-transform-object-set-prototype-of-to-assign/src
- babel-plugin-transform-object-super/src
- babel-plugin-transform-optional-catch-binding/src
- babel-plugin-transform-optional-chaining/src
- babel-plugin-transform-parameters/src
- babel-plugin-transform-private-methods/src
- babel-plugin-transform-private-property-in-object/src
- babel-plugin-transform-property-literals/src
- babel-plugin-transform-property-mutators/src
- babel-plugin-transform-proto-to-assign/src
- babel-plugin-transform-react-constant-elements/src
- babel-plugin-transform-react-display-name/src
- babel-plugin-transform-react-inline-elements/src
- babel-plugin-transform-react-jsx-compat/src
- babel-plugin-transform-react-jsx-self/src
- babel-plugin-transform-react-jsx-source/src
- babel-plugin-transform-react-pure-annotations/src
- babel-plugin-transform-regenerator/src
- babel-plugin-transform-reserved-words/src
- babel-plugin-transform-runtime/src
- babel-plugin-transform-shorthand-properties/src
- babel-plugin-transform-spread/src
- babel-plugin-transform-sticky-regex/src
- babel-plugin-transform-strict-mode/src
- babel-plugin-transform-template-literals/src
- babel-plugin-transform-typeof-symbol/src
- babel-plugin-transform-typescript/src
- babel-plugin-transform-unicode-escapes/src
- babel-plugin-transform-unicode-property-regex/src
- babel-plugin-transform-unicode-regex/src
- babel-plugin-transform-unicode-sets-regex/src
- babel-preset-env/src
- babel-preset-flow/src
- babel-preset-react/src
- babel-preset-typescript/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | 123 | | |
128 | 124 | | |
129 | 125 | | |
| |||
packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/src/index.ts
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
48 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1205 | 1205 | | |
1206 | 1206 | | |
1207 | 1207 | | |
1208 | | - | |
| 1208 | + | |
1209 | 1209 | | |
1210 | 1210 | | |
1211 | 1211 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
0 commit comments