Skip to content
Merged
Show file tree
Hide file tree
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
Binary file modified .yarn/install-state.gz
Binary file not shown.
944 changes: 0 additions & 944 deletions .yarn/releases/yarn-4.17.0.cjs

This file was deleted.

1,000 changes: 1,000 additions & 0 deletions .yarn/releases/yarn-4.18.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.17.0.cjs
yarnPath: .yarn/releases/yarn-4.18.0.cjs
59 changes: 5 additions & 54 deletions custom-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,61 +16,12 @@
},
{
"kind": "variable",
"name": "headers"
"name": "url",
"default": "new URL(opts.origin)"
},
{
"kind": "variable",
"name": "request"
},
{
"kind": "function",
"name": "request",
"parameters": [
{
"name": "opts"
},
{
"name": "callback"
}
]
},
{
"kind": "variable",
"name": "boundary",
"default": "`----formdata-undici-0${`${random(1e11)}`.padStart(11, '0')}`"
},
{
"kind": "function",
"name": "processResponse",
"parameters": [
{
"name": "response"
}
]
},
{
"kind": "variable",
"name": "timingInfo"
},
{
"kind": "variable",
"name": "taskDestination",
"type": {
"text": "null"
},
"default": "null"
},
{
"kind": "variable",
"name": "crossOriginIsolatedCapability",
"type": {
"text": "boolean"
},
"default": "false"
},
{
"kind": "function",
"name": "processResponseEndOfBody"
"name": "status"
}
],
"exports": []
Expand Down Expand Up @@ -696,10 +647,10 @@
"type": {
"text": "Command"
},
"description": "The command to be executed."
"description": "The base command (used as a fallback label/command)."
}
],
"description": "Executes a Playwright command and sets the Playwright version in the environment variables."
"description": "Installs Playwright browser binaries for every version of the `playwright`\npackage present in `node_modules`. Projects may depend on multiple versions\nsimultaneously (e.g. `@playwright/test` and `@web/test-runner-playwright`\ncan resolve to different releases), and each version needs its own binaries\ninstalled at its own cache path."
},
{
"kind": "function",
Expand Down
Loading