Nicolas Goy

Results 179 comments of Nicolas Goy

For reference, I reported an issue to Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1623235 As this issue seems unrelated to the present one, I will open a new issue if needed.

- As inline js and innerHTML is not longuer supported, it would be handy to have a warning about it. I don't know how feasible it would be to detect...

I started developing on freebsd as well (phoenix) and no support for code reloading is a bit problematic. Any ETA on this fix? I can provide help with testing if...

@jj1bdx basically you won't get live reload if you do development under FreeBSD for now. I have not been affected in production.

@proger Any update on this issue? Maybe I can help if you give me some context? (I am a bit lost as to what exactly has to be done) This...

@steakknife If we are going to throw in a dependency, I'd go for fswatch.

Watchman BSD support is not actively developed. See the note at the top: https://facebook.github.io/watchman/docs/install.html

@steakknife We could add fswatch support without bundling it. And if it's not in the PATH, just print a message.

More info in https://github.com/synrc/fs/issues/17

But here is a starting point: https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#incremental-build-support-using-the-language-services More specifically, this: https://github.com/TypeStrong/tsify/blob/master/lib/Tsifier.js#L122 should be changed to use the ts language services, those services should be cached between run of the tsify:...