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 2e4ecfe commit 41338dfCopy full SHA for 41338df
tests/__snapshots__/rollup.test.ts.snap
@@ -49,12 +49,12 @@ export type Num2 = number;
49
50
exports[`rollup > keep ext 1`] = `
51
"// main.d.ts
52
-export type {} from "./types.js";
53
54
-export type {} from "./tsx.js";
55
56
57
+export {} from "./types.js";
+export {} from "./tsx.js";
58
59
// main.js
60
0 commit comments