Skip to content

Commit

Permalink
chore(TypeScript types): Commit on types on each release
Browse files Browse the repository at this point in the history
This is consistent with other languages: R, Python, Rust.
It has the advantage of being able to more easily monitor
how type definitions for each language change as a result
of  changes to the schema, or to generation
scripts.
  • Loading branch information
nokome committed Jun 20, 2021
1 parent 2062d28 commit 261280a
Show file tree
Hide file tree
Showing 3 changed files with 3,043 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
"rust/src/types.rs",
"rust/Cargo.toml",
"rust/Cargo.lock",
"ts/types.ts",
".vscode/settings.json"
]
}
Expand Down
2 changes: 0 additions & 2 deletions ts/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
docs
types.ts
util/type-maps.ts
Loading

0 comments on commit 261280a

Please sign in to comment.