Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

find out why @strudel.cycles/eval fails with skypack #79

@felixroos

Description

@felixroos

Opening a html file with the following contents:

<script type="module">
  import { evaluate } from 'https://cdn.skypack.dev/@strudel.cycles/eval';
</script>

throws this error:

shift-parser.js:4857 Uncaught TypeError: Super expression must either be null or a function, not undefined
    at _inherits (shift-parser.js:4857:13)
    at shift-parser.js:4931:5
    at shift-parser.js:5690:4
    at createCommonjsModule (shift-parser.js:15:6)
    at shift-parser.js:4785:19

This seems to be an issue with shift-parser. The error can also be produced by:

<script type="module">
  import { parseScriptWithLocation } from 'https://cdn.skypack.dev/shift-parser';
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedwaiting for another issue to be fixedbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions