Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in commonjs

Handling global application state (not variables as such) in CommonJS projects (specifically Browserify)

Is it reasonable to use UMD with no exports, to simply augment a dependency?

How to get untyped npm modules to play nicely with webpack

How do I load AMD modules when using Angular JS?

module angularjs amd commonjs

How do I write a TypeScript declaration file for an external commonjs module that has constructor?

How can I export a mongo database handler in Node.js?

node.js mongodb commonjs

Sharing TypeScript classes between client and server

How to make TypeScript generate a CommonJS valid module?

typescript module commonjs

Angular 10 - CommonJS or AMD dependencies can cause optimization bailouts

Lazy loading of modules in Nodejs

node.js requirejs commonjs

Getting started with Yabble--browser-side CommonJS module loading

How to write commonjs pattern module of AngularJS

Webpack Uncaught ReferenceError: require is not defined after removing node_modules from bundle.js

javascript webpack commonjs

How would I translate this require to ES6 import style [duplicate]

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

node.js typescript commonjs

How to include commonjs module in ES6 module node app?

Differences between creating a new class to using export const

What is module option in tsconfig used for?

Is there a point to doing 'import type' rather than 'import' with Flow?