Why are many of the files in parcel's internals JavaScript? #8729
-
I was going to try my hand at #7503, and when I began working on it with VSCode, I noticed that despite the usage of types and TypeScript syntax, a lot of the internal script files are JavaScript instead of TypeScript. So, my two questions are:
|
Beta Was this translation helpful? Give feedback.
Answered by
devongovett
Dec 31, 2022
Replies: 1 comment
-
We use Flow rather than TypeScript. You can install the Flow for VSCode extension to get type checking and autocomplete working as expected (see linked website for instructions). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LeoDog896
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use Flow rather than TypeScript. You can install the Flow for VSCode extension to get type checking and autocomplete working as expected (see linked website for instructions).