Skip to content

ReferenceError: immutable_1 is not defined when using 'immutable' library #62

@mlsad3

Description

@mlsad3

Hi,

This library looks really cool. Unfortunately I hit a snag when I try to use 'immutable'. For example:

  await start();

  const res1 = await job(() => {
    let i = 0;
    for (i = 0; i < 1000000; i++) {}
    let config = OrderedMap(fromJS({}));
    return i;
  });

In the above example, it fails immediately with "immutable_1 is not defined". Is this a known limitation due to the way Immutable was written (using factories)?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions