ipatalas / vscode-postfix-ts

Postfix notation for TypeScript/Javascript - extension for VS Code
MIT License
158 stars 43 forks source link

NOMERGE (just CI) #95

Closed zardoy closed 2 years ago

zardoy commented 2 years ago

It's another extension, but I can cherry-pick changes.

IMO it contains architectural improvements as well (such as not modyfying original package.json)

zardoy commented 2 years ago

I saw you've been reviewing changes here, thanks a lot for that. How it Would be better to introduce them for your repository? Should I split it to a lot of PRs?

ipatalas commented 2 years ago

Yes, that would be perfect. PR per feature is so much easier to read. If any of those depend on each other then those can be combined but most of them are quite independent.