[compiler] Scaffold fixture library

Scaffolds a library to test backwards compatibility with the compiler enabled
This commit is contained in:
lauren
2024-10-09 20:33:42 -04:00
parent 85ae209b6d
commit d46f911a4e
4 changed files with 1691 additions and 0 deletions
@@ -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