SenseNet / sn-redux

A set of redux actions, reducers and redux-ovbservable epics for sensenet
https://www.sensenet.com/
GNU General Public License v2.0
6 stars 3 forks source link

refactor(ts): use namespace instead of module #67

Closed zoltanbedi closed 6 years ago

zoltanbedi commented 6 years ago

The internal 'module' syntax is deprecated, use the 'namespace' keyword instead.

codecov[bot] commented 6 years ago

Codecov Report

Merging #67 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #67   +/-   ##
======================================
  Coverage    89.4%   89.4%           
======================================
  Files           5       5           
  Lines         538     538           
  Branches       60      60           
======================================
  Hits          481     481           
  Misses         54      54           
  Partials        3       3
Impacted Files Coverage Δ
src/Store.ts 100% <ø> (ø) :arrow_up:
src/Actions.ts 98.96% <100%> (ø) :arrow_up:
src/Epics.ts 66.86% <100%> (ø) :arrow_up:
src/Schema.ts 100% <100%> (ø) :arrow_up:
src/Reducers.ts 100% <100%> (ø) :arrow_up:

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 ec68ab3...6696e7b. Read the comment docs.