Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows uppercase prefixes in JS number literals (#1151)
JavaScript allows both lowercase and uppercase prefixes in number literals. With this commit, `0X`, `0B`, and `0O` are now supported as well.
- Loading branch information