Skip to content

Commit a3b8dd8

Browse files
darioncokainino0x
andauthored
[FEATURE] Automatic extraction (#58)
* Added `bikeshed-to-ts` package * Added spec repo as a submodule * Added script to generate the types file * Updated definition file with autogenerated version + fixes * Updated gpuweb submodule * Updated bikeshed-to-ts * Updated generation script * Updated types definition file * Updated gpuweb submodule * `generate` script creates `dist/generated.d.ts` * Updated bikeshed-to-ts * `generate` script creates an `index.d.ts` file in the `generated` folder * Added `/generated/` to gitignore * Switched to using npm * revert dist/index.d.ts change Co-authored-by: Kai Ninomiya <[email protected]>
1 parent b06599e commit a3b8dd8

File tree

5 files changed

+1006
-2
lines changed

5 files changed

+1006
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/dist/
22
/node_modules/
3+
/generated/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "gpuweb"]
2+
path = gpuweb
3+
url = https://github.com/gpuweb/gpuweb.git

gpuweb

Submodule gpuweb added at d0a5927

0 commit comments

Comments
 (0)