mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[compiler] Scaffold fixture library
Scaffolds a library to test backwards compatibility with the compiler enabled
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Reference library compiled with React Compiler.
|
||||
@@ -0,0 +1 @@
|
||||
throw new Error('Not implemented yet');
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "runtime-compat-lib",
|
||||
"version": "0.0.0",
|
||||
"description": "Testing ground for libraries compiled with React Compiler",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo 'no tests'"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.25.7",
|
||||
"@babel/core": "^7.25.7",
|
||||
"@babel/preset-env": "^7.25.7",
|
||||
"babel-plugin-react-compiler": "0.0.0-experimental-58c2b1c-20241009"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-compiler-runtime": "0.0.0-experimental-8d8e73f-20241009"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user