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

cycles make invalid imports work #47

Closed
bmeck opened this issue Aug 14, 2017 · 1 comment
Closed

cycles make invalid imports work #47

bmeck opened this issue Aug 14, 2017 · 1 comment

Comments

@bmeck
Copy link

bmeck commented Aug 14, 2017

// a.mjs
import './b.mjs';
// b.mjs
import {DOES_NOT_EXIST} from './a';
@jdalton
Copy link
Member

jdalton commented Aug 16, 2017

The fix d38f0db is not super great, but it does validate the entry once it finishes loading. It could benefit from #46. I'll be adding a round of unit tests over the next couple of days to solidify support.

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

No branches or pull requests

2 participants