hudochenkov / postcss-styled-syntax

PostCSS syntax for CSS-in-JS like styled-components
MIT License
69 stars 4 forks source link

Stack Overflow exception #25

Closed CrOrc closed 6 months ago

CrOrc commented 6 months ago

ts.createSourceFile might choke with StackOverflow exception for some weird js files. E.g. lodash_v4.x.x.js in flow-typed So it's better to add try / catch around ts.createSourceFile in parseJs.js

hudochenkov commented 6 months ago

Thank you for reporting! Will be fixed in the next version.