Skip to content

Commit ffdf4b2

Browse files
Revise Codebase Dependency Visualization layout
Updated the Codebase Dependency Visualization table format.
1 parent 94a7e31 commit ffdf4b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ Get CodeVisualizer up and running in your VS Code environment in just a few clic
217217

218218
### Codebase Dependency Visualization
219219

220-
| Language | Status | File Extensions | Import Styles |
221-
|----------|--------|----------------|---------------|
222-
| TypeScript/JavaScript | Full Support | `.js`, `.ts`, `.mjs`, `.cjs` | ES6 imports, CommonJS require |
223-
| Python | Full Support | `.py` | import, from...import |
220+
| Language | Status | File Extensions |
221+
|----------|--------|----------------|
222+
| TypeScript/JavaScript | Full Support | `.js`, `.ts`, `.mjs`, `.cjs` |
223+
| Python | Full Support | `.py` |
224224

225225
**Planned Support:** Java, C++, C, Rust, Go dependency analysis coming in future releases.
226226

0 commit comments

Comments
 (0)