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

Bigint Support (no transform) #8006

Merged
merged 3 commits into from
May 22, 2018
Merged

Bigint Support (no transform) #8006

merged 3 commits into from
May 22, 2018

Conversation

hzoo
Copy link
Member

@hzoo hzoo commented May 22, 2018

Fixes #7873
Taken from #6015, @wdhorton

No transform included on purpose

@hzoo hzoo added the PR: Bug Fix 🐛 A type of pull request used for our changelog categories label May 22, 2018
@hzoo hzoo requested a review from jridgewell May 22, 2018 18:16
@@ -143,3 +143,12 @@ export function StringLiteral(node: Object) {

return this.token(val);
}

export function BigIntLiteral(node: Object) {
Copy link
Member Author

Choose a reason for hiding this comment

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

FYI: I noticed this is the same code as above without the need for jsesc so not sure if we care about reusing stuff. Someone can feel free to edit make the commits necessary

Copy link
Member

Choose a reason for hiding this comment

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

I think it's fine to keep the separate

@hzoo hzoo changed the title Bigint Support Bigint Support (no transform) May 22, 2018
@babel-bot
Copy link
Collaborator

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/8119/

@hzoo hzoo merged commit b4d18f4 into master May 22, 2018
@jridgewell jridgewell deleted the bigint branch May 23, 2018 00:03
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Bug Fix 🐛 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing generator for BigIntLiteral
4 participants