A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)
A minimalist bytecode compiler for Node.js.
Parser Building Toolkit for JavaScript
This project is an AST-based code optimizer and compressor for modern ECMAScript, JSX, and TypeScript source code. It functions as a JavaScript minifier that uses the Babel toolchain to reduce file size by removing unnecessary characters and whitespace while preserving program logic. The tool is distinguished by its ability to process experimental language proposals and transform modern syntax into browser-compatible versions. It provides specialized handling for React JSX transpilation and strips type annotations from TypeScript files to produce compressed production assets. The system cove
Strip comments from CSS
الميزات الرئيسية لـ sindresorhus/strip-css-comments هي: Code Optimization, Parsing Utilities.
تشمل البدائل مفتوحة المصدر لـ sindresorhus/strip-css-comments: brianmario/yajl-ruby — A streaming JSON parsing and encoding library for Ruby (C bindings to yajl). bytenode/bytenode — A minimalist bytecode compiler for Node.js. chevrotain/chevrotain — Parser Building Toolkit for JavaScript. cssnano/cssnano — cssnano is a CSS compression tool and minifier that reduces the file size and gzip footprint of stylesheets. It… dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). babel/minify — This project is an AST-based code optimizer and compressor for modern ECMAScript, JSX, and TypeScript source code. It…