Makes code changes to remove export/import declarations and places the
expr/decl in a normal statement. Unnamed expr/decl will be named with the
magic identifier “export default”
Models the ‘liveness’ of an esm export
All ESM exports are technically live but many never change and we can optimize representation to
support that, this enum tracks the actual behavior of the export binding.