@oxc-transform-react/binding-wasm32-wasi 0.147.0 → 0.148.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxc-transform-react/binding-wasm32-wasi",
3
- "version": "0.147.0",
3
+ "version": "0.148.0",
4
4
  "main": "transform-react.wasi.cjs",
5
5
  "files": [
6
6
  "transform-react.wasm32-wasi.wasm",
@@ -323,7 +323,7 @@ export interface TransformResult {
323
323
  code: string
324
324
  /** Source map, populated when `sourcemap` is `true`. */
325
325
  map?: SourceMap
326
- /** Parse, semantic, React Compiler, and downstream transform diagnostics. */
326
+ /** Parse, semantic, downstream transform, and fatal React Compiler diagnostics. */
327
327
  errors: Array<OxcError>
328
328
  }
329
329
 
Binary file