Here are
176 public repositories
matching this topic...
List of functions which you can use to replace moment.js + ESLint Plugin
Updated
Aug 18, 2021
JavaScript
Tomorrow's ECMAScript modules today!
Updated
Aug 8, 2021
JavaScript
A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript and ESM
Updated
Aug 26, 2021
JavaScript
Import modules from URL instead of local node_modules
Updated
Aug 11, 2021
JavaScript
Professional backend framework for Node.js
Updated
Sep 5, 2021
JavaScript
zero config, zero dependency bundler for tiny javascript packages
Updated
Sep 3, 2021
JavaScript
A Webpack plugin that works with Babel to allow differential loading - production deployment of ES2015 builds targeted to modern browsers, with an ES5 fallback for legacy browsers.
Updated
Jan 16, 2021
TypeScript
Lightning fast, zero configuration, web application development server
Updated
Dec 19, 2020
JavaScript
A simple plugin that allows you to require globally
Updated
Feb 19, 2016
JavaScript
Breakdown of 7 different ways to use ES modules with npm today.
Updated
Sep 1, 2021
JavaScript
△ Dead simple modular JavaScript framework for ES modules.
Updated
Jan 18, 2021
JavaScript
🍣 Expertly rolled JavaScript. CLI + library for bundling JavaScript with Rollup.js
Updated
May 2, 2019
CoffeeScript
The Ridiculous Application of Reduce
Updated
May 16, 2021
JavaScript
Create `esm` enabled packages.
Updated
May 16, 2019
JavaScript
A simple proof-of-concept for importing HTML Templates into ES Modules
Updated
May 23, 2018
JavaScript
Minimal ECMAScript Module test runner
Updated
Sep 1, 2021
JavaScript
Create Web apps without a bundler
Updated
Sep 5, 2021
JavaScript
Pure JavaScript toolkit for data URLs (MessagePack, Base58 and Base62)
Updated
Aug 12, 2021
TypeScript
GraphQL data based Static Site Generator.
Updated
Aug 19, 2021
TypeScript
ESM-compatible Tape.js test runner
Updated
May 17, 2021
JavaScript
An example of how to use babel as a codemod
Updated
Jan 25, 2021
JavaScript
JSON-RPC 2.0 library with HTTP and WebSockets support for deno and the browser
Updated
Aug 22, 2021
TypeScript
Simple-yet-complete Pomodoro timer for Firefox and Google Chrome.
Updated
Aug 26, 2021
JavaScript
Rollup plugin to transform "bare" import specifiers to absolute URLs in ES modules
Updated
Jun 29, 2020
JavaScript
Awesome list of ESM (EcmaScript Modules)
Repo to document all my findings about authoring, publishing and working with commonjs and esm in Node
Updated
Sep 2, 2021
JavaScript
A tool for refactoring JavaScript Modules
Updated
Jan 5, 2018
JavaScript
A safe registry for importing NPM packages in Deno as ES Modules
Updated
Oct 25, 2020
TypeScript
Improve this page
Add a description, image, and links to the
esmodules
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
esmodules
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Just came across one of our client projects, which uses their own npm registry instead of the official one. By making it configurable via cli-flag like
--registry https://my-registry.comwe could support that use case.I'm wondering if this is how we can make our npm plugin testable too! We could spin up a fake registry since we only ever download the tarball and use the
--registryflag in