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

Framework: Use WordPress dependencies in favor of globals #2275

Merged
merged 1 commit into from
Aug 8, 2017

Conversation

aduth
Copy link
Member

@aduth aduth commented Aug 7, 2017

Related: #1205
Related: #742

This pull request seeks to use WordPress dependencies consistently as imports within the codebase. It is a reattempt at #742, though happily I found that the overall number of occurrences has dropped significantly.

Testing instructions:

Ensure the build completes, tests pass, and editor initializes and appears without regressions. Specifically observe that no errors are logged to the console.

@aduth aduth added the Framework Issues related to broader framework topics, especially as it relates to javascript label Aug 7, 2017
@codecov
Copy link

codecov bot commented Aug 7, 2017

Codecov Report

Merging #2275 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2275   +/-   ##
=======================================
  Coverage   23.78%   23.78%           
=======================================
  Files         147      147           
  Lines        4553     4553           
  Branches      772      772           
=======================================
  Hits         1083     1083           
  Misses       2929     2929           
  Partials      541      541
Impacted Files Coverage Δ
blocks/library/table/index.js 36.36% <ø> (ø) ⬆️
components/sandbox/index.js 0% <ø> (ø) ⬆️
blocks/library/table/table-block.js 8% <ø> (ø) ⬆️
blocks/library/embed/index.js 45.45% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c89b48b...b4bb9cd. Read the comment docs.

@aduth aduth merged commit a756cd8 into master Aug 8, 2017
@aduth aduth deleted the remove/wp-globals-2 branch August 8, 2017 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues related to broader framework topics, especially as it relates to javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant