dojo / core

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

Fixes to get successful transpilation and test runs on TS 2.1 #232

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Fixing some code in Task that causes incompatibilities with TypeScript 2.1

codecov-io commented 7 years ago

Current coverage is 97.79% (diff: 100%)

Merging #232 into master will increase coverage by <.01%

@@             master       #232   diff @@
==========================================
  Files            46         46          
  Lines          2399       2406     +7   
  Methods          27         27          
  Messages          0          0          
  Branches        459        459          
==========================================
+ Hits           2346       2353     +7   
  Misses           51         51          
  Partials          2          2          

Powered by Codecov. Last update b53d27b...9b1818e

kitsonk commented 7 years ago

Refs #238