Perfection is finally attained not when there is no longer anything to add, but when there is no longer anything to take away. (c) Antoine de Saint Exupéry 🐊Putout is a JavaScript Linter, pluggable and configurable code transformer, drop-in ESLint replacement with built-in code printer and ability to fix syntax errors. It has lots of transformations that keeps your codebase in a clean state, remo
We are excited to announce the release of the new version of Prettier! We have made the migration to using ECMAScript Modules for all our source code. This change has significantly improved the development experience for the Prettier team. Please rest assured that when using Prettier as a library, you can still use it as CommonJS as well. This update comes with several breaking changes. One notabl
// Original code async function* foo() { await using x = await y } // Old output (with --supported:async-generator=false) function foo() { return __asyncGenerator(this, null, function* () { await using x = yield new __await(y); }); } // New output (with --supported:async-generator=false) function foo() { return __asyncGenerator(this, null, function* () { var _stack = []; try { const x = __using(_s
Turborepo 1.10 introduces new features to improve your local development experience: Code Generators: Use turbo gen to generate source code, including creating new workspaces and copying existing ones. Improved Environment Variable Inputs: It's now easier to depend on environment variables with wildcards and .env support. New Environment Modes: You can now specify --env-mode=strict to control envi
Stage 3 decorators, VCS support, new lint rules and more. Rome v12.1.0 brings support for the new Stage 3 decorators, VCS support and new lint rules! You can upgrade Rome by running the following command: npm install --save-dev --save-exact rome@12.1.0 pnpm update --save-exact rome@12.1.0 yarn upgrade --exact rome@12.1.0Or install the VS Code extension to integrate Rome into your editor. Stage 3 d
2.0.0 (2023-04-14) ⚠ BREAKING CHANGES publish: make version & publish commands optional, closes #450 (#552) build: migrate to ESM build & switch to Vitest for ESM support (#537) --git-dry-run was renamed to --dry-run New Requirements Node >=16.15.0 and NPM >=8.5.0 are now required The version and publish commands are now optional, like all other Lerna-Lite commands see migration below Description
Storybook is the gold standard UI workshop environment. It’s used across the industry by teams at Monday.com, The Guardian, Intuit, and many others due to its unparalleled framework compatibility and rich features for development, documentation, and testing. Today, I’m excited to announce Storybook 7 (SB7), our first major release in over two years and by far our largest ever. It includes: ⚡ First
JSON support, import sorting via CLI, better configuration, new lint rules and more. The Rome team is happy to announce Rome version 12. This new version brings JSON support, new lint rules, import sorting and more! You can upgrade Rome by running the following command: npm install --save-dev --save-exact rome@12.0.0 pnpm update --save-exact rome@12.0.0 yarn upgrade --exact rome@12.0.0Or install t
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く