* 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

@@ -8,22 +8,20 @@
},
"include": [
".",
"**/*.d.ts"
"packages/bun-types/index.d.ts"
],
"exclude": [
"src/test",
"packages",
"bench",
"examples/react-fast-refresh-test",
"examples/macros",
"examples/*/*",
"test",
"src/deps",
"bun-webkit",
// JavaScriptCore builtins use a non-standard "@" symbol to indicate a private identifier which no other tool supports
"src/bun.js/builtins",
"src/bun.js/WebKit",
"src/api/demo",
"test/snapshots",
"test/snapshots-no-hmr",
"node_modules"
"node_modules",
]
}