File tree
164 files changed
+439
-291
lines changed- codemods
- babel-plugin-codemod-object-assign-to-object-spread
- babel-plugin-codemod-optional-catch-binding
- eslint/babel-eslint-parser
- packages
- babel-cli
- babel-code-frame
- babel-compat-data
- babel-core
- babel-generator
- babel-helper-annotate-as-pure
- babel-helper-builder-react-jsx
- babel-helper-check-duplicate-nodes
- babel-helper-compilation-targets
- babel-helper-create-class-features-plugin
- babel-helper-create-regexp-features-plugin
- babel-helper-fixtures
- babel-helper-import-to-platform-api
- babel-helper-member-expression-to-functions
- babel-helper-module-imports
- babel-helper-module-transforms
- babel-helper-optimise-call-expression
- babel-helper-plugin-test-runner
- babel-helper-plugin-utils
- src
- babel-helper-remap-async-to-generator
- babel-helper-replace-supers
- src
- babel-helper-simple-access
- babel-helper-skip-transparent-expression-wrappers
- babel-helper-string-parser
- babel-helper-transform-fixture-test-runner
- babel-helper-validator-identifier
- babel-helper-validator-option
- babel-helper-wrap-function
- babel-helpers
- babel-node
- babel-parser
- babel-plugin-bugfix-firefox-class-in-computed-class-key
- babel-plugin-bugfix-safari-class-field-initializer-scope
- babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
- babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
- babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
- babel-plugin-external-helpers
- babel-plugin-proposal-async-do-expressions
- babel-plugin-proposal-decorators
- babel-plugin-proposal-destructuring-private
- babel-plugin-proposal-do-expressions
- babel-plugin-proposal-explicit-resource-management
- babel-plugin-proposal-export-default-from
- babel-plugin-proposal-function-bind
- babel-plugin-proposal-function-sent
- babel-plugin-proposal-import-attributes-to-assertions
- babel-plugin-proposal-import-defer
- babel-plugin-proposal-import-wasm-source
- babel-plugin-proposal-optional-chaining-assign
- babel-plugin-proposal-partial-application
- babel-plugin-proposal-pipeline-operator
- babel-plugin-proposal-record-and-tuple
- babel-plugin-proposal-throw-expressions
- babel-plugin-syntax-async-do-expressions
- babel-plugin-syntax-decorators
- babel-plugin-syntax-destructuring-private
- babel-plugin-syntax-do-expressions
- babel-plugin-syntax-explicit-resource-management
- babel-plugin-syntax-export-default-from
- babel-plugin-syntax-flow
- babel-plugin-syntax-function-bind
- babel-plugin-syntax-function-sent
- babel-plugin-syntax-import-assertions
- babel-plugin-syntax-import-attributes
- babel-plugin-syntax-import-defer
- babel-plugin-syntax-import-source
- babel-plugin-syntax-jsx
- babel-plugin-syntax-module-blocks
- babel-plugin-syntax-optional-chaining-assign
- babel-plugin-syntax-partial-application
- babel-plugin-syntax-pipeline-operator
- babel-plugin-syntax-record-and-tuple
- babel-plugin-syntax-throw-expressions
- babel-plugin-syntax-typescript
- babel-plugin-transform-arrow-functions
- babel-plugin-transform-async-generator-functions
- babel-plugin-transform-async-to-generator
- babel-plugin-transform-block-scoped-functions
- babel-plugin-transform-block-scoping
- babel-plugin-transform-class-properties
- babel-plugin-transform-class-static-block
- babel-plugin-transform-classes
- babel-plugin-transform-computed-properties
- babel-plugin-transform-destructuring
- babel-plugin-transform-dotall-regex
- babel-plugin-transform-duplicate-keys
- babel-plugin-transform-duplicate-named-capturing-groups-regex
- babel-plugin-transform-dynamic-import
- babel-plugin-transform-exponentiation-operator
- babel-plugin-transform-export-namespace-from
- babel-plugin-transform-flow-comments
- babel-plugin-transform-flow-strip-types
- babel-plugin-transform-for-of
- babel-plugin-transform-function-name
- babel-plugin-transform-instanceof
- babel-plugin-transform-jscript
- babel-plugin-transform-json-modules
- babel-plugin-transform-json-strings
- babel-plugin-transform-literals
- babel-plugin-transform-logical-assignment-operators
- babel-plugin-transform-member-expression-literals
- babel-plugin-transform-modules-amd
- babel-plugin-transform-modules-commonjs
- babel-plugin-transform-modules-systemjs
- babel-plugin-transform-modules-umd
- babel-plugin-transform-named-capturing-groups-regex
- babel-plugin-transform-new-target
- babel-plugin-transform-nullish-coalescing-operator
- babel-plugin-transform-numeric-separator
- babel-plugin-transform-object-assign
- babel-plugin-transform-object-rest-spread
- babel-plugin-transform-object-set-prototype-of-to-assign
- babel-plugin-transform-object-super
- babel-plugin-transform-optional-catch-binding
- babel-plugin-transform-optional-chaining
- babel-plugin-transform-parameters
- babel-plugin-transform-private-methods
- babel-plugin-transform-private-property-in-object
- babel-plugin-transform-property-literals
- babel-plugin-transform-property-mutators
- babel-plugin-transform-proto-to-assign
- babel-plugin-transform-react-constant-elements
- babel-plugin-transform-react-display-name
- babel-plugin-transform-react-inline-elements
- babel-plugin-transform-react-jsx
- babel-plugin-transform-react-jsx-compat
- babel-plugin-transform-react-jsx-development
- babel-plugin-transform-react-jsx-self
- babel-plugin-transform-react-jsx-source
- babel-plugin-transform-react-pure-annotations
- babel-plugin-transform-regenerator
- babel-plugin-transform-regexp-modifiers
- babel-plugin-transform-reserved-words
- babel-plugin-transform-runtime
- babel-plugin-transform-shorthand-properties
- babel-plugin-transform-spread
- babel-plugin-transform-sticky-regex
- babel-plugin-transform-strict-mode
- babel-plugin-transform-template-literals
- babel-plugin-transform-typeof-symbol
- babel-plugin-transform-typescript
- babel-plugin-transform-unicode-escapes
- babel-plugin-transform-unicode-property-regex
- babel-plugin-transform-unicode-regex
- babel-plugin-transform-unicode-sets-regex
- babel-preset-env
- babel-preset-flow
- babel-preset-react
- babel-preset-typescript
- babel-register
- babel-standalone
- babel-template
- babel-traverse
- babel-types
- scripts
- generators
- parser-tests/typescript
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
164 files changed
+439
-291
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
| 138 | + | |
138 | 139 |
| |
139 | 140 |
| |
140 | 141 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
| 85 | + | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
527 |
| - | |
| 527 | + | |
528 | 528 |
| |
529 | 529 |
| |
530 | 530 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
0 commit comments