Closed pjonsson closed 4 days ago
@pjonsson - thanks for the change.
The only remaining use of ts-node
is in https://github.com/TerriaJS/terriajs/blob/cf60c17e1643a4dfc08b840b448510108a71a92e/.vscode/launch.json#L18 which i'm not sure anyone is using.
So could we remove it entirely?
@na9da I don't know anything about VSCode/the environment the team uses. I don't use VSCode so I'm happy to remove it, so if you want me to remove it instead I'll do that.
Yep, I think we can remove it.
Ok, updated PR to remove it instead, and put a note in CHANGES about it being removed.
What this PR does
There are no in-tree uses of ts-node, so make it a dev-dependency.
This also uncovered what seems to be an unused generateModelInterfaces.js, so remove that.
Test me
I believe this is tested by CI.
Checklist
doc/
.