Skip to content

breaking: Use only esm modules for lib/* packages and remove esm2umd dependency - #3037

Open
MaxGraey wants to merge 1 commit into
AssemblyScript:mainfrom
MaxGraey:upd-babel
Open

breaking: Use only esm modules for lib/* packages and remove esm2umd dependency#3037
MaxGraey wants to merge 1 commit into
AssemblyScript:mainfrom
MaxGraey:upd-babel

Conversation

@MaxGraey

Copy link
Copy Markdown
Member

lib/loader and lib/rtrace requires esm2umd dev dependency which constantlly caused vulnerabilities in third-party deps. lib/loader is not used anymore and still exista only as legacy while lib/rtrace only for specific debugging and tracing and usually used internally.

Therefore, the simplest and most obveous solution is to simply remove esm2umd dependency and support only ESM-modules for both packages.

  • I've read the contributing guidelines
  • I've added my name and email to the NOTICE file

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant