swc_node_bundler 65.0.0

Speedy web compiler
Documentation
1
2
3
4
import { A } from "./a";
import { B } from "./b";

console.log(A, B);