Skip to content

Commit 539a800

Browse files
Left over comment removal
1 parent 57f2a38 commit 539a800

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/transformers/exports.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ export default class ExportTransform extends Transform implements TransformInter
227227
const exportFromCurrentSource = exportDetails.source === null;
228228
const inlineExport =
229229
exportFromCurrentSource && currentSourceExportCount === 1;
230-
// KRIS YOU'RE HERE!
231-
// When there is only a single export from the current source (source=null)
232-
// then inline the export statement instead of sending it into the collection for appending.
233230
if (exportFromCurrentSource) {
234231
const { object: leftObject } = ancestor.expression.left;
235232
if (leftObject.range) {

0 commit comments

Comments
 (0)