dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Migrating Evented and Destroyable from widget-core, issue #286 #287

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Migrating Evented and Destroyable from widget-core so other packages can use it.

codecov-io commented 7 years ago

Codecov Report

Merging #287 into master will increase coverage by 0.1%. The diff coverage is 100%.

@@            Coverage Diff            @@
##           master     #287     +/-   ##
=========================================
+ Coverage   93.93%   94.03%   +0.1%     
=========================================
  Files          37       38      +1     
  Lines        2077     2129     +52     
  Branches      394      403      +9     
=========================================
+ Hits         1951     2002     +51     
  Misses         50       50             
- Partials       76       77      +1
Impacted Files Coverage Δ
src/Evented.ts 100% <100%> (ø) :white_check_mark:
src/request/Response.ts 79.31% <100%> (-2.51%) :x:
src/QueuingEvented.ts 96.87% <100%> (-3.13%) :x:
src/Destroyable.ts 100% <100%> (ø)

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 5d21060...3a9d010. Read the comment docs.