mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
Update README.md
This commit is contained in:
parent
00dbf22c70
commit
a25e71a6fd
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ Running `pnpm dev` will build Scramjet and start a dev server on localhost:1337.
|
||||||
- `<script type="importmap"></script>` rewriting
|
- `<script type="importmap"></script>` rewriting
|
||||||
- Make an array of all possible import values and pass the array onto the JS rewriter, then rewrite all the URLs inside of it
|
- Make an array of all possible import values and pass the array onto the JS rewriter, then rewrite all the URLs inside of it
|
||||||
- Finish JS rewriting
|
- Finish JS rewriting
|
||||||
- Only thing rewritten currently are imports and exports
|
|
||||||
- Check imports/exports for values contained in the `importmap` array, don't rewrite the node value if present
|
- Check imports/exports for values contained in the `importmap` array, don't rewrite the node value if present
|
||||||
- Write client APIs
|
- Write client APIs
|
||||||
|
- Fix `Illegal Invocation` when calling `addEventListener()` on the window proxy
|
||||||
|
- Get rid of ESM builds and pollute the global namespace (maybe?)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue