Commit 2706b6e
authored
* refactor: drop `lru-cache` in favor of a simple custom cache
* refactor: new memoize function
* test: add tests
* ci: add test
* unify names
* refactor: move createCachedParse to custome memoize
* ci: update
* chore: add some logs
1 parent 32e1595 commit 2706b6e
File tree
14 files changed
+1054
-133
lines changed- .github/workflows
- src
- extractors
- utils
- tests
14 files changed
+1054
-133
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
0 commit comments