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

Don't leak global definitions where possible #155

Merged
merged 1 commit into from
Mar 16, 2018

Conversation

kitsonk
Copy link
Member

@kitsonk kitsonk commented Dec 12, 2017

Type: bug

The following has been addressed in the PR:

  • There is a related issue
  • All code matches the style guide
  • Unit or Functional tests are included in the PR

Description:

Don't leak global definitions where possible and declare them as var so they are not thought to be block scoped by TypeScript.

Resolves #154

and declare them as var so they are not thought to be block scoped
by TypeScript.

Fixes dojo#154
@codecov
Copy link

codecov bot commented Dec 12, 2017

Codecov Report

Merging #155 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #155      +/-   ##
==========================================
+ Coverage   84.98%   85.03%   +0.05%     
==========================================
  Files           1        1              
  Lines         506      508       +2     
  Branches      133      133              
==========================================
+ Hits          430      432       +2     
  Misses         32       32              
  Partials       44       44
Impacted Files Coverage Δ
src/loader.ts 85.03% <100%> (+0.05%) ⬆️

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 2388ee6...e18e0f0. Read the comment docs.

@dylans dylans added this to the beta.5 milestone Dec 22, 2017
@agubler agubler removed this from the beta.5 milestone Jan 5, 2018
@dylans dylans added this to the rc.2 milestone Mar 16, 2018
@dylans dylans merged commit bb10db0 into dojo:master Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants