jonschlinkert / strip-comments

Strip block comments or line comments from JavaScript code.
https://github.com/jonschlinkert
MIT License
111 stars 41 forks source link

# Comments (e.g. python code) #50

Open sigeisler opened 4 years ago

sigeisler commented 4 years ago

Hi,

I have a question about the API for striping comments from python code. Per default comments starting with # and terminated by \n are not filtered out.

How do I achieve that?

Thanks!

miguel-acevedo commented 4 years ago

I'm having this issue as well.