-
-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update prettier snapshot (#731)
- Loading branch information
Showing
69 changed files
with
105 additions
and
2,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
crates/biome_js_formatter/tests/specs/prettier/js/assignment/issue-15534.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
params["redirectTo"] = `${window.location.pathname}${window.location.search}${window.location.hash}`; | ||
|
||
params["redirectTo"]["codePointAt"]["name"] = | ||
`${window.location.pathname}${window.location.search}${window.location.hash}`; | ||
|
||
params.redirectTo.bar.bar.ba.barab["foo"].abr = | ||
`${window.location.pathname}${window.location.search}${window.location.hash}`; |
11 changes: 11 additions & 0 deletions
11
crates/biome_js_formatter/tests/specs/prettier/js/assignment/issue-15534.js.prettier-snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
params[ | ||
"redirectTo" | ||
] = `${window.location.pathname}${window.location.search}${window.location.hash}`; | ||
|
||
params["redirectTo"]["codePointAt"][ | ||
"name" | ||
] = `${window.location.pathname}${window.location.search}${window.location.hash}`; | ||
|
||
params.redirectTo.bar.bar.ba.barab[ | ||
"foo" | ||
].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`; |
3 changes: 0 additions & 3 deletions
3
crates/biome_js_formatter/tests/specs/prettier/js/babel-plugins/flow.js
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
crates/biome_js_formatter/tests/specs/prettier/js/babel-plugins/flow.js.prettier-snap
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
crates/biome_js_formatter/tests/specs/prettier/js/babel-plugins/typescript.js
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
crates/biome_js_formatter/tests/specs/prettier/js/babel-plugins/typescript.js.prettier-snap
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
crates/biome_js_formatter/tests/specs/prettier/js/comments/issue-7724.js
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
crates/biome_js_formatter/tests/specs/prettier/js/comments/issue-7724.js.prettier-snap
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
crates/biome_js_formatter/tests/specs/prettier/js/decorator-comments/comments.js
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...s/biome_js_formatter/tests/specs/prettier/js/decorator-comments/comments.js.prettier-snap
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
crates/biome_js_formatter/tests/specs/prettier/js/decorator-comments/comments.js.snap
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
crates/biome_js_formatter/tests/specs/prettier/js/export-extension/export.js
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
crates/biome_js_formatter/tests/specs/prettier/js/export-extension/export.js.prettier-snap
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.