We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f2a38 commit 539a800Copy full SHA for 539a800
src/transformers/exports.ts
@@ -227,9 +227,6 @@ export default class ExportTransform extends Transform implements TransformInter
227
const exportFromCurrentSource = exportDetails.source === null;
228
const inlineExport =
229
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.
233
if (exportFromCurrentSource) {
234
const { object: leftObject } = ancestor.expression.left;
235
if (leftObject.range) {
0 commit comments