/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/labeler.yml
114 строк
3 KB
Aviv Keller
chore: coderabbit issue triaging (#21650)
09 авг 2026, 21:22
Не верифицирован
09 авг 2026, 21:22
7288459
Код
Авторство
О чём код?
# Path -> "area:" label map consumed by .github/workflows/labeler.yml (actions/labeler). # Keep in sync with the area labels and the lib/ directory map in CLAUDE.md. "area: cache": - changed-files: - any-glob-to-any-file: - "lib/cache/**" - "lib/serialization/**" "area: config": - changed-files: - any-glob-to-any-file: - "lib/config/**" - "schemas/**" "area: css": - changed-files: - any-glob-to-any-file: - "lib/css/**" "area: html": - changed-files: - any-glob-to-any-file: - "lib/html/**" "area: loaders": - changed-files: - any-glob-to-any-file: - "lib/loaders/**" "area: module-federation": - changed-files: - any-glob-to-any-file: - "lib/container/**" - "lib/sharing/**" "area: optimization": - changed-files: - any-glob-to-any-file: - "lib/optimize/**" - "lib/ids/**" "area: parser": - changed-files: - any-glob-to-any-file: - "lib/javascript/**" - "lib/dependencies/**" "area: resolving": - changed-files: - any-glob-to-any-file: - "lib/ResolverFactory.js" - "lib/NormalModuleReplacementPlugin.js" "area: runtime": - changed-files: - any-glob-to-any-file: - "lib/runtime/**" - "lib/web/**" - "lib/webworker/**" - "lib/node/**" - "lib/esm/**" - "lib/deno/**" - "lib/electron/**" - "lib/bun/**" - "lib/RuntimeGlobals.js" - "lib/RuntimeModule.js" "area: sourcemaps": - changed-files: - any-glob-to-any-file: - "lib/SourceMapDevToolPlugin.js" - "lib/SourceMapDevToolModuleOptionsPlugin.js" - "lib/EvalSourceMapDevToolPlugin.js" - "lib/EvalDevToolModulePlugin.js" "area: types": - changed-files: - any-glob-to-any-file: - "types.d.ts" - "declarations.d.ts" - "declarations.test.d.ts" - "module.d.ts" - "declarations/**" "area: watch": - changed-files: - any-glob-to-any-file: - "lib/hmr/**" - "hot/**" - "lib/Watching.js" - "lib/FileSystemInfo.js" - "lib/hmr/LazyCompilationPlugin.js" "area: wasm": - changed-files: - any-glob-to-any-file: - "lib/wasm/**" - "lib/wasm-async/**" - "lib/wasm-sync/**" - "assembly/**" "area: build-perf": - changed-files: - any-glob-to-any-file: - "test/benchmarkCases/**" - ".github/workflows/benchmarks.yml" "area: tooling": - changed-files: - any-glob-to-any-file: - "tooling/**" - "bin/**" - "setup/**"