-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modernize codebase #307
Modernize codebase #307
Conversation
- Use ES modules - Remove vendored libs and build them from npm using esbuild - Switch from JSZip to zip.js
✔️ No visual differences introduced by this PR. View Playwright Report (note: open the "playwright-report" artifact) |
i think i'm seeing this error purely in the dictionary worker, which doesn't have |
i submitted a PR against this branch addressing my review and Firefox issues. there are two more problems i found but i've run out of time for now:
|
|
7d2e9e6
to
9b39d16
Compare
9b39d16
to
ac63072
Compare
ac63072
to
0f4d369
Compare
LGTM. thank you for undertaking this slog. |
Is there any reason for still using jszip as opposed to zip.js in tests? |
|
I tried to get zip.js to work but I couldn't get it working in Node for some reason. It certainly would be better to unify if possible. |
thanks for the confirmation |
dev/lib/handlebars
)