Closed aabtop closed 3 years ago
Perhaps also talk about the vs code playground_workspace/ folder which contains all the example code?
The --make_workspace_dir
is much easier to understand now with 045eb8f359e38893fe2987ff2e089060ec9e4335, where it was made in to a subcommand, and also documented properly.
We now produce comments in Reify-generated code, but unfortunately, we generate the ".d.ts" file from the TypeScript Compiler, which does not carry the comments over, so either we need to generate the ".d.ts" file directly to get the comments, or find a way to setup the TSC to carry them through.
This includes:
--make_workspace_dir
.reify.h
.