KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 14 forks source link

fix!: Remove TreeSitter transformations #134

Closed LeonMatthesKDAB closed 3 months ago

LeonMatthesKDAB commented 3 months ago

TreeSitter Transformations were unused but remained in the codebase, even though JavaScript string interpolation is the better way to go anyway.

So remove this feature entirely before 1.0 so we don't have to support it.

Based on #133 Related to #62