typescript-formatter
typescript-formatter copied to clipboard
Formatter of TypeScript code
Hello everyone. This is setting have to the typescript but it i don't find it. Maybe i something don't know?
I am getting an error when formating code with `owner.user?.name`. It looks like **tsfmt** is not picking up the 'ES6' setting in the tcsconfig.json file.
Unable to run tsfmt for projects with 'incremental' typescript flag set.
Given that: 1. TS generally doesn't respect semantic versioning 2. Looking at https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/#breaking-changes , I don't see breaking changes that would impact typescript-formatter 3. My own usage of typescript-formatter (through...
format()関数のeditsを適用する計算量が、およそO(ソース文字列.length × edits.length)になっていたので、O(ソース文字列.length + edits.length * log(edits.length)) になるように変更しました。
GitHub colors comments in a json block strangely, so use `jsonc` instead. Makes this:  look like this: 
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...
I am trying to use this with Angular. I have my constructor DI imports alligned very nicely (because it is exactly 12 chars). I would like to keep that: ```...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....