Fathy Boundjadj

Results 97 comments of Fathy Boundjadj

I really like the `#/` syntax proposal, it's clean and easy to parse 👍.

You need the `node` typings : - Install `@types/node` using npm or yarn - Add `"types": ["node"]` to your `compilerOptions` in `tsconfig.json`

@cdock1029 does it work with `tsc`?

Thanks, did you test the plugin with TypeScript 3?

The only technical problem I see with Vue.js is type-checking, is there any project in the wild using Vue SFCs with TypeScript and type-checking? It could be pretty hard to...

👍 it would be more than welcome, let me know if you need any help

It works with Parcel because it doesn't do any type-checking (so it doesn't need it). It is kinda intended but the error message could be way better. Feel free to...

Do you have a reproduction repository? It'll help me figure out what's going on.

Oh I see, you're right the message should be clearer. No problem thanks for contributing!

What do you mean by "it doesn't work"? Do you get any errors, any crashes? Or you don't get a behaviour you expect? The warnings are pretty self-explanatory : >...