Skip to content

Commit 0b91123

Browse files
committed
chore: update README
1 parent 4094080 commit 0b91123

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ export const foo = "bar"
8787
8888
## Known stack-graphs / tree-sitter issues
8989

90-
- Python: module resolution / imports seems to be broken: <https://github.com/github/stack-graphs/issues/430>
91-
- Typescript: module resolution doesn't work with file extensions (eg. `import { foo } from "./module"` is ok, but `import { foo } from "./module.ts"` is not). **PR opened, fixed on the fork**. See: `tests/ts_ok_test.py`
9290
- Typescript: tree-sitter-typescript fails when passing a generic type to a decorator: <https://github.com/tree-sitter/tree-sitter-typescript/issues/283>
9391

9492
## Development

0 commit comments

Comments
 (0)