Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

test262 bug: It is a Syntax Error if the BoundNames of ImportDeclaration contains any duplicate entries #562

Closed
dnalborczyk opened this issue Aug 13, 2018 · 1 comment
Labels

Comments

@dnalborczyk
Copy link
Contributor

I think this one slipped through the cracks, as it errors, just too late and for the wrong reason. I'll add it to the test262 skiplist.

fun fact: --experimental-modules also tries to load module 'z'

https://github.com/tc39/test262/blob/master/test/language/import/dup-bound-names.js

throw "Test262: This statement should not be evaluated.";

import { x, y as x } from 'z'
@jdalton
Copy link
Member

jdalton commented Aug 13, 2018

v3.0.75 is released 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants