Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Thin wrapper around zen-observable and @types/zen-observable, to support ESM exports as well as CommonJS exports
This plugin transforms ES2015 modules to CommonJS
This plugin transforms ES2015 modules to CommonJS
A Babel transform that turns imports into lazily loaded commonjs requires
Convert CommonJS modules to ES2015
The ESM-only 'color' package made compatible for use with CommonJS runtimes
A YAML parser written in javascript. This is the port to CommonJS. Client-side script is available at http://code.google.com/p/javascript-yaml-parser/
Fixes ERR_REQUIRE_ESM errors so that you can require ESM modules from CommonJS
Lexes CommonJS modules, returning their named exports metadata
A fork of `import-meta-resolve` with commonjs + ESM support at the same time, AKA dual package.
This is [babel-preset-es2015](http://babeljs.io/docs/plugins/preset-es2015/), minus [modules-commonjs](http://babeljs.io/docs/plugins/transform-es2015-modules-commonjs/), plus [external-helpers](http://babeljs.io/docs/plugins/external-helpers/). Use it wi
Utility to fix TypeScript declarations when using default exports in CommonJS.
Convert CommonJS modules to ES2015