File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- - Add support for OXC + Hermes Prettier plugins ([ #376 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/376 ) )
10
+ - Add support for OXC + Hermes Prettier plugins ([ #376 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/376 ) , [ # 380 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/380 ) )
11
11
- Sort template literals in Angular expressions ([ #377 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/377 ) )
12
12
13
13
## [ 0.6.13] - 2025-06-19
Original file line number Diff line number Diff line change @@ -1175,7 +1175,7 @@ export const parsers: Record<string, Parser> = {
1175
1175
oxc : createParser ( 'oxc' , transformJavaScript , {
1176
1176
staticAttrs : [ 'class' , 'className' ] ,
1177
1177
} ) ,
1178
- 'oxc-ts' : createParser ( 'oxc' , transformJavaScript , {
1178
+ 'oxc-ts' : createParser ( 'oxc-ts ' , transformJavaScript , {
1179
1179
staticAttrs : [ 'class' , 'className' ] ,
1180
1180
} ) ,
1181
1181
You can’t perform that action at this time.
0 commit comments