LinkedSoftwareDependencies / Components-Generator.js

⚙️ Generate Components.js component files from TypeScript
13 stars 7 forks source link

Ensure paths are treated correctly on Windows #116

Closed joachimvh closed 1 year ago

joachimvh commented 1 year ago

Closes https://github.com/LinkedSoftwareDependencies/Components-Generator.js/issues/114 and closes https://github.com/LinkedSoftwareDependencies/Components-Generator.js/issues/115

Did the same thing as we do with paths in CSS: putting all calls to the path import in a single file so other files don't have to worry about things like separators.

rubensworks commented 1 year ago

Thanks! :)

Released as 3.1.1.