mbrukman / autogen

Automatically generate boilerplate license comments.
Apache License 2.0
98 stars 27 forks source link

Handle TypeScript and Sassy CSS. #54

Closed jetpack closed 6 years ago

jetpack commented 6 years ago

Sassy CSS is an extension of CSS. TypeScript is a syntactic superset of JavaScript with fancy typing and other features.

https://en.wikipedia.org/wiki/Sass_(stylesheet_language) https://en.wikipedia.org/wiki/TypeScript

mbrukman commented 6 years ago

Thanks for the PR, @jetpack! Apologies for missing this PR earlier; I just merged PR #55 to add support for TypeScript (which is also included in your PR), but I'll merge your PR to add Sass as well.

Luckily, your changes for TypeScript are identical to the other one, so it's a clean merge.