Babel plugin for React Compiler.
@vue/compiler-dom
Runtime for React Compiler
@vue/compiler-core
Package for optimizing your GraphQL operations relay style.
@vue/compiler-ssr
A CJS bundled version of @angular/compiler
@intlify/message-compiler
Astro’s [Go](https://golang.org/) + WASM compiler.
ESLint plugin to display errors found by the React compiler.
Build and manage the fast-json-stringify instances for the fastify framework
Build and manage the AJV instances for the fastify framework
Lower level utilities for compiling Vue single file components
The one-liner node.js proxy middleware for connect, express, next.js and more
the part of vue-inbrowser-compiler-utils that contains no vue dependency
@astrojs/compiler to process synchronously.
A compiler tool for building GraphQL-driven applications.
The Babel preset for Expo projects
Adds SWC as a Webpack5 compiler to Storybook
Adds babel as a Webpack5 compiler to Storybook
Solidity compiler
template compiler for Vue 2.x
Protocol Buffers for JavaScript
Webpack plugin that AoT compiles your Angular components and modules.
Bytecode compiler and VM for ThinkingLanguage (Phase 2)
CLI entry point for ThinkingLanguage (tl run, tl shell)
ThinkingLanguage — Type system and type checker
AI/ML integration for ThinkingLanguage — tensors, training, inference, LLM
Abstract Syntax Tree definitions for ThinkingLanguage
Data engine for ThinkingLanguage — DataFusion, connectors, I/O
Error types and diagnostics for the ThinkingLanguage compiler
GPU tensor compute for ThinkingLanguage via wgpu
Tree-walking interpreter for ThinkingLanguage (Phase 0)
Intermediate Representation for ThinkingLanguage table pipe optimization
Lexer/tokenizer for ThinkingLanguage
LLVM backend for ThinkingLanguage (Phase 30)
This is a library to simulate SSL and TLS handshake from SSLv2, SSLv3, to TLS 1.0-1.2. It does not rely on OpenSSL and is not designed as a replacement either. It targets full support for even older handshakes, which are not available in current releases of OpenSSL anymore. It also aims to be executable on all systems with a sufficiently modern version of Ruby without any additional requirements or pre-compiled binaries.
Scrapetor is a Ruby HTML parsing + scraping toolkit. The parser is a native C arena DOM with structural indexes built at parse time and NEON SIMD scanners in the SAX hot loop. A streaming extraction engine compiles the schema DSL into a single forward pass — no DOM materialised, one Ruby boundary crossing per document. On builds where libcurl is available, Scrapetor::Fetcher adds an HTTP/2-capable fetch layer with per-thread connection cache, shared DNS + TLS session pool, in-process gzip / deflate / brotli / zstd decoding, iconv charset transcoding, retry + exponential backoff, ETag / Last-Modified disk cache with bulk revalidation, per-host throttle, cookie jar, basic + bearer auth, proxy, and three bulk concurrency models (parallel_fetch / multi_fetch / streaming multi_each). Scrapetor::Session ties the cookie / auth / throttle / retry policies together. Also ships robots.txt + sitemap.xml parsers, a bounded-memory streaming HTML parser, and structured-data extractors (JSON-LD, OpenGraph, Schema.org, Microdata, RDFa, Twitter Cards). The Net::HTTP-based Scrapetor.fetch is preserved as the no-libcurl fallback.