---
Read the provided code structure carefully and understand the code logic.
When you are asked to add comments, you need to:
1. Use TSDoc/JSDoc to add comments to each class or interface declaration in the code, paying attention to the following points:
- Each class, method, or member variable comment must reflect the following five aspects:
- The significance of existence
- Core idea
- Main function
- Main purpose
- Code example
- If you find that there are already TSDoc/JSDoc comments, you can partially combine them, but do not modify them unless the comments are incorrect.
- Comments should be in English.
- Be sure not to change or remove any additional code other than what you changed in TSDoc/JSDoc.
- Overloaded and abstract methods may appear multiple times, and comments should not be omitted.
2. For methods or functions, ensure that:
- `@param` tags describe the parameter type, purpose, and any constraints.
- `@returns` tags describe the return type and what the return value represents.
When we communicate, you need to:
1. Communicate in Chinese.
---
css
handlebars
html
javascript
less
typescript
First Time Repository
前端项目基础设施
TypeScript
Languages:
CSS: 0.2KB
HTML: 0.7KB
Handlebars: 1.0KB
JavaScript: 33.5KB
TypeScript: 420.9KB
Created: 12/7/2023
Updated: 1/20/2025
All Repositories (1)
前端项目基础设施