bemusic / bemuse

⬤▗▚▚▚ Web-based online rhythm action game. Based on HTML5 technologies, React, Redux and Pixi.js.
https://bemuse.ninja/
GNU Affero General Public License v3.0
1.15k stars 147 forks source link

Add ts resolve #538

Closed dtinth closed 5 years ago

dtinth commented 5 years ago

Changelog

Updated webpack configuration in the main app to allow compiling TypeScript code. Now we can start writing game code using TypeScript!

codecov-io commented 5 years ago

Codecov Report

Merging #538 into master will decrease coverage by 0.08%. The diff coverage is 81.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #538      +/-   ##
==========================================
- Coverage   81.39%   81.31%   -0.09%     
==========================================
  Files         156      156              
  Lines        4677     4682       +5     
  Branches       68       77       +9     
==========================================
  Hits         3807     3807              
- Misses        852      853       +1     
- Partials       18       22       +4
Impacted Files Coverage Δ
src/sampling-master/ogg.spec.ts 90.9% <ø> (ø)
src/test/loadSpecs.js 100% <100%> (ø) :arrow_up:
src/sampling-master/ogg.ts 80.85% <80.85%> (ø)

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 ceb5a87...86c0d04. Read the comment docs.