Skip to content

Fix error messeage#20601

Merged
weswigham merged 2 commits intomicrosoft:masterfrom
YuichiNukiyama:fixSeparatorsErrorMessage
Dec 11, 2017
Merged

Fix error messeage#20601
weswigham merged 2 commits intomicrosoft:masterfrom
YuichiNukiyama:fixSeparatorsErrorMessage

Conversation

@YuichiNukiyama
Copy link
Copy Markdown
Contributor

Fixes #20585

@DanielRosenwasser
Copy link
Copy Markdown
Member

LGTM, can you take a look @weswigham?

Comment thread src/compiler/scanner.ts Outdated
if (separatorAllowed) {
separatorAllowed = false;
isPreviousTokenSeparator = true;
// tslint:disable-next-line:next-line
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why is there a lint rule disabled here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Simple mistake. I remove extra lint.

@weswigham weswigham merged commit 792b8bb into microsoft:master Dec 11, 2017
@YuichiNukiyama YuichiNukiyama deleted the fixSeparatorsErrorMessage branch December 11, 2017 23:13
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants