Commit b9a2244
Improve output when wrapping functions (e.g.
Co-authored-by: Nicolò Ribaudo <[email protected]>async functions) (#15922)1 parent 1fb3b7a commit b9a2244
File tree
76 files changed
+396
-700
lines changed- 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-default-anonymous
- export-default-named
- export
- expression-named
- statement
- babel-plugin-transform-async-generator-functions/test/fixtures
- async-generators
- declaration
- expression
- transform-class-keys
- yield-star-babel-7
- yield-star
- for-await
- async-function
- async-generator
- create-async-from-sync-iterator
- destructuring
- nested
- arrows-in-declaration
- async-in-params
- generator-in-async
- regression/test262-fn-length
- yield-star
- create-async-from-sync-iterator-babel-7
- create-async-from-sync-iterator
- 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-with-regenerator-spec
- async-iife-with-regenerator
- async-iife
- deeply-nested-asyncs
- double-await
- expression
- function-arity
- named-expression
- parameters
- shadowed-promise-import
- shadowed-promise-nested
- shadowed-promise
- statement
- bluebird-coroutines
- expression
- named-expression
- statement
- export-async
- default-export
- import-and-export
- lone-export
- regression
- 4943
- 7178
- 8783
- T7108
- fn-name
- gh-6923
- in-uncompiled-class-fields
- regression-2765
- test262-fn-length
- 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-babel-7
- complex-options
- babel-preset-env/test/fixtures
- corejs2-babel-7
- entry-shippedProposals
- usage-regenerator-used-async
- usage-shippedProposals
- corejs2
- entry-shippedProposals
- 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
+396
-700
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
68 | | - | |
| 66 | + | |
69 | 67 | | |
70 | 68 | | |
71 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
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 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
61 | 21 | | |
62 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
63 | 25 | | |
64 | 26 | | |
65 | 27 | | |
| |||
140 | 102 | | |
141 | 103 | | |
142 | 104 | | |
143 | | - | |
144 | | - | |
145 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
146 | 112 | | |
147 | 113 | | |
148 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
149 | 124 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
154 | 128 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
| 129 | + | |
| 130 | + | |
177 | 131 | | |
178 | 132 | | |
179 | 133 | | |
| |||
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | | - | |
| 15 | + | |
19 | 16 | | |
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | | - | |
| 6 | + | |
10 | 7 | | |
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | | - | |
| 6 | + | |
10 | 7 | | |
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | | - | |
| 6 | + | |
10 | 7 | | |
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | | - | |
| 6 | + | |
10 | 7 | | |
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | | - | |
| 6 | + | |
10 | 7 | | |
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 6 | + | |
| 7 | + | |
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | | - | |
| 6 | + | |
10 | 7 | | |
0 commit comments