-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
const { toJSON } = require('transit-immutable-js')
const { Map } = require('immutable')
toJSON(Map().set(1n, 'test')
This results in Uncaught TypeError: Cannot use 'in' operator to search for 'toMap' in 1
The same goes for toJSON(Map().set('test', 1n)).
I may be able to add BigInt support if you're open for PRs.'
Metadata
Metadata
Assignees
Labels
No labels