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
|
6589de0b63
|
fix: types
|
2024-10-24 21:13:59 +03:00 |
fi3ework
|
bb10e4b5f0
|
fix: should avoid through variables in inlined module
|
2024-10-12 02:27:08 +08:00 |
alexander.akait
|
0b745968a2
|
style: improve style of code
|
2024-08-02 19:32:14 +03:00 |
alexander.akait
|
93b3008fc0
|
chore: improve jsdoc eslint rules
|
2024-07-30 15:26:24 +03:00 |
alexander.akait
|
1954237716
|
chore: fix lint and types
|
2024-06-11 16:26:12 +03:00 |
alexander.akait
|
ab3e93b19e
|
style: fix
|
2024-06-11 16:09:50 +03:00 |
Nitin Kumar
|
412ae5425e
|
chore: udpate prettier to v3
|
2024-01-14 07:11:34 +05:30 |
alexander.akait
|
9894226149
|
refactor(types): more
|
2023-06-14 19:46:53 +03:00 |
Tobias Koppers
|
b0fa9ccada
|
pretty files
|
2021-05-11 09:31:46 +02:00 |
Tobias Koppers
|
18495151b8
|
handle the case when execution order in a concatenated module is runtime-dependent
fix #11863
|
2020-10-29 17:53:56 +01:00 |
Tobias Koppers
|
51b6e9c4d7
|
fix delete in concatenated module
|
2020-09-29 22:12:42 +02:00 |
Tobias Koppers
|
eddd3206dc
|
add raw export for named reexport from non-harmony
|
2020-09-15 12:36:29 +02:00 |
Tobias Koppers
|
9af66ff9af
|
revert to registering the namespace export because we need to know this early
|
2020-09-15 12:36:16 +02:00 |
Tobias Koppers
|
39e1a7e4c7
|
move magic names to constants in ConcatenationScope
improve types
|
2020-09-15 12:36:06 +02:00 |
Tobias Koppers
|
9af1d7526b
|
refactor module concatenation to address discovered bugs/edge cases
|
2020-09-15 12:36:02 +02:00 |
Tobias Koppers
|
9941a8a497
|
create root reexports based on export mappings instead of dependencies
|
2020-09-15 12:35:55 +02:00 |
Tobias Koppers
|
91cc17b438
|
register exports in DependencyTemplates
|
2020-09-15 12:35:38 +02:00 |
Tobias Koppers
|
fdd4a7713f
|
add ConcatenationScope
|
2020-09-15 12:34:50 +02:00 |