pratphall
pratphall copied to clipboard
A typed language targeting PHP (abandoned)
Stop using TypeScript's definition file verbatim...it has a lot of cruft that doesn't apply.
After figuring out #6, figure out how to do this: ``` var a = 'someName'; var b = new Map({ a: 12 }); ```
This should make many many things easier. I expect: ``` var arr = new Map({ someInitialKey: new SomeClass() }); ``` I also expect a stronger super type. And I also...
Need to suppress some warnings inline, do annotation-esque way that Java does it, but via comments