Skip to content

报错了 #1

Open
Open
@yzcheng90

Description

@yzcheng90

import {PAQ} from 'priority-async-queue'
^^^
SyntaxError: Named export 'PAQ' not found. The requested module 'priority-async-queue' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:

import pkg from 'priority-async-queue';
const {PAQ} = pkg;

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