Skip to content

Commit 4292cbf

Browse files
authored
Disable experimentalRawTransfer for oxc parser (#17663)
1 parent e9045d0 commit 4292cbf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/plugin-oxc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prettier/plugin-oxc",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Prettier Oxc plugin.",
55
"type": "module",
66
"exports": {

src/language-js/parse/oxc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ async function parseWithOptions(filepath, text, options) {
4444
const result = await oxcParser.parseAsync(filepath, text, {
4545
preserveParens: true,
4646
showSemanticErrors: false,
47-
experimentalRawTransfer: oxcParser.rawTransferSupported(),
4847
...options,
4948
});
5049

0 commit comments

Comments
 (0)