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.
Data-Mapper ORM for TypeScript and ES2023+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.
Thin wrapper around zen-observable and @types/zen-observable, to support ESM exports as well as CommonJS exports
Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
Support dynamic imports in acorn
A tiny (952b), correct, general-purpose, and configurable "exports" and "imports" resolver without file-system reliance
A Babel transform that turns imports into lazily loaded commonjs requires
A simple MD5 hash function for JavaScript supports UTF-8 encoding.
Rollup plugin for resolving dynamic imports containing variables.
A benchmarking library that supports high-resolution timers & returns statistically significant results.
Build tool and bindings loader for node-gyp that supports prebuilds
Report and remove unused es6 modules
A simple RPC layer for communicating with web workers and over other transports
A Babel plugin to inject imports to core-js@3 polyfills
A Babel plugin to inject imports to regenerator-runtime
A Babel plugin to inject imports to core-js@2 polyfills
Wrap dynamic imports with metadata about the import
This Parcel transformer plugin is responsible for transforming assets with Babel. It uses `@babel/core` to resolve babel config the same way Babel does and uses that if found. If no filesystem config is found it uses a default config that supports the mos
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.