mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 17:15:11 +03:00
5 lines
222 B
TypeScript
5 lines
222 B
TypeScript
|
import something from "../module_with_default_export.js"; /* This!? */
|
||
|
import { something_else } from "http://bonzo.com/mod"; // There?
|
||
|
/* Hello! */ export * from "./stuff.js"; /* Maybe like this? */
|
||
|
let _var; // Or so?
|