Commit 9d5fea2
authored
feat: Add typescript to codebase (#91)
* feature: add update query support
* chore(deps): add ldflex as a dev dependency
* chore: add typescript definitions
* chore: update configurations for typescript
* chore: add line break to .gitignore
* chore: remove Update-test.js
* chore: update to reflect changes in update branch
* chore: add jsdoc to IEngineSettings
* chore: run lint:fix
* chore: rename `IEngineSettings` -> `EngineSettings`
* Make private parameters @depricated for js consumers1 parent 2234b2e commit 9d5fea2
File tree
15 files changed
+488
-96
lines changed- src
- test
- integration
15 files changed
+488
-96
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
0 commit comments