swc/spack/tests/pass/deno-001/.simple-1/input/entry.js
강동윤 24c597f097
bundler: fix for deno (#1078)
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.
2020-09-17 21:05:47 +09:00

5 lines
101 B
JavaScript

import { listenAndServe } from "./http/server";
listenAndServe({ port: 8080 }, async (req) => {
});