Skip to content

Incorrect emit of comment in export declaration #8298

@yuit

Description

@yuit

Original

/* blah0 */
// blah1
// blah2
// blah2
export {Subject} from './Subject'

expect

/* blah0 */
// blah1
// blah2
// blah3
var Subject_1 = require("./Subject");

Actual

"use strict";
var /* blah0 */
// blah1
// blah2
// blah3
Subject_1 = require("./Subject");

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptDomain: TransformsRelates to the public transform APIFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions