mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
098e48b8f3
swc_ecma_codgen: - Print more comments. (#1165)
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?
|