swc/crates/swc_bundler/tests/deno-exec/deno-8985/case1/entry.ts
2022-05-04 14:25:28 +00:00

6 lines
136 B
TypeScript

import * as log from "https://deno.land/std@0.83.0/log/mod.ts";
console.log(log);
const logger = log.getLogger();
console.log(logger);