Sha256: 34b677c63f6dbc648658ed11928e5c8012fbcbe3f90c99852afc3c41e965ba9e
Contents?: true
Size: 200 Bytes
Versions: 6
Compression:
Stored size: 200 Bytes
Contents
import { join } from 'std/path/mod.ts' import compile from './esbuild.js' const cwd = join(Deno.cwd(), 'test', 'internal') Deno.bench('esbuild', async () => { await compile(cwd, 'lib/foo.js') })
Version data entries
6 entries across 6 versions & 1 rubygems