Alexander Akait
|
512df540b7
|
refactor: generate less extra spaces in runtime code for defer import (#20082)
|
2025-11-04 15:16:08 +03:00 |
Gengkun
|
b6e8c72306
|
feat: support `import.defer()` for statical path (#20064)
|
2025-10-30 18:52:51 +03:00 |
Jack Works
|
cf1dc2f131
|
feat: implement tc39 Defer Module Evaluation (experiment)
* feat: implement tc39 defer import proposal
Co-authored-by: Nicolo Ribaudo <hello@nicr.dev>
* fix: keys of DeferredNamespaceObject
* refactor: MakeDeferredNamespaceObjectRuntimeModule
---------
Co-authored-by: Nicolo Ribaudo <hello@nicr.dev>
Co-authored-by: Hai <haijie0619@gmail.com>
|
2025-07-02 15:02:03 +03:00 |
alexander.akait
|
c802a98f58
|
style: improve
|
2024-08-02 19:32:22 +03:00 |
alexander.akait
|
4809421990
|
refactor(types): more
|
2023-06-21 19:00:24 +03:00 |
ahabhgk
|
148c136e07
|
fix: test
|
2023-06-16 23:04:57 +08:00 |
ahabhgk
|
c90f2b35f6
|
fix: forgot .d
|
2023-06-16 22:52:27 +08:00 |
ahabhgk
|
6e62cf40cf
|
fix: tla for await won't run
|
2023-06-16 20:39:13 +08:00 |
alexander.akait
|
9894226149
|
refactor(types): more
|
2023-06-14 19:46:53 +03:00 |
Burhanuddin Udaipurwala
|
839e2bf6ad
|
refactor: use global runtime constants for webpack exports
|
2023-05-26 21:04:26 +05:30 |
Tobias Koppers
|
780abb3f95
|
remove unnecessary moduleId property on Promise
|
2022-06-30 12:35:17 +02:00 |
Tobias Koppers
|
509a060025
|
fix quadratic evaluation performance of async modules
improve runtime code for async modules
|
2022-06-02 12:37:36 +02:00 |
Tobias Koppers
|
804f49c32c
|
fix handling of errors thrown in async modules
|
2022-01-27 16:28:28 +01:00 |
Aleen
|
ab34ffb2ae
|
Revert to use ['catch'] directly
|
2021-11-02 12:52:00 +08:00 |
Aleen
|
4c50786098
|
use propertyAccess to generate .catch code
|
2021-11-02 12:51:59 +08:00 |
yiminghe
|
68b020ee42
|
use es5 for async module runtime
|
2021-06-29 16:17:18 +08:00 |
Tobias Koppers
|
7f4ce2cf1a
|
add expressionFunction helper to choose shortest variant when return value is not relevant
|
2021-03-15 15:40:30 +01:00 |
evilebottnawi
|
ea9b9917cd
|
fix: add `;`
|
2021-03-15 14:42:55 +03:00 |
evilebottnawi
|
57eaf7f23c
|
refactor: code
|
2021-03-15 14:42:55 +03:00 |
evilebottnawi
|
ab60c54f3d
|
fix: es5
|
2021-03-15 14:42:55 +03:00 |
Tobias Koppers
|
495cabb94d
|
improve TLA consistency
|
2021-01-29 13:51:32 +01:00 |