Commit ad26f90
File tree
76 files changed
+753
-383
lines changedFilter options
- packages
- babel-helper-remap-async-to-generator/src
- babel-helper-wrap-function/src
- babel-plugin-proposal-explicit-resource-management/test/fixtures/integration/async-to-generator
- babel-plugin-proposal-function-sent/test/fixtures
- function-sent/basic
- generator-kinds
- async-generator
- export
- export-default-anonymous
- export-default-named
- expression-named
- statement
- babel-plugin-transform-async-generator-functions/test/fixtures
- async-generators
- declaration
- expression
- transform-class-keys
- yield-star
- yield-star-babel-7
- for-await
- async-function
- async-generator
- create-async-from-sync-iterator
- destructuring
- nested
- arrows-in-declaration
- async-in-params
- generator-in-async
- yield-star
- create-async-from-sync-iterator
- create-async-from-sync-iterator-babel-7
- babel-plugin-transform-async-to-generator/test/fixtures
- assumption-ignoreFunctionLength-true/export-default-function
- async-to-generator
- async-arrow-in-method
- async-default-arguments
- async-iife
- async-iife-with-regenerator
- async-iife-with-regenerator-spec
- deeply-nested-asyncs
- double-await
- expression
- function-arity
- named-expression
- parameters
- shadowed-promise
- shadowed-promise-import
- shadowed-promise-nested
- statement
- bluebird-coroutines
- expression
- named-expression
- statement
- export-async
- default-export
- import-and-export
- lone-export
- regression
- 15978
- 4943
- 7178
- 8783
- T7108
- gh-6923
- in-uncompiled-class-fields
- regression-2765
- babel-plugin-transform-block-scoping/test/fixtures/general/annex-B_3_3-async
- babel-plugin-transform-class-properties/test/fixtures/private/regression-T7364
- babel-plugin-transform-classes/test/fixtures/regression/T6755
- babel-plugin-transform-parameters/test/fixtures/parameters/rest-async-arrow-functions
- babel-plugin-transform-runtime/test/fixtures/absoluteRuntime
- complex-options
- complex-options-babel-7
- babel-preset-env/test/fixtures
- corejs2
- entry-shippedProposals
- usage-shippedProposals
- corejs2-babel-7
- entry-shippedProposals
- usage-regenerator-used-async
- usage-shippedProposals
- corejs3-babel-7/usage-regenerator-used-async
- plugins-integration
- block-scoping-inside-generato-babel-7
- block-scoping-inside-generator
- class-arrow-super-tagged-expr
- issue-15170
- regression-2892
- preset-options-babel-7
- esmodules-async-functions
- shippedProposals
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+753
-383
lines changedpackages/babel-helper-remap-async-to-generator/src/index.ts
Copy file name to clipboardExpand all lines: packages/babel-helper-remap-async-to-generator/src/index.ts+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 |
|
2 | 4 |
|
3 | 5 |
|
| ||
63 | 65 |
|
64 | 66 |
|
65 | 67 |
|
66 |
| - |
| 68 | + |
67 | 69 |
|
68 | 70 |
|
69 | 71 |
|
|
packages/babel-helper-wrap-function/src/index.ts
Copy file name to clipboardExpand all lines: packages/babel-helper-wrap-function/src/index.ts+76-30Lines changed: 76 additions & 30 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 |
| - |
15 | 13 |
|
16 | 14 |
|
17 | 15 |
|
18 |
| - |
19 |
| - |
20 |
| - |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
21 | 61 |
|
22 |
| - |
23 |
| - |
24 |
| - |
| 62 | + |
25 | 63 |
|
26 | 64 |
|
27 | 65 |
|
| ||
102 | 140 |
|
103 | 141 |
|
104 | 142 |
|
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
| 143 | + |
| 144 | + |
| 145 | + |
112 | 146 |
|
113 | 147 |
|
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
| 148 | + |
124 | 149 |
|
125 |
| - |
126 |
| - |
127 |
| - |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
128 | 154 |
|
129 |
| - |
130 |
| - |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
131 | 177 |
|
132 | 178 |
|
133 | 179 |
|
|
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/integration/async-to-generator/output.js
Copy file name to clipboardExpand all lines: packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/integration/async-to-generator/output.js+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
| ||
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
15 |
| - |
| 17 | + |
| 18 | + |
16 | 19 |
|
packages/babel-plugin-proposal-function-sent/test/fixtures/function-sent/basic/output.js
Copy file name to clipboard+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 |
| - |
| 8 | + |
| 9 | + |
7 | 10 |
|
packages/babel-plugin-proposal-function-sent/test/fixtures/generator-kinds/async-generator/output.js
Copy file name to clipboard+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 |
| - |
| 8 | + |
| 9 | + |
7 | 10 |
|
packages/babel-plugin-proposal-function-sent/test/fixtures/generator-kinds/export-default-anonymous/output.mjs
Copy file name to clipboard+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 |
| - |
| 8 | + |
| 9 | + |
7 | 10 |
|
packages/babel-plugin-proposal-function-sent/test/fixtures/generator-kinds/export-default-named/output.mjs
Copy file name to clipboard+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 |
| - |
| 8 | + |
| 9 | + |
7 | 10 |
|
packages/babel-plugin-proposal-function-sent/test/fixtures/generator-kinds/export/output.mjs
Copy file name to clipboard+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 |
| - |
| 8 | + |
| 9 | + |
7 | 10 |
|
packages/babel-plugin-proposal-function-sent/test/fixtures/generator-kinds/expression-named/output.js
Copy file name to clipboard+8-5Lines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
| 1 | + |
| 2 | + |
4 | 3 |
|
5 | 4 |
|
6 |
| - |
7 |
| - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
packages/babel-plugin-proposal-function-sent/test/fixtures/generator-kinds/statement/output.js
Copy file name to clipboard+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 |
| - |
| 8 | + |
| 9 | + |
7 | 10 |
|
packages/babel-plugin-transform-async-generator-functions/test/fixtures/async-generators/declaration/output.js
Copy file name to clipboard+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
7 | 9 |
|
8 |
| - |
| 10 | + |
| 11 | + |
9 | 12 |
|
packages/babel-plugin-transform-async-generator-functions/test/fixtures/async-generators/expression/output.js
Copy file name to clipboard+8-5Lines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
| 1 | + |
| 2 | + |
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
8 |
| - |
9 |
| - |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
packages/babel-plugin-transform-async-generator-functions/test/fixtures/async-generators/transform-class-keys/output.js
Copy file name to clipboard+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
10 |
| - |
| 12 | + |
| 13 | + |
11 | 14 |
|
packages/babel-plugin-transform-async-generator-functions/test/fixtures/async-generators/yield-star-babel-7/output.js
Copy file name to clipboard+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 |
| - |
| 8 | + |
| 9 | + |
7 | 10 |
|
packages/babel-plugin-transform-async-generator-functions/test/fixtures/async-generators/yield-star/output.js
Copy file name to clipboard+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 |
| - |
| 8 | + |
| 9 | + |
7 | 10 |
|
packages/babel-plugin-transform-async-generator-functions/test/fixtures/for-await/async-function/output.js
Copy file name to clipboardExpand all lines: packages/babel-plugin-transform-async-generator-functions/test/fixtures/for-await/async-function/output.js+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
| ||
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
28 |
| - |
| 30 | + |
| 31 | + |
29 | 32 |
|
packages/babel-plugin-transform-async-generator-functions/test/fixtures/for-await/async-generator/output.js
Copy file name to clipboardExpand all lines: packages/babel-plugin-transform-async-generator-functions/test/fixtures/for-await/async-generator/output.js+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
| ||
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
28 |
| - |
| 30 | + |
| 31 | + |
29 | 32 |
|
packages/babel-plugin-transform-async-generator-functions/test/fixtures/for-await/create-async-from-sync-iterator/output.js
Copy file name to clipboardExpand all lines: packages/babel-plugin-transform-async-generator-functions/test/fixtures/for-await/create-async-from-sync-iterator/output.js+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
| ||
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
30 |
| - |
| 32 | + |
| 33 | + |
31 | 34 |
|
0 commit comments