swc/crates/swc_bundler/tests/deno-exec/deno-8985/case1/entry.ts
2021-11-09 20:42:49 +09:00

5 lines
134 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)