We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
oxc-transform@0.42.0
1 parent 230ee58 commit 155f800Copy full SHA for 155f800
package.json
@@ -83,7 +83,7 @@
83
},
84
"peerDependencies": {
85
"@swc/core": "^1.6.6",
86
- "oxc-transform": ">=0.28.0",
+ "oxc-transform": ">=0.42.0",
87
"typescript": "^5.5.2"
88
89
"peerDependenciesMeta": {
src/core/transformer.ts
@@ -32,6 +32,7 @@ export async function oxcTransform(
32
return {
33
...result,
34
map: result.map?.mappings,
35
+ errors: result.errors.map((error) => error.message),
36
}
37
38
0 commit comments