swc/bundler/tests/deno-exec/deno-9350/full/input/print_stats.ts
강동윤 bfde9a1f6e
fix(bundler): Fix bugs (#1373)
swc_bundler:
- Handle export default-ed functions correctly.
2021-02-01 12:31:03 +09:00

6 lines
135 B
TypeScript

import { ALL_TRIVIA } from "./trivia/mod";
export default () => {
console.log("Number of Trivia Questions:", ALL_TRIVIA.length);
};