scala-js-ts-importer icon indicating copy to clipboard operation
scala-js-ts-importer copied to clipboard

Support for typescript Type Guards

Open benhutchison opened this issue 7 years ago • 0 comments

I tried running on Monaco Editor and discovered the importer doesn't handle TS Type Guards.

Example

Parse error at 81.48
'`:'' expected but identifier PromiseLike found
        public static is(value: any): value is PromiseLike<any>;

benhutchison avatar Jul 30 '18 03:07 benhutchison