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

7 lines
170 B
TypeScript

import { assert } from "https://deno.land/std@0.79.0/_util/assert.ts";
const TEST = undefined
assert(!TEST, 'TEST must not be defined!')
console.log(`Test is ${TEST}`)