Skip to content

Conversation

@julianjensen
Copy link

  • add check for type being 'bigint'
  • add test for 'bigint' if BigInt constructor exists (Node version 10+, I think)
  • change new Buffer() to Buffer.from('') in test.js and .verb.md since the constructor call has been deprecated


if ( typeof BigInt === 'function') {
it('should work for BigInt', function () {
assert.strictEqual(kindOf(eval("BigInt(42n)")), 'bigint');
Copy link
Contributor

Choose a reason for hiding this comment

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

If this was there for old nodejs versions, this should probably be updated. LTS supports this.

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