Skip to content

Commit a265c5b

Browse files
Fix parsing TypeScript with OXC (#380)
* Fix parsing TypeScript with OXC * Update changelog
1 parent 8e4efba commit a265c5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)