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

8 lines
174 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}`);