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
77
88## [ Unreleased]
99
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 ) )
1111- Sort template literals in Angular expressions ([ #377 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/377 ) )
1212
1313## [ 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> = {
11751175 oxc : createParser ( 'oxc' , transformJavaScript , {
11761176 staticAttrs : [ 'class' , 'className' ] ,
11771177 } ) ,
1178- 'oxc-ts' : createParser ( 'oxc' , transformJavaScript , {
1178+ 'oxc-ts' : createParser ( 'oxc-ts ' , transformJavaScript , {
11791179 staticAttrs : [ 'class' , 'className' ] ,
11801180 } ) ,
11811181
You can’t perform that action at this time.
0 commit comments