Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Construct negative numeric literal nodes via createPrefixUnaryExpression + createNumericLiteral #1480

Closed
wants to merge 1 commit into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Oct 9, 2023

Construct negative numeric literal nodes via createPrefixUnaryExpression + createNumericLiteral

The following commit started to disallow construction of negative numeric literals solely with createNumericLiteral and now needs to be constructed via createPrefixUnaryExpression + createNumericLiteral

microsoft/TypeScript@f0c3c3f

…sion` + `createNumericLiteral`

The following commit started to disallow construction of negative numeric literals solely with `createNumericLiteral` and now needs to be constructed via `createPrefixUnaryExpression` + `createNumericLiteral`

microsoft/TypeScript@f0c3c3f

PiperOrigin-RevId: 571839417
@copybara-service copybara-service bot changed the title Construct nodes with negative numbers via createPrefixUnaryExpression + createNumericLiteral Construct negative numeric literal nodes via createPrefixUnaryExpression + createNumericLiteral Oct 9, 2023
@copybara-service copybara-service bot force-pushed the test_571839417 branch 2 times, most recently from 1448d70 to 1e70ee5 Compare October 9, 2023 08:11
@copybara-service copybara-service bot closed this Oct 9, 2023
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.

0 participants