awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sindresorhus avatar

sindresorhus/strip-css-comments

0
View on GitHub↗
125 نجوم·10 تفرعات·CSS·MIT·2 مشاهدات

Strip Css Comments

Strip comments from CSS

Features

  • Code Optimization - Removal of comments from CSS files.
  • Parsing Utilities - Remove comments from CSS.

سجل النجوم

مخطط تاريخ النجوم لـ sindresorhus/strip-css-commentsمخطط تاريخ النجوم لـ sindresorhus/strip-css-comments

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Strip Css Comments

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Strip Css Comments.
  • brianmario/yajl-rubyالصورة الرمزية لـ brianmario

    brianmario/yajl-ruby

    1,490عرض على GitHub↗

    A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)

    C
    عرض على GitHub↗1,490
  • bytenode/bytenodeB

    bytenode/bytenode

    2,957عرض على GitHub↗

    A minimalist bytecode compiler for Node.js.

    JavaScript
    عرض على GitHub↗2,957
  • chevrotain/chevrotainالصورة الرمزية لـ Chevrotain

    Chevrotain/chevrotain

    2,780عرض على GitHub↗

    Parser Building Toolkit for JavaScript

    TypeScript
    عرض على GitHub↗2,780
  • babel/minifyالصورة الرمزية لـ babel

    babel/minify

    4,376عرض على GitHub↗

    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

    JavaScript
    عرض على GitHub↗4,376
عرض جميع البدائل الـ 30 لـ Strip Css Comments→

الأسئلة الشائعة

ما هي وظيفة sindresorhus/strip-css-comments؟

Strip comments from CSS

ما هي الميزات الرئيسية لـ sindresorhus/strip-css-comments؟

الميزات الرئيسية لـ sindresorhus/strip-css-comments هي: Code Optimization, Parsing Utilities.

ما هي البدائل مفتوحة المصدر لـ sindresorhus/strip-css-comments؟

تشمل البدائل مفتوحة المصدر لـ 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…