a3ebd3fc66
fix(tl): ctors with primitive vectors are incorrectly marked as static-size
2023-09-21 14:46:44 +03:00
85d2c5f305
fix: test fixes
2023-09-21 02:53:08 +03:00
b8f63b0634
feat(tl): static object size computation
...
closes MTQ-21
2023-09-20 18:37:26 +03:00
81ce550604
chore: improved eslint config
...
closes MTQ-54
2023-09-03 02:37:51 +03:00
99e83b40aa
feat(codegen): support bare types and vectors
...
closes MTQ-48
2023-07-20 20:22:57 +03:00
d88bc0ea60
chore: code quality improvements
...
improved eslint config, fixed linter issues, added husky
2023-06-05 00:30:48 +00:00
teidesu
e3dbe3b7d1
fix(tl-utils): do not break @link tags
2022-08-12 17:00:02 +03:00
teidesu
2a97616d80
fix(codegen): fixed typings codegen, added a test
2022-07-23 05:03:38 +03:00
teidesu
e68c9f4bb5
refactor: prettier-ed code, rearranged imports, fixed tests
2022-06-30 16:32:56 +03:00
teidesu
a2dbccada6
fix(tl-utils): optimize readers code size by merging pre-return vars
2022-06-28 19:26:11 +03:00
teidesu
dd4cc471f6
fix(tl-utils): fixed reader codegen impl for non-zero-size fields between flags
2022-06-28 19:23:32 +03:00
teidesu
6978e159d7
feat(tl-utils): support flag for exposing raw flags in codegen
2022-06-28 18:57:22 +03:00
teidesu
44e6ffd368
fix(tl): insert true flags after flags field, support multiple flags fields, updated tests
2022-04-29 16:36:41 +03:00
teidesu
916c41e70c
build(codegen): refactored reader codegen (removed the need in additional object), added tests for multiple flags fields
...
i honestly don't know why i did what i did, it's such an over-complication, lol.
2022-04-29 16:13:07 +03:00
teidesu
ec736f8590
some changes
...
i've been wanting to name a commit like this for my entire life, lol. seriously though, a lot has changed:
- extracted TL-related stuff to `@mtcute/tl-utils` and `@mtcute/tl-runtime`, rewrote codegen in TS
- updated to layer 134, moved to int64 identifiers
- rewritten networking (mtproto), rewritten updates handling
- *lots* of refactoring
still a very early version though, there are a lot of improvements to be made, but at least it runs, lol
also tl-reference will not be updated anytime soon because i want to rewrite it
2021-11-23 00:03:59 +03:00