Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Prevent request of (non-existent) closure/goog/deps.js #5499

Merged
merged 1 commit into from
Sep 17, 2021

Conversation

cpcallen
Copy link
Contributor

The basics

  • I branched from goog_module
  • My pull request is against goog_module
  • My code follows the style guide
  • I have run npm test.

The details

Resolves

Fixes #5103

Proposed Changes

Since the only part of the Closure Library we have is closure/goog/base.js, set the global CLOSURE_NO_DEPS flag to prevent it from trying to load deps.js from the same directory.

Additional Information

We already load our own dependency graph from tests/deps.js.

Since the only part of the Closure Library we have is base.js,
prevent it from trying to load deps.js from the same directory.

(We already load our own dependency graph from tests/deps.js.)
@cpcallen cpcallen added the issue: bug Describes why the code or behaviour is wrong label Sep 17, 2021
@cpcallen cpcallen added this to the 2021_q3_release milestone Sep 17, 2021
@cpcallen cpcallen requested a review from a team as a code owner September 17, 2021 22:21
@cpcallen cpcallen requested a review from alschmiedt September 17, 2021 22:21
@google-cla google-cla bot added the cla: yes Used by Google's CLA checker. label Sep 17, 2021
@cpcallen cpcallen merged commit 7b3a3aa into google:goog_module Sep 17, 2021
@cpcallen cpcallen deleted the CLOSURE_NO_DEPS branch September 17, 2021 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Used by Google's CLA checker. issue: bug Describes why the code or behaviour is wrong type: cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Closure base.js should not request (non-existent) closure/goog/deps.js
2 participants