X Tutup
Skip to content

fix(compiler): Implement Token#toString for Operator#4050

Merged
mhevery merged 1 commit intoangular:masterfrom
kegluneq:token_toString
Sep 8, 2015
Merged

fix(compiler): Implement Token#toString for Operator#4050
mhevery merged 1 commit intoangular:masterfrom
kegluneq:token_toString

Conversation

@kegluneq
Copy link
Copy Markdown

@kegluneq kegluneq commented Sep 8, 2015

Include a case for TokenType.Operator.

Closes #4049

@kegluneq kegluneq added the action: review The PR is still awaiting reviews from at least one requested reviewer label Sep 8, 2015
@tbosch tbosch added pr_state: LGTM and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Sep 8, 2015
Include a case for `TokenType.Operator`.

Closes angular#4049
@mhevery mhevery merged commit 3b9c086 into angular:master Sep 8, 2015
@kegluneq kegluneq deleted the token_toString branch September 8, 2015 19:41
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(compiler): Token#toString returns null for TokenType.OPERATOR

4 participants

X Tutup