Skip to content

Commit 10036f5

Browse files
authored
chore: remove leftover test code (#4246)
1 parent f68aed4 commit 10036f5

File tree

8 files changed

+52
-71
lines changed

8 files changed

+52
-71
lines changed

β€Ž.pnp.cjsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.yarn/patches/lodash-npm-4.17.21-6382451519.patchβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

β€Ž.yarn/versions/dd585676.ymlβ€Ž

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
releases:
2+
"@yarnpkg/cli": patch
3+
"@yarnpkg/parsers": patch
4+
"@yarnpkg/plugin-pnp": patch
5+
"@yarnpkg/pnp": patch
6+
7+
declined:
8+
- "@yarnpkg/esbuild-plugin-pnp"
9+
- "@yarnpkg/plugin-compat"
10+
- "@yarnpkg/plugin-constraints"
11+
- "@yarnpkg/plugin-dlx"
12+
- "@yarnpkg/plugin-essentials"
13+
- "@yarnpkg/plugin-init"
14+
- "@yarnpkg/plugin-interactive-tools"
15+
- "@yarnpkg/plugin-nm"
16+
- "@yarnpkg/plugin-npm-cli"
17+
- "@yarnpkg/plugin-pack"
18+
- "@yarnpkg/plugin-patch"
19+
- "@yarnpkg/plugin-pnpm"
20+
- "@yarnpkg/plugin-stage"
21+
- "@yarnpkg/plugin-typescript"
22+
- "@yarnpkg/plugin-version"
23+
- "@yarnpkg/plugin-workspace-tools"
24+
- "@yarnpkg/builder"
25+
- "@yarnpkg/core"
26+
- "@yarnpkg/doctor"
27+
- "@yarnpkg/nm"
28+
- "@yarnpkg/pnpify"
29+
- "@yarnpkg/sdks"
30+
- "@yarnpkg/shell"

β€Žpackages/yarnpkg-parsers/sources/grammars/shell.jsβ€Ž

Lines changed: 20 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackages/yarnpkg-parsers/sources/grammars/shell.pegjsβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ GlobText
176176

177177
EnvVariable
178178
= [a-zA-Z0-9_]+ { return text() }
179-
/ [A-Za-z0-9_]+ { return text() }
180179

181180
Identifier
182181
= [$@*?#a-zA-Z0-9_-]+ { return text() }

β€Žpackages/yarnpkg-pnp/sources/hook.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackages/yarnpkg-pnp/sources/loader/_entryPoint.tsβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ declare var $$SETUP_STATE: (hrs: typeof hydrateRuntimeState, basePath?: NativePa
1919
const localFs: typeof fs = {...fs};
2020
const nodeFs = new NodeFS(localFs);
2121

22-
// This is just a test, I'll remove it asap
23-
(nodeFs as any).__test = true;
24-
2522
const defaultRuntimeState = $$SETUP_STATE(hydrateRuntimeState);
2623
const defaultPnpapiResolution = __filename;
2724

β€Žtest.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)