swc/bundler/tests/deno-exec/.deno-8959/entry.ts
강동윤 a26a18989f
fix(es/transforms): Allow using rest pattern in arrow functions. (#1926)
swc_ecma_transforms_compat:
 - `parameters`: Allow using rest pattern within arrow functions.
2021-07-16 07:05:00 +00:00

4 lines
100 B
TypeScript

export { Database } from 'https://deno.land/x/denodb@v1.0.18/mod.ts';
console.log('Hello world.');