* WIP

* WIP

* WIP

* WIP

* Improve typechecking in type files

* Fix typechecking

* Update

* Update submodule

* CI for typechecking

* Add ci

* Update commands

* Format after build

* Dont use bunx

* Rename job

* Use nodemodules prettier

* Update workflow

* Use symlink

* Debug

* Debug

* Clean up and rename jobs
This commit is contained in:
Colin McDonnell
2023-03-22 15:01:01 -07:00
committed by GitHub
parent 2bdaa81b1c
commit a5f92224b5
76 changed files with 513 additions and 274 deletions

View File

@@ -2,7 +2,9 @@
"configurations": [
{
"name": "Mac",
"forcedInclude": ["${workspaceFolder}/src/bun.js/bindings/root.h"],
"forcedInclude": [
"${workspaceFolder}/src/bun.js/bindings/root.h"
],
"includePath": [
"${workspaceFolder}/../webkit-build/include/",
"${workspaceFolder}/bun-webkit/include/",
@@ -18,7 +20,6 @@
"${workspaceFolder}/src/bun.js/builtins/",
"${workspaceFolder}/src/bun.js/builtins/cpp",
"${workspaceFolder}/src/deps/boringssl/include/",
"${workspaceFolder}/src/deps",
"${workspaceFolder}/src/deps/uws/uSockets/src"
],