-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add noImplicitAny and noImplicitReturns, fix compilation (#1286)
* add noImplicitReturns to tsconfig.json * add noImplicitAny to tsconfig.json * some progress * more progress * add typings for verror package * more progress * more progress * whoops * more progress * this interface was a bit unnecessary * use I convention consistently on types * install types for progress library * more progress * more progress * nearly there * add typings for resolve * almost * fix more test code * fix type from any to string * fix up compilation for feature test support code * declare types in way that works for both typescript and ts-node * fix all of the unit tests! * use `ensureSymlinkSync` as it's in the documented API * use EventEmitter instead of custom interface * fix up cucumber-messages imports * remove empty lines * remove unnecessary Partial * move type to appropriate file * create interfaces for helper function request objects * avoid awkward casting by adding PassThrough to formatter stream interface * drop redundant key from objct literal * fix last few issues after merging master
- Loading branch information
1 parent
6b2b1df
commit cf676b8
Showing
73 changed files
with
618 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.