babel-plugin-react-compiler 19.0.0-beta-55955c9-20241229 → 19.0.0-beta-e552027-20250112

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.js +113155 -125075
  2. package/dist/index.js.map +7 -0
  3. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-plugin-react-compiler",
3
- "version": "19.0.0-beta-55955c9-20241229",
3
+ "version": "19.0.0-beta-e552027-20250112",
4
4
  "description": "Babel plugin for React Compiler.",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
@@ -9,14 +9,15 @@
9
9
  "!*.tsbuildinfo"
10
10
  ],
11
11
  "scripts": {
12
- "build": "rimraf dist && rollup --config --bundleConfigAsCjs",
12
+ "build": "rimraf dist && scripts/build.js",
13
13
  "test": "./scripts/link-react-compiler-runtime.sh && yarn snap:ci",
14
14
  "jest": "yarn build && ts-node node_modules/.bin/jest",
15
15
  "snap": "node ../snap/dist/main.js",
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
- "lint": "yarn eslint src"
19
+ "lint": "yarn eslint src",
20
+ "watch": "scripts/build.js --watch"
20
21
  },
21
22
  "dependencies": {
22
23
  "@babel/types": "^7.19.0"
@@ -49,7 +50,6 @@
49
50
  "pretty-format": "^24",
50
51
  "react": "0.0.0-experimental-4beb1fd8-20241118",
51
52
  "react-dom": "0.0.0-experimental-4beb1fd8-20241118",
52
- "rimraf": "^3.0.2",
53
53
  "ts-jest": "^29.1.1",
54
54
  "ts-node": "^10.9.2",
55
55
  "zod": "^3.22.4",