Skip to content

Commit

Permalink
Revert "Add biome support for javascript (dense-analysis#4701)"
Browse files Browse the repository at this point in the history
This reverts commit 8922478.
  • Loading branch information
toxeus committed Jan 14, 2024
1 parent 8922478 commit db64d7c
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 105 deletions.
5 changes: 0 additions & 5 deletions autoload/ale/fix/registry.vim
Original file line number Diff line number Diff line change
Expand Up @@ -646,11 +646,6 @@ let s:default_registry = {
\ 'suggested_filetypes': ['ruby'],
\ 'description': 'A formatter for Ruby source code',
\ },
\ 'biome': {
\ 'function': 'ale#fixers#biome#Fix',
\ 'suggested_filetypes': ['javascript', 'typescript'],
\ 'description': 'Apply biome (ex. rome) check to a file.',
\ },
\}

" Reset the function registry to the default entries.
Expand Down
17 changes: 0 additions & 17 deletions autoload/ale/fixers/biome.vim

This file was deleted.

14 changes: 0 additions & 14 deletions autoload/ale/handlers/biome.vim

This file was deleted.

27 changes: 0 additions & 27 deletions doc/ale-javascript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,6 @@ To this: >
<


===============================================================================
biome *ale-javascript-biome*

g:ale_javascript_biome_executable *g:ale_javascript_biome_executable*
*b:ale_javascript_biome_executable*
Type: |String|
Default: `'biome'`

See |ale-integrations-local-executables|


g:ale_javascript_biome_use_global *g:ale_javascript_biome_use_global*
*b:ale_javascript_biome_use_global*
Type: |Number|
Default: `get(g:, 'ale_use_global_executables', 0)`

See |ale-integrations-local-executables|


g:ale_javascript_biome_options *g:ale_javascript_biome_options*
*b:ale_javascript_biome_options*
Type: |String|
Default: `''`

This variable can be set to pass additional options to biome.


===============================================================================
clang-format *ale-javascript-clangformat*

Expand Down
2 changes: 0 additions & 2 deletions doc/ale-supported-languages-and-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ Notes:
* `javalsp`
* `uncrustify`
* JavaScript
* `biome`
* `clang-format`
* `cspell`
* `deno`
Expand Down Expand Up @@ -654,7 +653,6 @@ Notes:
* TOML
* `dprint`
* TypeScript
* `biome`
* `cspell`
* `deno`
* `dprint`
Expand Down
6 changes: 0 additions & 6 deletions doc/ale-typescript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
ALE TypeScript Integration *ale-typescript-options*


===============================================================================
biome *ale-typescript-biome*

See |ale-javascript-biome|


===============================================================================
cspell *ale-typescript-cspell*

Expand Down
2 changes: 0 additions & 2 deletions doc/ale.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3116,7 +3116,6 @@ documented in additional help files.
eclipselsp............................|ale-java-eclipselsp|
uncrustify............................|ale-java-uncrustify|
javascript..............................|ale-javascript-options|
biome.................................|ale-javascript-biome|
clang-format..........................|ale-javascript-clangformat|
cspell................................|ale-javascript-cspell|
deno..................................|ale-javascript-deno|
Expand Down Expand Up @@ -3440,7 +3439,6 @@ documented in additional help files.
toml....................................|ale-toml-options|
dprint................................|ale-toml-dprint|
typescript..............................|ale-typescript-options|
biome.................................|ale-typescript-biome|
cspell................................|ale-typescript-cspell|
deno..................................|ale-typescript-deno|
dprint................................|ale-typescript-dprint|
Expand Down
2 changes: 0 additions & 2 deletions supported-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ formatting.
* [javalsp](https://github.com/georgewfraser/vscode-javac)
* [uncrustify](https://github.com/uncrustify/uncrustify)
* JavaScript
* [biome](http://biomejs.dev)
* [clang-format](https://clang.llvm.org/docs/ClangFormat.html)
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
* [deno](https://deno.land/)
Expand Down Expand Up @@ -663,7 +662,6 @@ formatting.
* TOML
* [dprint](https://dprint.dev)
* TypeScript
* [biome](http://biomejs.dev)
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
* [deno](https://deno.land/)
* [dprint](https://dprint.dev/)
Expand Down
30 changes: 0 additions & 30 deletions test/fixers/test_biome_fixer_callback.vader

This file was deleted.

Empty file.
Empty file removed test/test-files/biome/src/test.js
Empty file.

0 comments on commit db64d7c

Please sign in to comment.