Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Error in es6-symbol #626

Closed
moritztim opened this issue May 12, 2023 · 2 comments
Closed

Syntax Error in es6-symbol #626

moritztim opened this issue May 12, 2023 · 2 comments

Comments

@moritztim
Copy link

error: Uncaught SyntaxError: Identifier '__2$' has already been declared
    at <anonymous> (https://esm.sh/v120/[email protected]/deno/es6-symbol.mjs:2:168)

Deno CLI:

import * as _ from "https://esm.sh/v120/es6-symbol/deno/es6-symbol.mjs"

Uncaught SyntaxError: Identifier '__2$' has already been declared
at async :2:11

Deno File:

import * as test from "https://esm.sh/v120/es6-symbol/deno/es6-symbol.mjs"
test;

error: Uncaught SyntaxError: Identifier '__2$' has already been declared
at (https://esm.sh/v120/[email protected]/deno/es6-symbol.mjs:2:168)

There's no issue with the original package.
medikoo/es6-symbol#34 (comment)

@ije
Copy link
Member

ije commented May 12, 2023

thanks, i will look into

ije added a commit that referenced this issue May 14, 2023
@ije
Copy link
Member

ije commented May 15, 2023

closed in v121

@ije ije closed this as completed May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants