TypeScript/tests/cases/compiler/systemDefaultExportCommentValidity.ts

5 lines
152 B
TypeScript

// @module: system
const Home = {}
export default Home
// There is intentionally no semicolon on the prior line, this comment should not break emit