You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- webpack's codebase uses JSDoc with linting by TS https://twitter.com/TheLarkInn/status/984479953927327744 (some crazy hack: https://twitter.com/thelarkinn/status/996475530944823296)
61
-
-
61
+
62
+
Problems to be aware of:
63
+
64
+
-`object` is converted to `any` for some reason.
65
+
- If you have an error in the jsdoc, you get no warning/error. TS just silently doesn't type annotate the function.
66
+
-[casting can be verbose](https://twitter.com/bahmutov/status/1089229349637754880)
67
+
68
+
(*thanks [Gil Tayar](https://twitter.com/giltayar/status/1089228919260221441) and [Gleb Bahmutov](https://twitter.com/bahmutov/status/1089229196247908353) for sharing above commentary*)
0 commit comments