embroider-build / content-tag

A rust program that uses my swc fork to parse GJS
MIT License
7 stars 7 forks source link

Refactor import insertion code into its own module #72

Open chancancode opened 4 months ago

chancancode commented 4 months ago

Ultimately the goal is to fix #71 (which this commit does not do)

While working on that I decided to refactor the existing import related code and add some commentary to help others understand how it works. This just moves code around without changing behavior.