Commit Graph

17754 Commits

Author SHA1 Message Date
Alexander Akait 89dfc9a5c5
ci: test on 22 and 23 Node.js 2024-11-21 17:02:12 +03:00
Alexander Akait 45d41b0349
perf: faster queue implementation 2024-11-21 16:41:23 +03:00
Alexander Akait e47a3a3d02
feat: add support for injecting sourcemap debug ids 2024-11-21 16:40:57 +03:00
alexander.akait b4f853309f feat: support for eval 2024-11-21 16:03:36 +03:00
Tim Fish 7f8802a8da Merge remote-tracking branch 'upstream/main' into feat/inject-debug-ids 2024-11-20 16:03:49 -05:00
Alexander Akait b041f7a2e9
fix: set `output.iife` to `true` when `output.iife` is `false` and `output.library.type` is `umd` and output a warning 2024-11-20 19:02:57 +03:00
alexander.akait 8a04c64e5e refactor: code 2024-11-20 18:35:15 +03:00
Alexander Akait 1a5e531ccb
feat: use ES modules for universal target for chunks and worker chunks 2024-11-20 18:22:09 +03:00
Alexander Akait f2521e043a
refactor: delete unused statements in DefaultStatsFactoryPlugin 2024-11-20 18:01:20 +03:00
alexander.akait cd4ab09da8 test: fix 2024-11-20 17:17:01 +03:00
alexander.akait 7aef2e359c perf: a faster Queue implementation 2024-11-20 16:51:43 +03:00
Alexander Akait 5e3e1572a0
feat: allow initial CSS chunks be anywhere 2024-11-20 16:16:48 +03:00
Alexander Akait 8aee37976b
test: queue 2024-11-20 05:07:15 +03:00
alexander.akait 3c0c08838b test: debug 2024-11-20 05:02:54 +03:00
alexander.akait f0f9ce9cf3 test: fix 2024-11-20 04:56:40 +03:00
alexander.akait eac3edd45d test: queue 2024-11-20 04:54:25 +03:00
Alexander Akait 05bea153bc
fix: queue iterator state in dequeue method to ensure correct behavior after item removal 2024-11-20 04:53:28 +03:00
alexander.akait 4fa44051f1 test: fix 2024-11-20 04:35:31 +03:00
alexander.akait 2a8bb8bcf7 test: fix 2024-11-20 04:31:41 +03:00
alexander.akait f12de16d2f test: fix 2024-11-19 22:18:51 +03:00
Alexander Akait d19ad4a46a
chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 2024-11-19 19:03:39 +03:00
Alexander Akait cd34814eb7
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 2024-11-19 19:00:46 +03:00
Muthukumar M affadffeec Refactor Queue class: remove unnecessary iterator property, streamline dequeue method 2024-11-19 10:25:41 +05:30
dependabot[bot] 9c5cd6216d
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 22:42:04 +00:00
dependabot[bot] ca4acef212
chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3
Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.3.
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](https://github.com/eslint/rewrite/compare/core-v0.2.0...plugin-kit-v0.2.3)

---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-15 21:24:18 +00:00
alexander.akait 2c00999301 test: fix 2024-11-15 21:17:12 +03:00
alexander.akait 71ea450287 test: fix 2024-11-15 20:54:46 +03:00
alexander.akait 627773bb69 fix: runtime 2024-11-15 19:39:13 +03:00
alexander.akait 4d95b0df1d fix: concatenation 2024-11-15 18:59:14 +03:00
Alexander Akait 96c543c0a9
fix(wasm): accept `externref` as valid type to interact with 2024-11-15 18:01:47 +03:00
Alexander Akait 2f7a34f4a1
test: fix import attributes external target 2024-11-15 18:01:12 +03:00
Alexander Akait db494c73a1
chore(deps): bump codecov/codecov-action from 4 to 5 2024-11-15 17:57:41 +03:00
dependabot[bot] c5a15abbd0
chore(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-15 03:23:00 +00:00
alexander.akait cb8bdfa522 feat: allow initial chunks be anywhere 2024-11-14 19:14:15 +03:00
fi3ework 26a3c92fc0 test: fix import attributes external target 2024-11-15 00:01:59 +08:00
daxpedda d5dc65eedd
Accept `externref` as valid type to interact with 2024-11-14 15:40:37 +01:00
Tim Fish 780333108a Remove long test 2024-11-14 14:08:15 +00:00
alexander.akait 3d37ec5a76 feat: use ES modules for universal target for chunks and worker chunks 2024-11-14 17:03:02 +03:00
Tim Fish 2fa1a23fed Add test to check debug IDs are in output and match 2024-11-14 13:59:37 +00:00
Tim Fish 5821a9b8ea Merge remote-tracking branch 'upstream/main' into feat/inject-debug-ids 2024-11-14 13:50:23 +00:00
Alexander Akait c7e898f007
fix: sync and async wasm generation 2024-11-14 15:23:12 +03:00
alexander.akait 0016a1a075 fix: sync and async wasm generation 2024-11-14 06:34:49 +03:00
Alexander Akait a24e4fdd6e
refactor: supports streaming for wasm universal 2024-11-14 05:16:24 +03:00
alexander.akait 8031c700a1 refactor: supports streaming for wasm universal 2024-11-14 04:50:38 +03:00
Alexander Akait 3b2db9ba50
feat: universal wasm loading for async wasm (only ES modules) 2024-11-14 03:53:20 +03:00
alexander.akait 1c18ffdfe9 feat: universal wasm loading for async wasm (only ES modules) 2024-11-14 03:12:56 +03:00
Alexander Akait 8841a824f5
fix: wasm loading for async webassembly in node 2024-11-14 01:56:30 +03:00
Alexander Akait 41e85847f9
perf: cache hash of deps 2024-11-14 01:37:59 +03:00
alexander.akait 644e5630fe fix: logic 2024-11-13 23:38:12 +03:00
alexander.akait e172c44374 fix: logic 2024-11-13 23:37:17 +03:00