mirror of
https://github.com/swc-project/swc.git
synced 2025-01-08 23:10:13 +03:00
098e48b8f3
swc_ecma_codgen: - Print more comments. (#1165)
5 lines
221 B
TypeScript
5 lines
221 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?
|