Files
react/compiler/forget/packages/react-forget-runtime/package.json
T
Jan Kassens 90e189ae82 Add react-forget-runtime
This is a new module that holds: 

- the `useMemoCache` stub (hopefully to be deleted next week) 

- various helpers that can be imported by the compiler, e.g. the dispatcher 
guard `$startLazy` 

- skipped the implementation of `makeReadOnly` for now as there's already 
multiple copies and I wanted to avoid typescript in this file for now to make 
the build easier (i.e. no build)
2022-10-17 13:08:34 -04:00

11 lines
179 B
JSON

{
"name": "react-forget-runtime",
"version": "0.0.1",
"description": "Runtime for React Forget",
"main": "index.js",
"license": "MIT",
"files": [
"index.js"
]
}