Skip to content

Update TypeScript and fix type errors - #2488

Merged
lukastaegert merged 1 commit into
masterfrom
fix-typing-issues
Oct 2, 2018
Merged

Update TypeScript and fix type errors#2488
lukastaegert merged 1 commit into
masterfrom
fix-typing-issues

Conversation

@lukastaegert

Copy link
Copy Markdown
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Description

Recently, the TypeScript test was failing on node 6 due to version drift caused by the lack of lock-file support. This updates TypeScript and fixes the underlying type issues.

@lukastaegert lukastaegert mentioned this pull request Oct 2, 2018
9 tasks
let anotherPassNeeded = false;
this.included = true;
for (const declarator of this.declarations) {
if (declarator.include()) anotherPassNeeded = true;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting this is no longer needed.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dirty-flag is now managed via the context but it seems this file was overlooked. Nice that TypeScript found this!

@shellscape shellscape left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lukastaegert
lukastaegert merged commit 8a8721e into master Oct 2, 2018
@lukastaegert
lukastaegert deleted the fix-typing-issues branch October 2, 2018 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants