Alexander Akait
|
c12824d4a9
|
Merge d5b4b50c10 into 9f98d803c0
|
2025-10-06 14:10:18 +08:00 |
Alexander Akait
|
16c6966b14
|
fix: types
|
2025-09-11 03:10:10 +03:00 |
Alexander Akait
|
99c36fab8e
|
refactor: remove unused types (#19894)
|
2025-09-10 14:38:19 +03:00 |
alexander-akait
|
d5b4b50c10
|
feat: PoC of 17512
|
2025-09-09 22:13:01 +03:00 |
Alexander Akait
|
05f2862b32
|
feat: handle `new Worker(import.meta.url)` and `new Worker(new URL(import.meta.url))` syntax (#19279)
|
2025-03-05 00:59:19 +03:00 |
alexander.akait
|
ab3e93b19e
|
style: fix
|
2024-06-11 16:09:50 +03:00 |
alexander.akait
|
9f63f7013a
|
refactor: more types
|
2024-02-16 20:39:12 +03:00 |
alexander.akait
|
055737dc0c
|
refactor(types): more
|
2023-05-21 23:31:30 +03:00 |
alexander.akait
|
4f6dc32d38
|
chore: improve types
|
2023-04-21 19:22:33 +03:00 |
Thomas Tay
|
47e14407c1
|
read/write options as a whole (follow ConsumeSharedModule)
|
2023-02-09 18:48:44 -08:00 |
Thomas Tay
|
0d91c55f76
|
Fix CI build failures due to extranous double quotes and await worker termination in config Cases
Can you believe it was only due to an extra "" in the code? smh...
|
2023-02-09 14:51:42 -08:00 |
Thomas Tay
|
ee2c87bcc2
|
lint
|
2023-01-26 14:44:01 -08:00 |
Thomas Tay
|
674dd74d04
|
serialize and update hash per options
|
2023-01-26 10:47:01 -08:00 |
Thomas Tay
|
0df564bc98
|
Make workerPublicPath optional and update docs
|
2023-01-25 12:17:15 -08:00 |
Thomas Tay
|
895df2a5a1
|
Worker public path changes
|
2022-10-21 16:30:43 -07:00 |
Tobias Koppers
|
b0fa9ccada
|
pretty files
|
2021-05-11 09:31:46 +02:00 |
Tobias Koppers
|
d500420688
|
fix duplicate new URL and spacing for worker dependencies
update worker example
|
2021-03-22 14:30:44 +01:00 |
Tobias Koppers
|
61cc65c58e
|
improve parsing to handle non-literal options
|
2021-03-12 12:09:02 +01:00 |
Ingvar Stepanyan
|
ea2cdeb834
|
Remove `type: 'module` from `new Worker` exprs
Fixes #12686.
|
2021-03-12 11:00:40 +01:00 |
Tobias Koppers
|
e1a405e3c2
|
prettier
|
2020-11-26 10:52:55 +01:00 |
Tobias Koppers
|
cbcd459d19
|
fix conflicting real imports and type imports
|
2020-11-26 10:02:59 +01:00 |
Tobias Koppers
|
4ea79e0683
|
update enhanced-resolve and webpack-sources
add resolve.preferRelative
set preferRelative for new URL() and new Worker() to fix relative requests
|
2020-09-28 20:43:03 +02:00 |
Tobias Koppers
|
ed06a7f83a
|
new Worker() support
add support for async anonymous entrypoints from inside the codebase
add worker example
move entry options into Entrypoint and receive them from there
|
2020-09-08 07:37:20 +02:00 |