ember-auto-import
ember-auto-import copied to clipboard
Missing dynamic import should be a runtime error
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().