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: Remove all variables and most functions from global scope #61

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

jrummell-chromium
Copy link
Contributor

To avoid name collisions on sites due to common names, e.g. Uncaught SyntaxError: Identifier 'options' has already been declared

This also updates to use version 1.0.2 of trace-anything.

Changes have been formatted with Chromium's JavaScript formatter.

Fixes #44

To avoid name collisions on sites due to common names, e.g.
Uncaught SyntaxError: Identifier 'options' has already been declared

This also updates to use version 1.0.2 of trace-anything.

Changes have been formatted with Chromium's JavaScript formatter.
Copy link
Contributor

@beback4u beback4u left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Confirmed with @jrummell-chromium that the integration test works as expected along with the EME formatter in person.

@joeyparrish joeyparrish merged commit 3b8ed85 into shaka-project:main Jan 10, 2023
beback4u pushed a commit that referenced this pull request Mar 30, 2023
🤖 I have created a release *beep* *boop*
---


##
[3.3.0](v3.2.0...v3.3.0)
(2023-01-10)


### Features

* EME Logger Manifest V3 Migration
([#51](#51))
([c860eba](c860eba))


### Bug Fixes

* Display keystatuseschange.expiration as a Date
([#48](#48))
([d5d15f6](d5d15f6)),
closes [#42](#42)
* Remove all variables and most functions from global scope
([#61](#61))
([3b8ed85](3b8ed85)),
closes [#44](#44)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pollution in global scope
3 participants