ludohenin / gulp-inline-ng2-template

Gulp plugin to inline HTML and CSS into Angular 2 component decorators
MIT License
126 stars 26 forks source link

Error: Maximum call stack size exceeded #57

Open stiasta opened 8 years ago

stiasta commented 8 years ago

I get this error when I try to parse a large typescript file. The file contains one export with a large JSON object. It is 1360 lines, total filesize is 78KB and the object is about 5 levels deep.

I can supply a test file, if needed.

ludohenin commented 8 years ago

Which version of the plugin are you using ?

stiasta commented 8 years ago

it was the newest version when i posted the issue.