@biomejs/wasm-nodejs 2.4.0 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/biome_wasm.d.ts +24 -24
- package/biome_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/biome_wasm.d.ts
CHANGED
|
@@ -204,9 +204,9 @@ match these patterns.
|
|
|
204
204
|
* Whether to add a trailing newline at the end of the file.
|
|
205
205
|
|
|
206
206
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
207
|
-
-
|
|
208
|
-
-
|
|
209
|
-
-
|
|
207
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
208
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
209
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
210
210
|
|
|
211
211
|
Disable the option at your own risk.
|
|
212
212
|
|
|
@@ -408,9 +408,9 @@ interface CssFormatterConfiguration {
|
|
|
408
408
|
* Whether to add a trailing newline at the end of the file.
|
|
409
409
|
|
|
410
410
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
411
|
-
-
|
|
412
|
-
-
|
|
413
|
-
-
|
|
411
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
412
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
413
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
414
414
|
|
|
415
415
|
Disable the option at your own risk.
|
|
416
416
|
|
|
@@ -488,9 +488,9 @@ interface GraphqlFormatterConfiguration {
|
|
|
488
488
|
* Whether to add a trailing newline at the end of the file.
|
|
489
489
|
|
|
490
490
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
491
|
-
-
|
|
492
|
-
-
|
|
493
|
-
-
|
|
491
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
492
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
493
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
494
494
|
|
|
495
495
|
Disable the option at your own risk.
|
|
496
496
|
|
|
@@ -535,9 +535,9 @@ interface GritFormatterConfiguration {
|
|
|
535
535
|
* Whether to add a trailing newline at the end of the file.
|
|
536
536
|
|
|
537
537
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
538
|
-
-
|
|
539
|
-
-
|
|
540
|
-
-
|
|
538
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
539
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
540
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
541
541
|
|
|
542
542
|
Disable the option at your own risk.
|
|
543
543
|
|
|
@@ -598,9 +598,9 @@ interface HtmlFormatterConfiguration {
|
|
|
598
598
|
* Whether to add a trailing newline at the end of the file.
|
|
599
599
|
|
|
600
600
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
601
|
-
-
|
|
602
|
-
-
|
|
603
|
-
-
|
|
601
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
602
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
603
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
604
604
|
|
|
605
605
|
Disable the option at your own risk.
|
|
606
606
|
|
|
@@ -704,9 +704,9 @@ When formatting `package.json`, Biome will use `always` unless configured otherw
|
|
|
704
704
|
* Whether to add a trailing newline at the end of the file.
|
|
705
705
|
|
|
706
706
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
707
|
-
-
|
|
708
|
-
-
|
|
709
|
-
-
|
|
707
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
708
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
709
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
710
710
|
|
|
711
711
|
Disable the option at your own risk.
|
|
712
712
|
|
|
@@ -788,9 +788,9 @@ When formatting `package.json`, Biome will use `always` unless configured otherw
|
|
|
788
788
|
* Whether to add a trailing newline at the end of the file.
|
|
789
789
|
|
|
790
790
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
791
|
-
-
|
|
792
|
-
-
|
|
793
|
-
-
|
|
791
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
792
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
793
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
794
794
|
|
|
795
795
|
Disable the option at your own risk.
|
|
796
796
|
|
|
@@ -1016,9 +1016,9 @@ has syntax errors
|
|
|
1016
1016
|
* Whether to add a trailing newline at the end of the file.
|
|
1017
1017
|
|
|
1018
1018
|
Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:
|
|
1019
|
-
-
|
|
1020
|
-
-
|
|
1021
|
-
-
|
|
1019
|
+
- https://thoughtbot.com/blog/no-newline-at-end-of-file
|
|
1020
|
+
- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804
|
|
1021
|
+
- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files
|
|
1022
1022
|
|
|
1023
1023
|
Disable the option at your own risk.
|
|
1024
1024
|
|
package/biome_wasm_bg.wasm
CHANGED
|
Binary file
|