Skip to content

chel serve: lots of read permission requests for node modules #97

@snowteamer

Description

@snowteamer

Problem

When testing chel serve, I'm getting read persmission requests pertaining to the bufferutil and utf-8-validate node modules.

  • OS: WSL Ubuntu 22 LTS
Image

Solution

Do your best to describe what the solution should look like.

If possible, update relevant import statements to reference the correct file extension. This would at least reduce the number of requests to just one per module. Leaving the extension out cause the module lookup algo to try .js, .cjs, .mjs etc in turn until a find is found.

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