From 0b9112350d6b27b2fc300fe5deb79c6ebf355f8d Mon Sep 17 00:00:00 2001 From: nohehf Date: Sun, 2 Jun 2024 22:52:03 +0200 Subject: [PATCH] chore: update README --- README.md | 2 -- 1 file changed, 2 deletions(-) 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