babel-plugin-react-compiler 19.0.0-beta-aeaed83-20250323 → 19.0.0-beta-e993439-20250405

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +43 -15
  2. package/dist/index.js +844 -700
  3. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-plugin-react-compiler",
3
- "version": "19.0.0-beta-aeaed83-20250323",
3
+ "version": "19.0.0-beta-e993439-20250405",
4
4
  "description": "Babel plugin for React Compiler.",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
@@ -12,12 +12,12 @@
12
12
  "build": "rimraf dist && tsup",
13
13
  "test": "./scripts/link-react-compiler-runtime.sh && yarn snap:ci",
14
14
  "jest": "yarn build && ts-node node_modules/.bin/jest",
15
- "snap": "node ../snap/dist/main.js",
15
+ "snap": "yarn workspace snap run snap",
16
16
  "snap:build": "yarn workspace snap run build",
17
17
  "snap:ci": "yarn snap:build && yarn snap",
18
18
  "ts:analyze-trace": "scripts/ts-analyze-trace.sh",
19
19
  "lint": "yarn eslint src",
20
- "watch": "yarn build --watch"
20
+ "watch": "yarn build --dts --watch"
21
21
  },
22
22
  "dependencies": {
23
23
  "@babel/types": "^7.26.0"