aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/realpath.mjs
blob: 9c3793d801716a3eee3e9d0b09fa848acb5fa590 (plain) (blame)
1
2
3
4
import { realpathSync } from "node:fs";
const count = parseInt(process.env.ITERATIONS || "1", 10) || 1;
const arg = process.argv[process.argv.length - 1];
for (let i = 0; i < count; i++) realpathSync(arg);
k/render-slot-template-backup'>mk/render-slot-template-backup Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/astro-assets (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-31Deprecate unescaped HTML inside of expressions (#2489)Gravatar Nate Moore 9-31/+74