chore: Check types and add draft full typing for x_ite. #18

Merged
glen merged 2 commits from typecheck into main 2023-09-11 01:52:39 +00:00

2 Commits

Author SHA1 Message Date
Glen Whitney 56fbc0a0e9 chore: Add draft full typing for x_ite
This makes all of the x_ite methods available to call from Civet/
  TypeScript -- for example, setBrowserOption, which is used to deal
  with the viewer navigation.

  Resolves #17.
2023-09-10 18:45:18 -07:00
Glen Whitney 6bcec494e2 chore: Check types.
Enabling type checking involves a full rearrangement of the
  build process, as well as supplying types for some of the
  packages. The X_ITE types are still a work in progress, but
  they are enough for this initial state of the project to
  compile and run.

  Resolves #14.
2023-09-05 23:20:17 -07:00