```js import {foo} from 'foo' ``` Without location info, it's impossible to know if it's shorthand, if I understand correctly, `SourceLocation` is not required in ESTree. Add `shorthand` property to `ExportSpecifier` and `ImportSpecifier` will make it easier to use.