clausreinke / typescript-tools

(repo no longer active) Tools related to the TypeScript language
Apache License 2.0
266 stars 29 forks source link

Testing ts1.4 #49

Closed Phaiax closed 9 years ago

Phaiax commented 9 years ago
clausreinke commented 9 years ago

done, with a few changes:

I haven't added the tsconfig.json - it will be ignored anyway when there are files on the command line (according to the pull request that introduced the feature - I've updated tss behaviour to match).

I had marked the update calculations "Check" because TS kept changing back and forth between 0- and 1-indexed line/col calculations. But your suggested change would drop a character (can be observed in the script.out2 output for partial-update.script).

Thanks for your suggestions.