**input** ```js import a from 'a' import { b } from 'b' if (false) { console.log(b) } ``` **output** ```js import 'a' import 'b' ```