Summary
Add a TypeScript example project to demonstrate LSP functionality testing.
Description
Create an example project at examples/lsp-typescript/ that showcases:
- LSPManager API usage (diagnostics, hover, definition, references, completion)
- TypeScript language server integration
- Interactive demo script for testing LSP features
Tasks
Files to Create
examples/lsp-typescript/
├── README.md
├── package.json
├── tsconfig.json
├── demo.ts
└── src/
├── index.ts
└── utils/
└── math.ts
Acceptance Criteria
- To see the specific tasks where the Asana app for GitHub is being used, see below:
Summary
Add a TypeScript example project to demonstrate LSP functionality testing.
Description
Create an example project at
examples/lsp-typescript/that showcases:Tasks
examples/lsp-typescript/)Files to Create
Acceptance Criteria
bun run demo.ts