Commit graph

22 commits

Author SHA1 Message Date
3d38cc4500
build: generate shims for esnext
also cleaned up build script a bit
2024-04-30 18:12:54 +03:00
67b290643d
build: use a stripped down non-conflicting version of lib.deno.d.ts instead 2024-04-29 05:50:18 +03:00
b1b79e2ab1
test(e2e-deno): populate packages from upstream 2024-04-29 04:56:32 +03:00
a2cdc73735
feat: initial deno support 2024-04-28 23:06:33 +03:00
c3c7d1ddce
build: added deprecation notice to commonjs builds 2024-04-27 12:19:08 +03:00
9d114a3552
build: initial support for jsr building 2024-04-21 04:53:09 +03:00
c5ce2c321d
build: some fixes + made @mtcute/test esm-only 2024-04-14 22:18:53 +03:00
943b13088f
ci(e2e): fixes for crypto-node build 2024-04-13 07:44:59 +03:00
de3d3d81ba
feat(crypto-node): bundle prebuilts with the package 2024-04-13 06:59:12 +03:00
42f1482d7f
build(core): improved tree-shakeability 2024-03-07 05:35:37 +03:00
c8e026dc03
refactor!: merged client into core + fixed dispatcher for new storage 2024-01-31 19:30:57 +03:00
a36cdf1d20
test: run tests in browser 2023-11-30 00:20:37 +03:00
9d12b715c7
chore: moved most configs to .config 2023-11-13 13:28:11 +03:00
8204dc86a4
chore: removed dispatcher dep from core (again), improved build script 2023-11-12 01:17:20 +03:00
96a443f8d3
test: moved to vitest from mocha/chai
damn vitest is so good
2023-11-09 00:20:43 +03:00
1abf35e30c
feat: basic test utils 2023-11-08 17:28:45 +03:00
eec142f0e5
feat: wasm! 🚀 2023-11-04 06:44:18 +03:00
4c42304a79
build: extracted custom build config to packages themselves 2023-11-02 21:23:17 +03:00
5e79dc32c5
feat: build crypto-node against node crypto 2023-11-02 19:11:26 +03:00
958f7ff81c
ci: release building 2023-11-01 01:03:49 +03:00
d5d5615a4d
build(create-bot): fixed package building 2023-10-23 12:19:53 +03:00
Alina Tumanova
f5976a2d74
ESM + end-to-end tests (#11)
* feat: moved tl-runtime to esm and native ArrayBuffers

* feat: migration to esm

* fix(core): web-related fixes

* test: finally, some good fucking e2e

* chore: fixed linters etc

* ci: added e2e to ci

* build(tl): fixed gen-code on node 20

* fix: codegen Uint8Array, not Buffer

never `git reset --hard` kids

* build: only do type-aware linting for `packages/*`

* build: ignore no-unresolved in ci for e2e

* fix: node 16 doesn't have subtle crypto apparently?

* fix(tests): use Uint8Array

for gods sake please can i just merge this already

* ci: don't parallel tasks in ci

because machines are utter garbage and it may just randomly break

* ci: pass secrets to e2e tests

* ci: separate cli command for ci

apparently im retarded

* fix: run codegen in e2e

im actually retarded

* ci: more fixes for e2e

* ci: debugging stuff

* ci: still debugging

* ci: hopefully fix ci???
2023-10-16 19:23:53 +03:00