Commit 23c974e
committed
fix(core): async import emission
This commit fixes async import emissions in the case of lowered args
and lifted resutls.
There were a few bugs to fix:
- AsyncTaskReturn was not being emitted
- Implementation for async imports was not present1 parent e14b18c commit 23c974e
1 file changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1099 | 1099 | | |
1100 | 1100 | | |
1101 | 1101 | | |
1102 | | - | |
1103 | | - | |
1104 | | - | |
1105 | | - | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
1106 | 1117 | | |
1107 | 1118 | | |
1108 | 1119 | | |
| |||
0 commit comments