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

Binary and octal number literals are not transpiled if base prefix is uppercase #74

Closed
adrianheine opened this issue Dec 10, 2017 · 1 comment · Fixed by #128
Closed

Comments

@adrianheine
Copy link
Member

Both 0B and `0O' are valid base prefixes. Example:

0B01100 === 0O14
@danielcaldas
Copy link
Contributor

Hey there @adrianheine, this PR should make buble compliant with the base prefixes #128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants