The code is currently unstable, it crashes because of the Declaration.ts class, it would be wise to create a new branch to work on.
Where I left off:
JISON doesn't seem to like import { ... } from "..."; statements, and I have no clue how to edit them. Once the definitions in jison/typescript.jison get edited to allow them, I could continue development.
Note:
The code is currently unstable, it crashes because of the
Declaration.ts
class, it would be wise to create a new branch to work on.Where I left off:
JISON doesn't seem to like
import { ... } from "...";
statements, and I have no clue how to edit them. Once the definitions injison/typescript.jison
get edited to allow them, I could continue development.