This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

15
node_modules/@schematics/angular/ai-config/schema.js generated vendored Executable file
View File

@@ -0,0 +1,15 @@
"use strict";
// THIS FILE IS AUTOMATICALLY GENERATED. TO UPDATE THIS FILE YOU NEED TO CHANGE THE
// CORRESPONDING JSON SCHEMA FILE, THEN RUN devkit-admin build (or bazel build ...).
Object.defineProperty(exports, "__esModule", { value: true });
exports.Tool = void 0;
var Tool;
(function (Tool) {
Tool["Claude"] = "claude";
Tool["Copilot"] = "copilot";
Tool["Cursor"] = "cursor";
Tool["Gemini"] = "gemini";
Tool["Jetbrains"] = "jetbrains";
Tool["None"] = "none";
Tool["Windsurf"] = "windsurf";
})(Tool || (exports.Tool = Tool = {}));