Skip to content

Conversation

@alanmimms
Copy link

The BigInt extern and support for 1234n and 1234N constants conditionalized for Harmony (JS language version >= 200).

# History of user-visible changes

## 2019-10-14
* Added support for BigInt and 1234n or 1234N constants.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please put that under Next

(js2-add-to-string c)
(setq c (js2-get-char))
while (js2-digit-p c))))
;; BigInt constant (1234n or 1234N)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you add a test maybe?

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.

2 participants