We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/tsconfig.esm.json with
/tsconfig.esm.json
{ "compilerOptions": { "module": "ES2022" } }
progressive with tsconfig.build.json in packages with
tsconfig.build.json
{ "extends": ["../../tsconfig.base.json", "../../tsconfig.strict.json", "../../tsconfig.esm.json"], // ... }
atom-sorter
chemical-elements
chemical-groups
emdb
isotopic-distribution
mass-fragmentation
mass-tools
mf-finder
mf-from-atomic-ratio
mf-from-ea
mf-from-google-sheet
mf-generator
mf-global
mf-matcher
mf-parser
mf-utilities
mfs-deconvolution
ms-report
ms-spectrum
nucleotide
number-treemap
octochemdb
peptide
The text was updated successfully, but these errors were encountered:
@targos do we wait anything to do this migration ?
Sorry, something went wrong.
Yes, we have still have backend services that are in CommonJS
So we wait they evolve or have stable require(esm) available for production
require(esm)
https://nodejs.org/api/modules.html#loading-ecmascript-modules-using-require
No branches or pull requests
/tsconfig.esm.json
withprogressive with
tsconfig.build.json
in packages withatom-sorter
chemical-elements
chemical-groups
emdb
isotopic-distribution
mass-fragmentation
mass-tools
mf-finder
mf-from-atomic-ratio
mf-from-ea
mf-from-google-sheet
mf-generator
mf-global
mf-matcher
mf-parser
mf-utilities
mfs-deconvolution
ms-report
ms-spectrum
nucleotide
number-treemap
octochemdb
peptide
The text was updated successfully, but these errors were encountered: