Skip to content

quibble does not work in Node.js 20 because loaders were moved off thread #95

@giltayar

Description

@giltayar

v20 moves the module loaders to a separate worker thread. Because Quibble needs to communicate between the user thread (that calls quibble.esm to mock modules) and the module loader (which does the actual mocking), we need to change the whole way that this communication happens.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions