UNPKG

rolldown

Version:

Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.

12 lines (11 loc) 244 B
#!/usr/bin/env node import module from 'node:module'; try { module.enableCompileCache?.(); setTimeout(() => { try { module.flushCompileCache?.(); } catch {} }, 10 * 1000).unref(); } catch {} await import('../dist/cli.mjs');