Skip to content

Commit

Permalink
Revert "REVERT: add local copy of runfiles"
Browse files Browse the repository at this point in the history
This reverts commit de09339.
  • Loading branch information
jbedard committed Aug 19, 2024
1 parent de09339 commit c8f6852
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 351 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# @generated
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "@@//:pnpm-lock.yaml").
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-2065072158
bazel_runfiles/package.json=616841026
examples/js_binary/package.json=-41174383
examples/linked_consumer/package.json=-1109186228
examples/linked_empty_node_modules/package.json=-1039372825
Expand All @@ -29,6 +28,6 @@ npm/private/test/package.json=600650131
npm/private/test/vendored/is-odd/package.json=1041695223
npm/private/test/vendored/lodash-4.17.21.tgz=-1206623349
npm/private/test/vendored/semver-max/package.json=578664053
package.json=-385441671
pnpm-lock.yaml=-301996680
pnpm-workspace.yaml=157507124
package.json=-275319675
pnpm-lock.yaml=715709952
pnpm-workspace.yaml=-762451270
1 change: 0 additions & 1 deletion .bazelignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
bazel_runfiles/node_modules
e2e/
examples/js_binary/node_modules/
examples/linked_consumer/node_modules
Expand Down
1 change: 0 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ npm_translate_lock(
"//:examples/npm_deps/patches/[email protected]",
"//:package.json",
"//:pnpm-workspace.yaml",
"//bazel_runfiles:package.json",
"//examples/js_binary:package.json",
"//examples/linked_consumer:package.json",
"//examples/linked_empty_node_modules:package.json",
Expand Down
10 changes: 0 additions & 10 deletions bazel_runfiles/BUILD.bazel

This file was deleted.

7 changes: 0 additions & 7 deletions bazel_runfiles/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions bazel_runfiles/index.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions bazel_runfiles/index.js

This file was deleted.

22 changes: 0 additions & 22 deletions bazel_runfiles/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions bazel_runfiles/paths.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions bazel_runfiles/paths.js

This file was deleted.

47 changes: 0 additions & 47 deletions bazel_runfiles/runfiles.d.ts

This file was deleted.

224 changes: 0 additions & 224 deletions bazel_runfiles/runfiles.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"overrides": {
"jsonify": "https://github.com/aspect-build/test-packages/releases/download/0.0.0/@foo-jsonify-0.0.0.tgz",
"semver-max": "file:./npm/private/test/vendored/semver-max",
"is-odd": "file:./npm/private/test/vendored/is-odd",
"@bazel/runfiles": "workspace:*"
"is-odd": "file:./npm/private/test/vendored/is-odd"
},
"patchedDependencies": {
"[email protected]": "examples/npm_deps/patches/[email protected]"
Expand Down
Loading

0 comments on commit c8f6852

Please sign in to comment.