mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 06:05:02 +03:00
bfde9a1f6e
swc_bundler: - Handle export default-ed functions correctly.
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import { ALL_TRIVIA } from "./trivia/mod";
|
|
|
|
export default () => {
|
|
console.log("Number of Trivia Questions:", ALL_TRIVIA.length);
|
|
};
|