Skip to content

Commit

Permalink
chore: remove leftover test code (#4246)
Browse files Browse the repository at this point in the history
(cherry picked from commit 10036f5)
  • Loading branch information
merceyz committed Oct 22, 2023
1 parent 9545da1 commit 4822110
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 59 deletions.
1 change: 0 additions & 1 deletion .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions .yarn/versions/dd585676.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/parsers": patch
"@yarnpkg/plugin-pnp": patch
"@yarnpkg/pnp": patch

declined:
- "@yarnpkg/esbuild-plugin-pnp"
- "@yarnpkg/plugin-compat"
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/builder"
- "@yarnpkg/core"
- "@yarnpkg/doctor"
- "@yarnpkg/nm"
- "@yarnpkg/pnpify"
- "@yarnpkg/sdks"
- "@yarnpkg/shell"
72 changes: 20 additions & 52 deletions packages/yarnpkg-parsers/sources/grammars/shell.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/yarnpkg-parsers/sources/grammars/shell.pegjs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ GlobText

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

Identifier
= [$@*?#a-zA-Z0-9_-]+ { return text() }
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-pnp/sources/hook.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions packages/yarnpkg-pnp/sources/loader/_entryPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ declare var $$SETUP_STATE: (hrs: typeof hydrateRuntimeState, basePath?: NativePa
const localFs: typeof fs = {...fs};
const nodeFs = new NodeFS(localFs);

// This is just a test, I'll remove it asap
(nodeFs as any).__test = true;

const defaultRuntimeState = $$SETUP_STATE(hydrateRuntimeState);
const defaultPnpapiResolution = __filename;

Expand Down
1 change: 0 additions & 1 deletion test.md

This file was deleted.

0 comments on commit 4822110

Please sign in to comment.