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.
Babel plugin for turning __proto__ into a shallow property clone
Task registry that allows composition through series/parallel methods.
> Polyfill/shim for `process.allowedNodeEnvironmentFlags`
ESLint parser that allows for linting of experimental syntax transformed by Babel
`unenv` is a framework-agnostic system that allows converting JavaScript code to be platform agnostic and work in any environment including Browsers, Workers, Node.js, or JavaScript runtime.
Builder-agnostic plugin to allow restricting import patterns in certain parts of your code-base.
Strip flow type annotations from your output code.
JavaScript parser written in OCaml. Produces ESTree AST
Commitizen adapter following the conventional-changelog format.
GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).
GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).
GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).
GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).
Execute a function on exit without leaking memory, allowing all objects to be garbage collected
Proxies nodejs require in order to allow overriding dependencies during testing.
Strict TypeScript and Flow types for style based on MDN data
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
Consume a stream to ensure it keeps flowing
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Writing tests for promises in jasmine is kind of a pain in the ass. jasmine-pit makes doing such things a tiny bit easier by providing an augmented version of `it()` (called `pit()`) that allows you to simply return a promise that may eventually assert ex