Results 88 comments of shrpne

Starting from v4.0.0 type definitions are generated by `tsc` so there should be no issues with them

v8 and v9 API changes are lgtm, but i'm not sure all interfaces should be `export`'ed, because it changes the way how the types should be consumed

for me it was fixed by updating to Telegram 12

I don't see `singleAttributePerLine` enabled (by default it is disabled) in the provided example

@davidgiessing Ah, i see. Sorry, I was tricked by a misleading title. So the `singleAttributePerLine: false` works as expected, it's just not enforce `allAttributesInline` what topicstarter expects

I have similar problem comparing Buffers. `expect(a).toEqual(b)` throws "serializes to the same string" `expect(a.equals(b)).toBe(true)` works fine I have tried to find any difference between these objects using `Object.getOwnPropertyDescriptors`, but looks...

same here, `"printWidth": 300` not helps

@mrauhu i guess PRs are welcome :)