Search code examples
Cannot find module '@foo' with ts-jest and monorepo...

typescriptjestjses6-modulests-jestmonorepo

Read More
How to import a Javascript file that is ESM from a CommonJS module? Got. Error: Not supported...

javascriptnode.jses6-modulescommonjsnode.js-got

Read More
Use Webpack 5 to build an ES module bundle, and consume that bundle in a Node.js ES module...

javascriptnode.jswebpackes6-moduleswebpack-5

Read More
Does importing a module mean embedding the code of the module at the line of the import statement?...

javascriptimportmodulees6-moduleshoisting

Read More
Use esmodules on aws lambda and serverless get "require is not defined in ES module scope"...

node.jsaws-lambdaserverlesses6-modules

Read More
'Directory import is not supported resolving ES modules' with Node.js...

node.jses6-modules

Read More
How do you expose class in a module to the global namespace in TypeScript?...

typescriptes6-modules

Read More
node.js v18, only import works but export doesn't...

javascriptes6-modules

Read More
Mocha fails with "named export 'Ref' not found" error with Typegoose when using ES...

typescriptmocha.jses6-modulestypegoose

Read More
Exporting Class with Require yields error...

javascriptnode.jsecmascript-6es6-moduleses6-class

Read More
Getting javascript ES modules to work in NodeJS app...

javascriptnode.jsexpresses6-modules

Read More
Main project imports .esm.mjs dependencies, component library imports cjs.js dependencies...

reactjsreact-contextes6-modulescommonjs

Read More
How to import from a file with an .mts extension in a CJS-first project?...

javascriptnode.jstypescriptes6-modulescommonjs

Read More
NPM Package path is not exported from package...

javascriptnode.jsnode-modulespackage.jsones6-modules

Read More
Using inline import in Express use...

node.jsexpressecmascript-6es6-modules

Read More
Meaning of 'this' in nodejs when using ES6 import/export...

javascriptnode.jses6-modules

Read More
es6 module import of d3 4.x fails...

d3.jses6-modules

Read More
react app build fails with 'ERR_REQUIRE_ESM'...

node.jsreactjsnpmes6-modules

Read More
Which browsers support import and export syntax for ECMAScript 6?...

javascriptecmascript-6es6-module-loaderbrowser-supportes6-modules

Read More
Unable to access ES 6 function when rendered through innerHTML...

javascriptes6-moduleses6-class

Read More
What happens when using "Import Map" in react-app? How does it avoid build systems?...

javascriptcreate-react-appes6-modulesimport-maps

Read More
Is it possible to make Node NOT Require the ".js" Extension For Imports?...

node.jses6-modules

Read More
Problem in importing : The requested module...

javascriptreactjses6-modules

Read More
Require module without webpack etc...

javascriptwebpackecmascript-6requirejses6-modules

Read More
How to export a declared external value as a named export?...

typescriptecmascript-6es6-modules

Read More
Can't use jest in module files for testing in node js...

node.jsecmascript-6jestjses6-modules

Read More
How to export default modules in index.js barrels...

javascriptes6-module-loaderes6-modules

Read More
Reuse Jest module mocks across tests...

jestjsmockingnext.jses6-modules

Read More
Bundled module throws 'requested module does not provide an export'...

reactjsbundleres6-modulesrollupcjs

Read More
Can I mix in javascript modules with "regular" javascript?...

javascriptes6-modules

Read More
BackNext