Commit c90add7
Provide plugin/preset typings from plugin-utils (#14499)
Co-authored-by: Nicolò Ribaudo <[email protected]>1 parent 51c8c02 commit c90add7
99 files changed
Lines changed: 742 additions & 294 deletions
File tree
- packages
- babel-core/src
- config
- helpers
- validation
- babel-generator/src
- generators
- babel-helper-create-class-features-plugin/src
- babel-helper-create-regexp-features-plugin/src
- babel-helper-module-transforms/src
- babel-helper-plugin-utils/src
- babel-parser
- src/plugins/flow
- typings
- 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-async-generator-functions/src
- babel-plugin-proposal-class-properties/src
- babel-plugin-proposal-class-static-block/src
- babel-plugin-proposal-decorators/src
- babel-plugin-proposal-export-default-from/src
- babel-plugin-proposal-export-namespace-from/src
- babel-plugin-proposal-function-sent/src
- babel-plugin-proposal-json-strings/src
- babel-plugin-proposal-logical-assignment-operators/src
- babel-plugin-proposal-nullish-coalescing-operator/src
- babel-plugin-proposal-object-rest-spread/src
- babel-plugin-proposal-optional-chaining/src
- babel-plugin-proposal-partial-application
- src
- test/fixtures/general
- curry
- member-expression-private-name
- babel-plugin-proposal-pipeline-operator/src
- babel-plugin-proposal-private-methods/src
- babel-plugin-proposal-private-property-in-object/src
- babel-plugin-proposal-record-and-tuple/src
- babel-plugin-proposal-unicode-property-regex/src
- babel-plugin-syntax-decorators/src
- babel-plugin-syntax-destructuring-private/src
- babel-plugin-syntax-flow/src
- babel-plugin-syntax-import-assertions/src
- babel-plugin-syntax-pipeline-operator/src
- babel-plugin-syntax-record-and-tuple/src
- babel-plugin-syntax-typescript/src
- babel-plugin-transform-arrow-functions/src
- babel-plugin-transform-async-to-generator/src
- babel-plugin-transform-block-scoping/src
- babel-plugin-transform-classes/src
- babel-plugin-transform-computed-properties/src
- babel-plugin-transform-destructuring/src
- babel-plugin-transform-duplicate-keys/src
- babel-plugin-transform-flow-comments/src
- babel-plugin-transform-flow-strip-types/src
- babel-plugin-transform-for-of/src
- babel-plugin-transform-instanceof/src
- babel-plugin-transform-jscript/src
- babel-plugin-transform-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-named-capturing-groups-regex
- src
- babel-plugin-transform-new-target/src
- babel-plugin-transform-parameters/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-jsx/src
- babel-plugin-transform-reserved-words/src
- babel-plugin-transform-runtime/src
- babel-plugin-transform-spread/src
- babel-plugin-transform-template-literals/src
- babel-plugin-transform-typeof-symbol/src
- babel-plugin-transform-typescript/src
- babel-preset-env/src
- babel-preset-flow/src
- babel-preset-react/src
- babel-preset-typescript/src
- babel-traverse/src
- path
- scope
- babel-types/src
- ast-types/generated
- builders/generated
- constants
- definitions
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 | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
12 | 23 | | |
13 | 24 | | |
14 | 25 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
462 | 463 | | |
463 | 464 | | |
464 | 465 | | |
465 | | - | |
| 466 | + | |
466 | 467 | | |
467 | 468 | | |
468 | 469 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
184 | | - | |
| 186 | + | |
185 | 187 | | |
186 | | - | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
257 | | - | |
| 259 | + | |
258 | 260 | | |
259 | 261 | | |
260 | 262 | | |
| |||
276 | 278 | | |
277 | 279 | | |
278 | 280 | | |
279 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
280 | 284 | | |
281 | 285 | | |
282 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | | - | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
48 | | - | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
87 | | - | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| 198 | + | |
210 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
211 | 204 | | |
212 | 205 | | |
213 | 206 | | |
| |||
Lines changed: 9 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
48 | | - | |
| 45 | + | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
| |||
188 | 185 | | |
189 | 186 | | |
190 | 187 | | |
191 | | - | |
| 188 | + | |
192 | 189 | | |
193 | 190 | | |
194 | 191 | | |
| |||
227 | 224 | | |
228 | 225 | | |
229 | 226 | | |
230 | | - | |
231 | | - | |
232 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
233 | 230 | | |
234 | 231 | | |
235 | 232 | | |
| |||
0 commit comments