From a25e71a6fd8bdec71211246a8baa5136ebf6693e Mon Sep 17 00:00:00 2001 From: Avad3 <65318266+Avad3@users.noreply.github.com> Date: Sat, 13 Jul 2024 21:27:08 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8355567..04be87b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Running `pnpm dev` will build Scramjet and start a dev server on localhost:1337. - `` 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 - 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 - Write client APIs +- Fix `Illegal Invocation` when calling `addEventListener()` on the window proxy +- Get rid of ESM builds and pollute the global namespace (maybe?)