Closed ota-meshi closed 1 year ago
This PR fixes syntax error in identifier named as in export and import declarations
as
e.g.
var foo = 8; export { foo as as }; import { as as as } from './foo.js';
This PR fixes syntax error in identifier named
as
in export and import declarationse.g.