@prettier/plugin-oxc 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.mjs +0 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1894,7 +1894,6 @@ async function parseWithOptions(filepath, text, options2) {
|
|
|
1894
1894
|
const result = await oxcParser.parseAsync(filepath, text, {
|
|
1895
1895
|
preserveParens: true,
|
|
1896
1896
|
showSemanticErrors: false,
|
|
1897
|
-
experimentalRawTransfer: oxcParser.rawTransferSupported(),
|
|
1898
1897
|
...options2
|
|
1899
1898
|
});
|
|
1900
1899
|
const { errors } = result;
|