Skip to content

المنسقات والكود

منسق JavaScript / TypeScript

منسق JavaScript و TypeScript مجاني. قواعد Prettier الافتراضية، تعمل بالكامل في المتصفح — تكتشف TypeScript تلقائيًا من تعليقات النوع. الصق، انقر، انسخ.

Runs in your browser
JavaScript / TypeScript formatter & validator
lines: 0chars: 0size: 0 B
JavaScript / TypeScript · UTF-8 · 2-space indent

ملاحظة المحرر

Understanding · JS, set to a house style.

هذا الفصل المعمّق متاح حاليًا باللغة الإنجليزية فقط. أداة التحويل أعلاه تعمل بلغتك؛ أما المقال التفصيلي الطويل فلم تتم ترجمته بعد.

الأسئلة المتكررة

Quick answers.

Does it handle TypeScript?

Yes — the tool auto-detects TypeScript from type annotations (`: string`, `interface Foo`, `type X = ...`) and routes to Prettier's TS parser. You don't have to toggle anything.

Which Prettier options does it use?

Prettier's out-of-box defaults: 2-space indent, semicolons, double quotes, 80-column print width, trailing commas. These match the vast majority of published codebases.

Will it change my code's behaviour?

No — Prettier only reformats; it never changes semantics. The output runs identically to the input, byte-for-byte after transpilation.

Can it minify JavaScript?

No — Prettier is a formatter, not a minifier. For production minification use Terser, esbuild or SWC locally. They produce far smaller output than a whitespace collapser would.

يبحث الأشخاص أيضًا عن

أدوات ذات صلة

More in this room.

شاهد الكل في المنسقات والكود