Search code examples
Can I use ES modules in IBM Cloud Functions (node.js) or is only Common JS supported?...

node.jsibm-cloudcommonjsibm-cloud-functionsesmodules

Read More
Migrating a CommonJS 'module.exports = function()' to ESM...

javascriptnode.jses6-modulescommonjswebex

Read More
rewrite require to import statement...

javascripttypescriptecmascript-6commonjs

Read More
Nodejs Question about circular dependency...

javascriptnode.jscommonjsesmodules

Read More
Convert CJS to ES6...

javascriptecmascript-6commonjs

Read More
Javascript CommonJS - where's the module?...

javascriptmodulecommonjs

Read More
'X Is not a function' in CommonJS...

javascripttypescriptes6-modulescommonjs

Read More
How can I import a module by concatenating a variable in the destination route?...

javascriptnode.jses6-modulescommonjs

Read More
Is this intended behaviour of custom errors?...

node.jstypescripterror-handlingcommonjs

Read More
How do I require a function in a node modules without using a Module Bundler...

javascriptnpmwebpackes6-modulescommonjs

Read More
Difference between "module.exports" and "exports" in the CommonJs Module System...

javascriptnode.jscommonjs

Read More
Include a few ES style npm modules into a project with mostly commonJS modules...

node.jsnpmimportes6-modulescommonjs

Read More
Angular: Include third party dependency in custom angular library...

angularcommonjsumdnpm-packageangular-package-format

Read More
How can I use a CommonJS module on JSFiddle?...

javascriptjsfiddlebrowserifycommonjs

Read More
Reset single module with Jest...

node.jsjestjscommonjs

Read More
Shared state in ES6 vs CommonJS modules...

javascriptecmascript-6modulestatecommonjs

Read More
Why Babel introduces unused variable when destructuring property from object?...

javascripttypescriptecmascript-6babeljscommonjs

Read More
How to mock default package in dependency with Jest?...

jestjscommonjs

Read More
Configure Rollup to add file extensions into import/require statements...

node.jstypescriptes6-modulescommonjsrollupjs

Read More
Error [ERR_REQUIRE_ESM]: require() of ES Module index.js not supported...

node.jsecmascript-6commonjs

Read More
module.exports give undefined while print module indicates it's not undefined?...

javascriptnode.jscommonjsecmascript-next

Read More
Class constructor cannot be invoked without 'new' - typescript with commonjs...

node.jstypescriptcommonjs

Read More
Convert require() without assignment to import...

javascriptnode.jsecmascript-6es6-modulescommonjs

Read More
Importing a file using “import(`./player/${file}`)” doesn’t result in the expected value...

javascriptecmascript-6commonjsdynamic-import

Read More
React.createElement: type is invalid -- expected a string (for built-in components) or a class/funct...

javascriptreactjsecmascript-6exportcommonjs

Read More
Relation between CommonJS, AMD and RequireJS?...

javascriptmodulerequirejsamdcommonjs

Read More
Architecture query.. Building a service/message bus with Node.js...

javascriptnode.jscommonjs

Read More
Should I use let or var when implementing a singleton?...

javascriptnode.jssingletoncommonjs

Read More
Why can I use import statements in libraries that only support CommonJS modules?...

javascriptmodulees6-modulescommonjsua-parser

Read More
Best practice for NPM package with es6 modules - bundle or not...

npmnode-moduleses6-modulescommonjs

Read More
BackNext