Jonathan Pevarnek
Jonathan Pevarnek
Creating the .baseDir.ts file now causes issues if the `isolatedModules` option is specified, and my understanding of it is that, with the `rootDir` option in Typescript, it should no longer...
Plugin corrects ``` interface foo { a: number; b: number; } ``` to ``` interface foo { a: number; b: number; } ```
Remapping the number keys (http://www.kaufmann.no/roland/dvorak/) causes the getKey function in vrome to fail (for example, pushing the "(" key on my keyboard causes a "9" to be returned as no...