tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
360 stars 100 forks source link

Tact pretty-printer #335

Closed heli0dus closed 2 months ago

heli0dus commented 4 months ago

Towards #162

novusnota commented 3 months ago

Nice progress!

One nit though: package-lock.json should be excluded. Please, use Yarn v1 for managing dependencies. It comes with newer versions of Node.js (16+ or even earlier), and uses yarn.lock, which we commit :)