mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
bfde9a1f6e
swc_bundler: - Handle export default-ed functions correctly.
5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
import { TRIVIA } from "../types/mod.ts";
|
|
import aTVShow from "./a_tv_show.ts";
|
|
|
|
export const ALL_TRIVIA: TRIVIA[] = [...aTVShow];
|