https://github.com/tc39/proposal-dynamic-import (stage 3) ```js import(`./foo/${bar}`).then(module => { // ... }) ``` This is currently recognized as invalid syntax: `Parsing error: Unexpected token import`. Also probably need to add a rule similar to `no-dynamic-require` as well.