Skip to content

Conversation

@ning-y
Copy link
Member

@ning-y ning-y commented Jun 21, 2018

Features

  • Deploy to staging with one command
  • Fix a bunch of bugs in the minifying process

ning-y added 6 commits June 20, 2018 20:05
1. It seems that using shorthand generator function definitions in objects (for
   src/slang/interpreter.ts) will result in a minified file where the generator
   method replaced by a function. `yield` calls in this generator therefore
   raise an uncaught syntax error in the browser. See:
   webpack/webpack#7566
2. A known issue with causes reuse of const variables in the same scope. See:
   mishoo/UglifyJS#2842
@ning-y ning-y requested a review from remo5000 June 21, 2018 03:12
@coveralls
Copy link

coveralls commented Jun 21, 2018

Pull Request Test Coverage Report for Build 45

  • 8 of 13 (61.54%) changed or added relevant lines in 5 files are covered.
  • 14 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.01%) to 29.971%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/components/Playground.tsx 6 7 85.71%
src/index.tsx 0 2 0.0%
src/utils/registerServiceWorker.ts 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
src/components/academy/index.tsx 14 40.0%
Totals Coverage Status
Change from base Build 30: 0.01%
Covered Lines: 1063
Relevant Lines: 3112

💛 - Coveralls

@remo5000 remo5000 merged commit 09fddfb into master Jun 21, 2018
@ning-y ning-y deleted the terraform branch June 22, 2018 05:13
@ning-y ning-y restored the terraform branch July 17, 2018 11:14
@ning-y ning-y deleted the terraform branch July 17, 2018 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants