cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Use typescript 2.3 and make backend logs quieter when in debug/development mode #756

Closed yc2lee closed 7 years ago

yc2lee commented 7 years ago

The typescript 2.3 is to fix https://github.com/DefinitelyTyped/DefinitelyTyped/issues/17459 I kept getting an error with typescript v2.2

yc2lee commented 7 years ago

pull request containing original backend logging code #632

e45lee commented 7 years ago

Looks good to me. I'm not sure how the original logging code disappeared, but everything checks out.