Hacker News new | ask | show | jobs
by nicoburns 2393 days ago
That would be great. I would also love it if TS supported runtime checks like PHP.
1 comments

My thesis was working on top of ConcreteTypeScript, which supports runtime checks https://github.com/ludamad/LocusTypeScript. My contribution was adding the ability to define types inline with code, and check those using tagging. That being said, it's all very experimental.