commonjs-modules
There are 53 repositories under commonjs-modules topic.
sarsamurmu/reboost
A super fast dev server for rapid web development
jimmycuadra/shellwords
Manipulate strings according to the word parsing rules of the UNIX Bourne shell.
Borewit/load-esm
Utility to dynamically load ESM modules in TypeScript CommonJS projects
dsheiko/cjsc
⛔️ [DEPRECATED] faster and leaner CommonJS module transpiler
i-jump/ts-libraries
typescript-工具库,检测 export 的所有文件,打包成开发和生产版本, (es6、cjs、umd可选),适合做企业级工具库开发!
revan-zhang/nedo
a commonJS hook to load modules from url at runtime.
Hexagon/minitz
Minimal utility to convert to or from any timezone. Deno/Node/Browser. ESM/CommonJS.
suchipi/require-browser
Easy-to-use require function for your browser
shellophobia/transform-image-js
JS library to transform the image
andre487/node-console-progress-bar-tqdm
Progress bar in console for Node.js in the style of TQDM Python library.
Prozi/tiled-utils
Tiled Utils
rstuven/sinonquire
Automatically stubs CommonJS modules returned by require() using Sinon.JS
slavafomin/rollup-plugin-node-resolve-next
Rollup plugin for import resolution using enhanced Node.js algorithm
mhweiner/cjs-mock
'Immutable' NodeJS module mocking (CJS) for unit testing purposes. Similar to proxyquire, but simpler and safer. Sponsored by https://aeroview.io
BuonOmo/CommonJS-to-ES6-codemod
Codemod using jscodeshift to convert CommonJS modules to ES6 modules
jojobyte/browser-import-rabbit-hole
Deducing a way to use IIFE modules in browser and preserving JSDoc type hinting.
makeup-js/makeup-screenreader-trap
This module restricts screen reader virtual cursor to a single subtree in the DOM.
rjbultitude/mocks-stubs-and-spies-CJS-ESM-Sinon
A demo of stubs and spies with CommonJS and ES modules. CommonJS doesn't allow mock, stubs and spies for dependencies called within the same module and ES modules don't allow them for named imports. This repo contains demos of the problem as well as solutions.
PandArtist93/LIM016-md-links
💻 md-links es un librería que facilita la búsqueda y validación de links contenidos en archivos de formato ".md". Además también proporciona información relevante como: cantidad de links repetidos, únicos, rotos, estatus de la consulta http y mas. 🆗
CharltonC/pagination-handle
lightweight headless UI state generator/handler for pagination
cxw42/browserify-esmify-example
Example of using esmify to support ES6 import syntax in browserify. Also shows including UMD modules!
erdii/typescript-boilerplate
A (hopefully) universal typescript boilerplate using rollup.js
khatastroffik/one-ts-for-all
A PoC demonstrating a "single source" Typescript library project generating automatically multiple script artifacts out of the library (CJS, ESM, TS) and a sample CLI: ONE-FOR-ALL !
luicfrr/commonjs-esm-loader
Loads ESM packages in CommonJS projects
nothingismagick/node-flicks
A simple node module to calculate flicks.
andreekeberg/npm-module-boilerplate
Boilerplate for UMD (ES6 and CommonJS) npm modules with Webpack
FranzZemen/build-tools
Build tools for @franzzemen projects, re-usable in the wild
IgorLAP/calculadora-nodejs-commonjs
Aplicação simples proposta como desafio na SoulCode Academy com os conceitos iniciais de NodeJS puro
makeup-js/makeup-focusables
Returns an array of all focusable descendants of the given element.
makeup-js/makeup-modal
Applies modal accessibility requirements to any element
serprex/mkcjs
Minimalist CommonJS bundler
sjy/dazhaohu
minimum production ready npm package boilerplate
ulivz/karma-commonjs-test
a test example with karma for CommonJS module
nasriyasoftware/PostBuild
PostBuild is a utility pacakge for TypeScript run useful tasks after transpiling TypeScript into ESM and CJS JavaScript file.