prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
Build tool and bindings loader for node-gyp that supports prebuilds
Build tool and bindings loader for node-gyp that supports prebuilds
A set of utilities to assist developers of tools that build N-API native add-ons
JavaScript build tool, similar to Make or Rake
A library for arbitrary-precision decimal and non-decimal arithmetic
SqlTool on MS Windows
Angular Build Facade
Native-ESM powered web dev build tool
Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)
More powerful alternative to Animated library for React Native.
Node.js native addon build tool
Official build system for Angular
recma plugin to add support for parsing and serializing JSX
Webpack Builder for Architect
Local build cache provider for Expo
A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.
A CSS parser, transformer, and minifier written in Rust
Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.
An overlay for displaying stack frames.
Config plugin to customize native build properties on prebuild
A CSS parser, transformer, and minifier written in Rust
`@expo/eas-build-job` contains types and Joi schemas for job objects. It's used in `eas-cli` to create the job object and on EAS Build workers (and in `eas-cli-local-build-plugin`) to process the job and run the build.
The progressive JavaScript framework for building modern web UI.
A low quality clone of https://github.com/akr/chkbuild for mswin.
oj_windows is a fork of Oj (https://github.com/ohler55/oj) by Peter Ohler, adapted to build with the MSVC (mswin) Ruby toolchain: pthread mutexes replaced with Windows primitives, POSIX headers guarded, and SIMD string scanning enabled under MSVC. It provides the full Oj API (module Oj) and JSON-gem compatibility. Because it defines the same Oj module, it is a replacement for - and cannot be installed alongside - the upstream oj gem. Requires Ruby 3.4+ built with the MSVC toolchain (RubyInstaller/MinGW users should use the upstream oj gem instead).
vcvars locates a Visual Studio / Build Tools install via vswhere and loads the MSVC toolchain (vcvars*.bat) into the current process, so C extensions build under an mswin Ruby without first opening a "Developer Command Prompt". It provides a library API (Vcvars.activate!), a Rake integration (require "vcvars/rake"), a `vcvars exec -- <cmd>` runner, a `vcvars doctor` that diagnoses the classic MSVC extension-build failures, a `vcvars env` shell-env emitter, and a `vcvars new` scaffolder for MSVC-ready extension gems. It is "ridk enable", but for MSVC. Pure Ruby, no compiler required to install.
winloop is a Ruby Fiber::Scheduler built on Win32 I/O Completion Ports. It makes ordinary socket I/O, sleeps, timeouts and Mutex/Queue/Thread#join run cooperatively on a single thread — the async-runtime story that has always been weak on Windows, done the way libuv/mio/wepoll do it: readiness over an IOCP via \Device\Afd polling, with recv/send driven by the completion port. Requires a native Windows MSVC (mswin) build of Ruby.