@biomejs/wasm-web 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 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
- - <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>
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
- - <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>
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
- - <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>
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
- - <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>
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
- - <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>
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
- - <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>
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
- - <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>
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
- - <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>
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
 
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Biome Developers and Contributors"
6
6
  ],
7
7
  "description": "WebAssembly bindings to the Biome workspace API",
8
- "version": "2.4.0",
8
+ "version": "2.4.1",
9
9
  "license": "MIT OR Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",