pratphall icon indicating copy to clipboard operation
pratphall copied to clipboard

A typed language targeting PHP (abandoned)

Results 14 pratphall issues
Sort by recently updated
recently updated
newest added

Stop using TypeScript's definition file verbatim...it has a lot of cruft that doesn't apply.

enhancement

After figuring out #6, figure out how to do this: ``` var a = 'someName'; var b = new Map({ a: 12 }); ```

enhancement

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...

enhancement

Need to suppress some warnings inline, do annotation-esque way that Java does it, but via comments

enhancement