typescript-ruby / typescript-rails

An asset pipeline wrapper for the TypeScript language
MIT License
255 stars 30 forks source link

remove duplication of newlines #15

Closed yutopp closed 9 years ago

yutopp commented 9 years ago

each_line passes strings that hold a newline character. So, I think a newline character in per lines is inserted twice in current implementation.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.02%) when pulling e770d57667c5b54d4d553c9713f84d5989f0175c on yutopp:remove_duplication_of_newlines into a07bef94d499c66d97b191a78bf88cb325d40bfd on typescript-ruby:master.

rhysd commented 9 years ago

LGTM :+1: