diff --git a/README.md b/README.md index 354babc..318f1d5 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,6 @@ export const foo = "bar" ## Known stack-graphs / tree-sitter issues -- Python: module resolution / imports seems to be broken: -- 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` - Typescript: tree-sitter-typescript fails when passing a generic type to a decorator: ## Development