Y
Hacker News
new
|
ask
|
show
|
jobs
by
raytracer
2020 days ago
Are you using types in your JS Doc comments? If so, that's not vanilla JavaScript.
2 comments
DrScientist
2019 days ago
It is because it runs in the browser unprocessed.
You edit a file and reload, no munging pipeline,
link
z3t4
2020 days ago
JS Doc is just comments. (But the typechecker can still read them.)
link
You edit a file and reload, no munging pipeline,