babel-plugin-react-compiler
Advanced tools
Comparing version 0.0.0-experimental-63b359f-20241104 to 0.0.0-experimental-63e3235-20250102
{ | ||
"name": "babel-plugin-react-compiler", | ||
"version": "0.0.0-experimental-63b359f-20241104", | ||
"version": "0.0.0-experimental-63e3235-20250102", | ||
"description": "Babel plugin for React Compiler.", | ||
@@ -8,6 +8,7 @@ "main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"!*.tsbuildinfo" | ||
], | ||
"scripts": { | ||
"build": "rimraf dist && rollup --config --bundleConfigAsCjs", | ||
"build": "rimraf dist && scripts/build.js", | ||
"test": "./scripts/link-react-compiler-runtime.sh && yarn snap:ci", | ||
@@ -19,3 +20,4 @@ "jest": "yarn build && ts-node node_modules/.bin/jest", | ||
"ts:analyze-trace": "scripts/ts-analyze-trace.sh", | ||
"lint": "yarn eslint src" | ||
"lint": "yarn eslint src", | ||
"watch": "scripts/build.js --watch" | ||
}, | ||
@@ -46,5 +48,3 @@ "dependencies": { | ||
"babel-plugin-fbt-runtime": "^1.0.0", | ||
"chalk": "4", | ||
"eslint": "^8.57.1", | ||
"glob": "^7.1.6", | ||
"invariant": "^2.2.4", | ||
@@ -54,4 +54,4 @@ "jest": "^29.0.3", | ||
"pretty-format": "^24", | ||
"react": "0.0.0-experimental-0bc30748-20241028", | ||
"react-dom": "0.0.0-experimental-0bc30748-20241028", | ||
"react": "0.0.0-experimental-4beb1fd8-20241118", | ||
"react-dom": "0.0.0-experimental-4beb1fd8-20241118", | ||
"rimraf": "^3.0.2", | ||
@@ -58,0 +58,0 @@ "ts-jest": "^29.1.1", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15703035
32
1