원클릭으로
dart_sdk_skills
dart_sdk_skills에는 MelbourneDeveloper에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Set up the Dart SDK development environment — from deps to full builds to running tests. Handles depot_tools, bootstrapping SDK, gclient sync, building, and test.py.
Build the Dart SDK compilers and VM runtime. Use when you need to compile the SDK, build specific targets (runtime, most, create_sdk, dart2js, analysis_server), or troubleshoot build issues.
Guide for modifying the Dart language — adding features, AST nodes, parser rules, CFE type inference, experimental flags, and diagnostics. Use when implementing or modifying Dart language features.
Run Dart SDK tests — language tests, corelib tests, analyzer tests, dart2js tests, and package-level tests. Use when running tests after building the SDK or verifying language changes.