Skip to content

Commit 723f7a8

Browse files
kbrillaJounQin
andauthored
fix: add 'oxc', 'oxc-ts' and 'hermes' parsers to parserBlocklist (#755)
Co-authored-by: JounQin <[email protected]>
1 parent cdfcefd commit 723f7a8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/five-boats-decide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-prettier": patch
3+
---
4+
5+
fix: add 'oxc', 'oxc-ts' and 'hermes' parsers to `parserBlocklist`

worker.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ runAsWorker(
165165
'angular',
166166
'svelte',
167167
'pug',
168+
'oxc',
169+
'oxc-ts',
170+
'hermes',
168171
];
169172
if (parserBlocklist.includes(/** @type {string} */ (inferredParser))) {
170173
return;

0 commit comments

Comments
 (0)