This repository was archived by the owner on May 30, 2020. It is now read-only.

Description
In angular-template/publish.js on line 67, the call to JSON.stringify fails in my repo due to a circular reference at path CIRCULAR: obj.children.class.0.children.class.0 = obj.children.class.0 = [object Object]. I'm not sure what could be causing this. It seems like it's parsing one of my classes as a child of itself. Any ideas?