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
fix: add typescript checking to codebase and fix existing compilation errors (#13)
* Install typescript
* Remove stray import
* Add mocha types
* Update schema-utils
* Update loader-utils and add types
* Add typing to main loader interface
* Add type checking to PR workflow
* Remove unnecessary second resolve parameter
* Fix bad error throwing call in tests
* prettier fix
* Add webpack@2 to type checks
* Enable strict type checks
* Handle undefined `_compiler` value
* Explicitly return null from path resolver if no valid resolution found
* Check for possible undefined async callback object
* Fix additional missing types in main file
* Fix typing errors in test file
* Add types for chai
* Remove unnecessary break statements
* Update memory-fs and add types
* Handle possible undefined version string in test compilation
* Fix remaining type errors in tests
* Remove stray comment
* Test compilation errors on invalid protobuf input
Co-authored-by: Kevin Montag <[email protected]>
0 commit comments