Tag

AST Parsing

0 views collected around this technical thread.

NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Nov 29, 2023 · Backend Development

Design and Implementation of a Code‑Centric Automated API Documentation Management Platform

NetEase Cloud Music built a code‑centric, automated API documentation platform that extracts Javadoc annotations, tracks code relationships in a graph database, processes incremental GitLab commits, and generates synchronized documentation with change diffs and notifications, dramatically reducing manual effort and ensuring consistency.

API DocumentationAST ParsingAutomated Documentation
0 likes · 9 min read
Design and Implementation of a Code‑Centric Automated API Documentation Management Platform
政采云技术
政采云技术
Jul 12, 2020 · Frontend Development

Developing Custom ESLint Rules for Consistent and Maintainable Frontend Code

This comprehensive guide explores the principles of ESLint and abstract syntax trees, providing step-by-step instructions for developing custom linting rules and plugins to enforce coding standards, prevent hardcoded configurations, and maintain high-quality frontend codebases across collaborative development environments.

AST ParsingCustom Linting RulesJavaScript
0 likes · 10 min read
Developing Custom ESLint Rules for Consistent and Maintainable Frontend Code
Xianyu Technology
Xianyu Technology
Dec 4, 2018 · Mobile Development

Flutter Dynamic Rendering Engine: Architecture and Implementation

This article describes a component‑based dynamic rendering framework for Flutter that parses Dart source via the analyzer’s AST, maps widgets to a DataModel, supports atomic to dynamic components, delivers over 50 fps performance, and includes template versioning, download, rollback, with plans for automation, i18n, and personalized content.

AST ParsingFlutterPerformance Optimization
0 likes · 8 min read
Flutter Dynamic Rendering Engine: Architecture and Implementation