Commit 8e8ec3b
authored
feat: Port React Compiler tracker from todoist-web (#6)
* feat: Port React Compiler tracker from todoist-web
* Update imports to reference compiled extension (.mjs); add shebang to entrypoint
* Apply Biome fixes
* Refactor lodash.intersection to leverage Set
* Add dependencies
* Add tests for source and record file utilities
* Add integration tests
* Update gitignore to include Claude local settings
* Add test run to CI
* Add sample records file to gitignore1 parent 3ef870f commit 8e8ec3b
18 files changed
Lines changed: 3536 additions & 43 deletions
File tree
- .github/workflows
- src
- __fixtures__/sample-project
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
0 commit comments