johnfn / ts2gd

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

Use error codes #88

Open johnfn opened 2 years ago

johnfn commented 2 years ago

Specifically, we should be using them in our test infrastructure, so we can mark that a test case expects a certain error code rather than having to copy and paste the exact error text.