Closed lspitzner closed 6 years ago
I probably don’t understand but stripping line pragmas seems like the wrong thing to do in general?
But all other parseModule*
functions call stripLinePragmas
. And this PR does not affect parseWith
(which would be the more general function). Or what "in general" do you have in mind?
(or should line pragma stripping and shebang stripping be distinct? not sure about the details there either.)
Ah ignore me then. Thanks for the PR.
(this makes the fix for https://github.com/lspitzner/brittany/issues/92 a bit easier.)