mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 11:01:52 +03:00
24c597f097
swc_bundler: - Run fixer before returning bundles. - Fix planning of circular imports. - Support circular imports of root entries. - Remark properly while merging complex imports mixed with exports.
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
import { listenAndServe } from "./http/server";
|
|
|
|
listenAndServe({ port: 8080 }, async (req) => {
|
|
|
|
}); |