mirror of
https://github.com/oxc-project/oxc.git
synced 2026-09-14 19:36:11 +08:00
523a30a016
Embrace the defaults! --------- Co-authored-by: Yuji Sugiura <y.sugiura.0316@gmail.com>
3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
import { parseSync } from "../src-js/index.js";
|
|
parseSync("test.js", "");
|