ember-auto-import icon indicating copy to clipboard operation
ember-auto-import copied to clipboard

Missing dynamic import should be a runtime error

Open ef4 opened this issue 5 years ago • 0 comments

We should follow the behavior embroider will implement for https://github.com/embroider-build/embroider/issues/544

Unresolvable dynamic imports should be runtime error because the programmer may indeed have correctly guarded against calling them, or may have handled the exception. It's a more faithful way to follow the spec behavior for import().

ef4 avatar Sep 22 '20 19:09 ef4