We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911176b commit 78d1ab6Copy full SHA for 78d1ab6
benchmarks/compare/compare.js
@@ -1,10 +1,10 @@
1
#!/usr/bin/env node
2
3
-import yargs from 'yargs';
4
-import {hideBin} from 'yargs/helpers';
+import commonPathPrefix from 'common-path-prefix';
5
import {promises as fs} from 'node:fs';
+import {hideBin} from 'yargs/helpers';
6
import {markdownTable} from 'markdown-table';
7
-import commonPathPrefix from 'common-path-prefix';
+import yargs from 'yargs';
8
9
yargs(hideBin(process.argv))
10
.alias('h', 'help')
0 commit comments