johnfn / ts2gd

💥 Compile TypeScript to GDScript for Godot
210 stars 14 forks source link

windows fixes #82

Open ksjogo opened 2 years ago

ksjogo commented 2 years ago

Needs #57 for project based tests.

This PR reworks most of the path handling to be able to function cross platform. It isn't perfect yet, but it now allows ts2gd to be run on Windows and I could successfully transpile the full bloodfever project. I also had to rework the Asset class structure to be able to better share path handling between places.

ksjogo commented 2 years ago

Should be good to go know (after #57)