Skip to content

Commit 7b4eb5b

Browse files
authored
fix: several bugs detected in ts-parser (cloudwego#101)
* fix bug: cannot identify export default arrow function * fix bug: if two files has same symbol name, should give a mangled name * 1. revert import path changes 2. fix bug: falsy caching strategy in function, * chore: modify package version
1 parent 8be29e4 commit 7b4eb5b

File tree

10 files changed

+104
-7936
lines changed

10 files changed

+104
-7936
lines changed

ts-parser/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ temp/
88

99
output.json
1010

11-
output/
11+
output/
12+
13+
package-lock.json

0 commit comments

Comments
 (0)