Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
allowBuilds:
'@parcel/watcher': set this to true or false
core-js: set this to true or false
core-js-pure: set this to true or false
Comment on lines +2 to +4
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0 Placeholder strings instead of valid boolean values

The allowBuilds entries use the literal string "set this to true or false" rather than actual YAML booleans. pnpm expects true or false for each entry — a non-boolean value will either cause a parse error or be silently misinterpreted, leaving the build-script allow-list in an unknown state for @parcel/watcher, core-js, and core-js-pure.