dojo / core

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

Moving queue to dojo/shim and re-exporting it #282

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Re-exporting queue from dojo/shim, as soon as https://github.com/dojo/shim/pull/72 lands. This also includes some small fixes to get core working with the latest in dojo/shim.

Note that the tests are going to fail until we get that dojo/shim PR merged and released.

codecov-io commented 7 years ago

Codecov Report

Merging #282 into master will increase coverage by 0.09%.

@@            Coverage Diff             @@
##           master     #282      +/-   ##
==========================================
+ Coverage   95.53%   95.63%   +0.09%     
==========================================
  Files          34       34              
  Lines        1993     1900      -93     
  Branches      388      373      -15     
==========================================
- Hits         1904     1817      -87     
+ Misses         28       25       -3     
+ Partials       61       58       -3
Impacted Files Coverage Δ
src/has.ts 100% <ø> (ø) :white_check_mark:
src/async/iteration.ts 93.45% <ø> (ø) :white_check_mark:
src/queue.ts 100% <100%> (+6.45%) :white_check_mark:

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 b83ac00...e5705ec. Read the comment docs.