Skip to content

Commit c3af540

Browse files
authored
feat: Type resolution v1 (#57)
* Much faster implementation * remove dead code * Disambiguate multiple definitions * Add stub for constant * Refactor * Autogenerate the resolution system * wip * Remove tsx/jsx/js and make typescript use tsx * Add stubs * update snapshots * Refactor generator * feat: python bindings for references * Add tests and make synchronization work
1 parent 224f2b9 commit c3af540

File tree

62 files changed

+15133
-11961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+15133
-11961
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: ./.github/actions/setup-environment
2020
- name: Run tests
2121
run: |
22+
mkdir -p test_data
23+
mkdir -p codegen-sdk-analyzer/test_data
2224
~/.cargo/bin/cargo-nextest nextest run --workspace --features stable
2325
env:
2426
CARGO_TERM_COLOR: always

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@ target/*
6969
.benchmarks/*
7070
**.snap.new
7171
flamegraph.svg
72+
*-ice*.txt
73+
profile.json.gz

0 commit comments

Comments
 (0)