alright basic stuff works now. still bugs with JS parser

Former-commit-id: a1dd2a2a32
This commit is contained in:
Jarred Sumner
2021-06-11 10:53:55 -07:00
parent d2e1c7955b
commit dc3309d130
11 changed files with 434 additions and 173 deletions

14
.vscode/launch.json vendored
View File

@@ -37,6 +37,20 @@
"cwd": "${workspaceFolder}/demos/simple-react",
"console": "internalConsole"
},
{
"type": "lldb",
"request": "launch",
"name": "Demo Lazy Build",
"program": "${workspaceFolder}/build/debug/macos-x86_64/esdev",
"args": [
"./src/index.tsx",
"--resolve=lazy",
"--public-url=http://localhost:9000/"
],
"cwd": "${workspaceFolder}/demos/simple-react",
"console": "internalConsole"
},
{
"type": "lldb",
"request": "launch",