browsix icon indicating copy to clipboard operation
browsix copied to clipboard

fix typescript errors, potentially by updating to 1.8

Open bpowers opened this issue 9 years ago • 3 comments

We currently have a few typescript errors like:

src/kernel/kernel.ts(16,28): error TS2307: Cannot find module './http_parser'.

This is due to the way I've mixed in JS from the node stdlib with our own typescript -- the TypeScript compiler can't see the module, but it is present during the browserify run. I think the new TypeScript feature that lets you pass JS through the typescript compiler will fix this.

bpowers avatar Feb 24 '16 16:02 bpowers

(the way forward here, I think, is providing .d.ts files)

bpowers avatar Aug 22 '16 14:08 bpowers

Please see this PR: https://github.com/plasma-umass/browsix/pull/42. I can't get it to compile either...

mbana avatar Dec 06 '16 21:12 mbana

@mbana noted! I'll bump this up on the priority list

bpowers avatar Dec 07 '16 13:12 bpowers