List Question
20 TechQA 2024-03-28T10:21:58.713000how do I create code transformer for parsing customized extension like JSX?
14 views
Asked by shyunku
serverless-offline module --> Cannot use import statement outside a module
36 views
Asked by zhouf
Using TypeScript in Node.js project with "module": "commonjs"
41 views
Asked by chilly_maximus
How to compile typescript to use CommonJS and import/export?
35 views
Asked by PinBIb
How to build TypeScript/MJS package compatible with NodeJs?
57 views
Asked by serge
Trying to import KcAdminClient
84 views
Asked by Lucio Crusca
Cannot import ESM modules when modifying require.extensions
27 views
Asked by devjiwonchoi
Import ESM libraries into commonjs project Error [ERR_REQUIRE_ESM]: require() of ES Module -
66 views
Asked by BSimpson
Exposed and private/local members in CommonJS modules
34 views
Asked by ilias
require() of ES Module \node_modules\string-width\index.js from \node_modules\wide-align\align.js not supported
546 views
Asked by Nabeel hussain
Jest : SyntaxError: Cannot use import statement outside a module
190 views
Asked by Nicolas Espiau
How to make default export compatible with CommonJS
45 views
Asked by Daniel Wheaton
Testing CommonJS with dynamic imports of ESM with ts-jest
183 views
Asked by daniel-sc
How is LOAD_PACKAGE_EXPORTS in the Node.js CommonJS spec supposed to work?
26 views
Asked by Tau
How can I rewrite a commonJS statement into an ECMAScript import when it uses consecutive requires on one line?
35 views
Asked by y0k0z00na
Run CommonJS code in ESM Module using runInThisContext
49 views
Asked by jantimon
Why does Typescript allows "import" in CommonJS modules?
59 views
Asked by H-H