typescript-formatter icon indicating copy to clipboard operation
typescript-formatter copied to clipboard

Formatter of TypeScript code

Results 44 typescript-formatter issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/2544493/82004175-3fba6c00-9630-11ea-9966-d9c6c233ce95.png) look like this: ![image](https://user-images.githubusercontent.com/2544493/82004196-4ba62e00-9630-11ea-9c7b-95df4133c5e1.png)

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...

dependencies

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)....

dependencies