mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
git-subtree-dir: engine262 git-subtree-split: ae71998cc5a8315700555135b1ac202a0d6d0b31
6 lines
108 B
JavaScript
Executable File
6 lines
108 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
|
|
// this file is for esvu compatibility
|
|
(async () => import('../lib/node/bin.mjs'))();
|