Skip to content

Commit c4168ec

Browse files
committed
Add comment to waiting PRs for --frozen-intrinsics
1 parent 93f12e2 commit c4168ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/constants.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,9 @@ const nodeHardenFlags: string[] =
292292
'--disable-proto',
293293
'delete',
294294
// TODO: We can try --frozen-intrinsics once
295-
// https://github.com/SBoudrias/Inquirer.js/pull/1683 is addressed.
295+
// √ https://github.com/SBoudrias/Inquirer.js/pull/1683
296+
// ⧖ https://github.com/pnpm/components/pull/23
297+
// are addressed.
296298
// '--frozen-intrinsics',
297299
'--no-deprecation'
298300
]

0 commit comments

Comments
 (0)