Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
rome_lsp-darwin-arm64.vsix | 2023-08-09 | 5.2 MB | |
rome_lsp-darwin-x64.vsix | 2023-08-09 | 5.5 MB | |
rome_lsp-linux-arm64.vsix | 2023-08-09 | 5.5 MB | |
rome_lsp-linux-x64.vsix | 2023-08-09 | 5.8 MB | |
rome_lsp-win32-arm64.vsix | 2023-08-09 | 5.6 MB | |
rome_lsp-win32-x64.vsix | 2023-08-09 | 6.0 MB | |
README.md | 2023-08-09 | 3.5 kB | |
VSCode Extension v0.26.0.tar.gz | 2023-08-09 | 9.1 MB | |
VSCode Extension v0.26.0.zip | 2023-08-09 | 13.1 MB | |
Totals: 9 Items | 55.8 MB | 0 |
What's Changed
- fix(rome_cli): correctly check for organize imports support by @ematipico in https://github.com/rome/tools/pull/4715
- feat: 🎸 allow comments in json file by @ematipico in https://github.com/rome/tools/pull/4714
- fix(rome_js_formatter): properly retain parentheses in body by @SuperchupuDev in https://github.com/rome/tools/pull/4716
- feat(rome_formatter): add support to format comments by @ematipico in https://github.com/rome/tools/pull/4718
- feat(rome_js_analyze): new lint rule:
useImportRestrictions
by @arendjr in https://github.com/rome/tools/pull/4700 - feat(rome_css_parser): CSS lexer number and ident [#4682] by @denbezrukov in https://github.com/rome/tools/pull/4712
- chore: test infra for transformations by @ematipico in https://github.com/rome/tools/pull/4719
- feat(rome_js_analyze): relax
useLiteralEnumMembers
by @Conaclos in https://github.com/rome/tools/pull/4720 - feat(rome_js_analyze): add options to
noRestrictedGlobals
by @ematipico in https://github.com/rome/tools/pull/4723 - Update Helix Editor manual to include support for lsp-proxy and multi… by @bugeats in https://github.com/rome/tools/pull/4727
- refactor(rome_rowan): rework SyntaxTokenText into TokenText by @Conaclos in https://github.com/rome/tools/pull/4726
- feat(rome_css_parser): CSS parser [#4682] by @denbezrukov in https://github.com/rome/tools/pull/4724
- feat(rome_lsp): send message to the client by @ematipico in https://github.com/rome/tools/pull/4730
- refactor(rome_syntax): improve
inner_string_text
by @Conaclos in https://github.com/rome/tools/pull/4731 - fix: image urls are broken in meta tags by @paripsky in https://github.com/rome/tools/pull/4735
- feat(rome_js_analyze): noUnsafeDeclarationMerging by @Conaclos in https://github.com/rome/tools/pull/4736
- refactor(rome_js_semantic): deduplicate code by @Conaclos in https://github.com/rome/tools/pull/4738
- chore: update prettier v3 by @nissy-dev in https://github.com/rome/tools/pull/4740
- chore: update node-version and pnpm in CI by @nissy-dev in https://github.com/rome/tools/pull/4741
- feat: add support for
.jsonc
files by @ematipico in https://github.com/rome/tools/pull/4734 - fix(rome_fs): Fix incorrect detection of infinite symlinks by @arendjr in https://github.com/rome/tools/pull/4732
- refactor(rome_js_analyze): improve
useEnumInitializers
by @Conaclos in https://github.com/rome/tools/pull/4733 - Group organized imports by distance by @arendjr in https://github.com/rome/tools/pull/4725
- refactor(rome_js_analyze): handle ambient declarations in noInnerDecl… by @Conaclos in https://github.com/rome/tools/pull/4744
- Generate new lintrule by @Conaclos in https://github.com/rome/tools/pull/4749
- V13 rule promotion by @Conaclos in https://github.com/rome/tools/pull/4752
- feat: enable organize imports by default by @ematipico in https://github.com/rome/tools/pull/4754
- feat(rome_js_parser, rome_js_formatter): support
using
andawait using
declaration by @nissy-dev in https://github.com/rome/tools/pull/4737 - feat(rome_js_analyze): update linter logic for using declaration by @nissy-dev in https://github.com/rome/tools/pull/4759
- release: 13.0.0 by @ematipico in https://github.com/rome/tools/pull/4565
New Contributors
- @bugeats made their first contribution in https://github.com/rome/tools/pull/4727
- @paripsky made their first contribution in https://github.com/rome/tools/pull/4735
Full Changelog: https://github.com/rome/tools/compare/cli/v12.1.3-nightly.4c8cf32...lsp/v0.26.0