OUTPUT #689
PARÇA 3 / 6
TOPLAM: 218127 karakter | 2042 satır
BU PARÇA: 40000 karakter
a 'ES5' hedeflenirken blokların içinde işlev bildirimlerine izin verilmiyor. Modüller otomatik olarak katı moddadır.",
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json | hits=78 =====
13: "A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backs_1522": "字元類別不得包含保留的雙標點符號。您是要使用反斜線將其逸出嗎?",
39: "A_default_clause_cannot_appear_more_than_once_in_a_switch_statement_1113": "'default' 子句在 'switch' 陳述式中不得 出現一次以上。",
59: "A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any_2545": "mixin 類別必須具備建構函式,且該建構函式必須指定一個類型為 'any[]' 的 rest 參數。",
90: "A_return_statement_cannot_be_used_inside_a_class_static_block_18041": "'return' 陳述式無法在類別靜態區塊內使用。",
210: "Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file_6639": "允許每個專案只從 tslib 匯入協助程式函式,而不是每個檔案都包含這些函式。",
247: "An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive_1198": "擴充的 Unicode 逸出值必須介於 0x0 與 0x10FFFF (不含) 之間。",
289: "Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_t_1528": "只有 在設定 Unicode 設定 (v) 旗標時,才能使用任何可能比對超過一個字元的 Unicode 屬性。",
290: "Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_characte_1518": "在否 定字元類別中,任何可能比對超過一個字元的專案都無效。",
318: "Block_scoped_variable_0_used_before_its_declaration_2448": "已在其宣告之前使用區塊範圍變數 '{0}'。",
355: "Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_co_2766": "因為 值的迭代器 'next' 方法需要類型 '{1}',但所包含的產生器永遠會傳送 '{0}',所以無法將反覆項目委派給值。",
389: "Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1_2481": "無法初始化區塊範圍宣告 '{1}' 之同一範圍中的外部範圍變數 '{0}'。",
400: "Cannot_redeclare_block_scoped_variable_0_2451": "無法重新宣告區塊範圍變數 '{0}'。",
444: "Classes_can_only_extend_a_single_class_1174": "類別只能擴充一個類別。",
468: "Concatenate_and_emit_output_to_single_file_6001": "串連並發出輸出至單一檔案。",
481: "Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_mod_6126": "未指 定包含檔案,因此無法決定根目錄,而將略過 'node_modules' 中的查閱。",
508: "Convert_overload_list_to_single_signature_95118": "將多載清單轉換成單一特徵標記",
543: "Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_1537": "字元類別中不允許小數點逸 出序列和反向參考。",
547: "Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_9005": "此檔 案的宣告發出必須使用私人名稱 '{0}'。明確的型別註解可能會解除封鎖宣告發出。",
553: "Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_d_2809": "必須 是宣告或陳述式。這個 '=' 會跟著陳述式區塊,因此如果您想要撰寫解構指派,就可能需要在整個指派的前後加上括弧。",
584: "Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file_6170": "[即將淘汰] 請改用 '--outFile'。 串連輸出並將其發出到單一檔案",
585: "Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files_6160": "[即將淘汰] 請 改用 '--skipLibCheck'。跳過預設程式庫宣告檔案的類型檢查。",
595: "Directory_0_does_not_exist_skipping_all_lookups_in_it_6148": "目錄 '{0}' 不存在,將會跳過其中所有查閱。",
613: "Disable_size_limitations_on_JavaScript_projects_6162": "停用 JavaScript 專案的大小限制。",
646: "Duplicate_identifier_newTarget_Compiler_uses_variable_declaration_newTarget_to_capture_new_target_me_2543": "識別 碼 '_newTarget' 重複。編譯器使用變數宣告 '_newTarget' 擷取 'new.target' 中繼屬性參考。",
647: "Duplicate_identifier_this_Compiler_uses_variable_declaration_this_to_capture_this_reference_2399": "識別碼 '_this' 重複。編譯器會使用變數宣告 '_this' 來擷取 'this' 參考。",
669: "Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file_6151": "發出單一檔案包含來源對應,而不要使用個別的檔案。",
675: "Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap__6152": "使用 單一檔案發出來源與來源對應。必須設定 '--inlineSourceMap' 或 '--sourceMap'。",
721: "Escape_sequence_0_is_not_allowed_1488": "不允許逸出序列 '{0}'。",
735: "Expected_a_capturing_group_name_1514": "必須是擷取群組名稱。",
762: "Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference_2402": "運算式會解析成 '_super', 而編譯器會使用其來擷取基底類別參考。",
763: "Expression_resolves_to_variable_declaration_newTarget_that_compiler_uses_to_capture_new_target_meta__2544": "運算 式將解析成變數宣告 '_newTarget',而供編譯器用來擷取 'new.target' 中繼屬性參考。",
764: "Expression_resolves_to_variable_declaration_this_that_compiler_uses_to_capture_this_reference_2400": "運算式會解析成變數宣告 '_this',而編譯器會使用此宣告來擷取 'this' 參考 。",
839: "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_1250": "以 'ES5' 為目標時,strict 模式下的區塊中不允許函式宣告。",
840: "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definiti_1251": "以 'ES5' 為目標時,strict 模式下的區塊中不允許函式宣告。類別定義會自動進入 strict 模式。",
841: "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_au_1252": "以 'ES5' 為目標時,strict 模式下的區塊中不允許函式宣告。模組會自動進入 strict 模式。",
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json | hits=78 =====
13: "A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backs_1522": "字符类不得包含保留的双标点符号。你是否想要使用反斜杠对其进行转义?",
39: "A_default_clause_cannot_appear_more_than_once_in_a_switch_statement_1113": "\"default\" 子句在 \"switch\" 语句中只 能出现一次。",
59: "A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any_2545": "mixin 类必须具有单个 rest 参数为类型 \"any[]\" 的构造函数。",
90: "A_return_statement_cannot_be_used_inside_a_class_static_block_18041": "不能在类静态块内使用 “return” 语句。",
210: "Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file_6639": "允许每个项目从 tslib 导入帮助程序函数一次,而不是将它们包含在每个文件中。",
247: "An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive_1198": "扩展的 Unicode 转义值必须介于(含) 0x0 和 0x10FFFF 之间。",
289: "Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_t_1528": "任何 可能匹配多个字符的 Unicode 属性仅在设置 Unicode Sets (v) 标志时可用。",
290: "Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_characte_1518": "可能 匹配多个字符的任何内容在被否定的字符类中无效。",
318: "Block_scoped_variable_0_used_before_its_declaration_2448": "声明之前已使用的块范围变量“{0}”。",
355: "Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_co_2766": "无法 将迭代委托到值,因为其迭代器的 \"next\" 方法需要类型 \"{1}\",但包含它的生成器将始终发送 \"{0}\"。",
389: "Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1_2481": "无法在块范围声明“{1}”所在的范围内初始化外部范围变量“{0}”。",
400: "Cannot_redeclare_block_scoped_variable_0_2451": "无法重新声明块范围变量“{0}”。",
444: "Classes_can_only_extend_a_single_class_1174": "类只能扩展一个类。",
468: "Concatenate_and_emit_output_to_single_file_6001": "连接输出并将其发出到单个文件。",
481: "Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_mod_6126": "未指 定包含文件,并且无法确定根目录,正在跳过在 \"node_modules\" 文件夹中查找。",
508: "Convert_overload_list_to_single_signature_95118": "将重载列表转换为单一签名",
543: "Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_1537": "字符类中不允许使用十进制 转义序列和反向引用。",
547: "Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_9005": "此文 件的声明发出要求使用专用名称 \"{0}\"。显式类型注释可能取消阻止声明发出。",
553: "Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_d_2809": "应为 声明或语句。此 \"=\" 遵循语句块,因此如果打算编写重构赋值,则可能需要用括号将整个赋值括起来。",
584: "Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file_6170": "[已弃用] 请改用 \"--outFile\"。 连接并发出到单个文件的输出",
585: "Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files_6160": "[已弃用] 请改 用 \"--skipLibCheck\"。请跳过默认库声明文件的类型检查。",
595: "Directory_0_does_not_exist_skipping_all_lookups_in_it_6148": "目录“{0}”不存在,正在跳过该目录中的所有查找。",
613: "Disable_size_limitations_on_JavaScript_projects_6162": "禁用对 JavaScript 项目的大小限制。",
646: "Duplicate_identifier_newTarget_Compiler_uses_variable_declaration_newTarget_to_capture_new_target_me_2543": "标识 符 \"_newTarget\" 重复。编译器使用变量声明 \"_newTarget\" 来捕获 \"new.target\" 元属性引用。",
647: "Duplicate_identifier_this_Compiler_uses_variable_declaration_this_to_capture_this_reference_2399": "标识符 \"_this\" 重复。编译器使用变量声明 \"_this\" 来捕获 \"this\" 引用。",
669: "Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file_6151": "发出包含源映射而非包含单独文件的单个文件。",
675: "Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap__6152": "在单 个文件内发出源以及源映射;需要设置 \"--inlineSourceMap\" 或 \"--sourceMap\"。",
721: "Escape_sequence_0_is_not_allowed_1488": "不允许转义序列“{0}”。",
735: "Expected_a_capturing_group_name_1514": "应为捕获组名称。",
762: "Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference_2402": "表达式解析为 \"_super\", 编译器使用 \"_super\" 获取基类引用。",
763: "Expression_resolves_to_variable_declaration_newTarget_that_compiler_uses_to_capture_new_target_meta__2544": "表达 式解析为编辑器用于捕获 \"new.target\" 元属性引用的变量声明 \"_newTarget\"。",
764: "Expression_resolves_to_variable_declaration_this_that_compiler_uses_to_capture_this_reference_2400": "表达式解析为编译器用于捕获 \"this\" 引用的变量声明 \"_this\"。",
839: "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_1250": "面向“ES5”时,在严格 模式下,块内不允许函数声明。",
840: "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definiti_1251": "面向“ES5”时,在严格模式下,块内不允许函数声明。类定义自动处于严格模式。",
841: "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_au_1252": "面向“ES5”时,在严格模式下,块内不允许函数声明。模块自动处于严格模式。",
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/typescript/lib/ko/diagnosticMessages.generated.json | hits=78 =====
13: "A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backs_1522": "문자 클래스는 예약된 이중 문장 부호를 포함해서는 안됩니다. 백슬래시로 이스케이프하려고 하셨나요?",
39: "A_default_clause_cannot_appear_more_than_once_in_a_switch_statement_1113": "'default' 절은 'switch' 문에 두 번 이상 나올 수 없습니다.",
59: "A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any_2545": "mixin 클래스에는 'any[]' 형 식의 rest 매개 변수 하나를 사용하는 생성자가 있어야 합니다.",
90: "A_return_statement_cannot_be_used_inside_a_class_static_block_18041": "'return' 문은 클래스 정적 블록 내에서 사용할 수 없습니다.",
210: "Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file_6639": "tslib에서 도우미 함수를 파일별로 포함하는 대신 프로젝트당 한 번씩 가져오도록 허용합니다.",
247: "An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive_1198": "확장된 유니코드 이스케이프 값 은 0x0과 0x10FFFF(포함) 사이여야 합니다.",
289: "Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_t_1528": "단일 문자 이상과 일치할 수 있는 유니코드 속성은 유니코드 집합(v) 플래그가 설정된 경우에만 사용할 수 있습니다.",
290: "Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_characte_1518": "단일 문자보다 더 일치할 수 있는 모든 항목은 부정된 문자 클래스 내에서 유효하지 않습니다.",
318: "Block_scoped_variable_0_used_before_its_declaration_2448": "선언 전에 사용된 블록 범위 변수 '{0}'입니다.",
355: "Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_co_2766": "반복 기의 'next' 메서드에 '{1}' 형식이 필요하지만 포함 생성기는 항상 '{0}'을(를) 전송하므로 값에 반복을 위임할 수 없습니다.",
389: "Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1_2481": "블록 범위 선언 '{1}'과(와) 동일한 범위 내에서 외부 범위 변수 '{0}'을(를) 초기화할 수 없습니다.",
400: "Cannot_redeclare_block_scoped_variable_0_2451": "블록 범위 변수 '{0}'을(를) 다시 선언할 수 없습니다.",
444: "Classes_can_only_extend_a_single_class_1174": "클래스는 단일 클래스만 확장할 수 있습니다.",
468: "Concatenate_and_emit_output_to_single_file_6001": "출력을 연결하고 단일 파일로 내보냅니다.",
481: "Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_mod_6126": "포함 파일이 지정되지 않았고 루트 디렉터리를 확인할 수 없어 'node_modules' 폴더 조회를 건너뜁니다.",
508: "Convert_overload_list_to_single_signature_95118": "오버로드 목록을 단일 시그니처로 변환",
543: "Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_1537": "문자 클래스에서는 10진수 이스케이프 시퀀스 및 역참조를 사용할 수 없습니다.",
547: "Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_9005": "이 파일의 선언 내보내기에는 프라이빗 이름 '{0}'을(를) 사용해야 합니다. 명시적 형식 주석은 선언 내보내기를 차단 해제할 수 있습니다.",
553: "Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_d_2809": "선언 또는 문이 필요합니다. 이 '='은 문 블록을 따르므로 구조 파괴 할당을 작성하려는 경우 전체 할당을 괄호로 묶어야 할 수 있습 니다.",
584: "Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file_6170": "[사용되지 않음] 대신 '--outFile'을 사용합니다. 출력을 연결하고 단일 파일로 내보냅니다.",
585: "Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files_6160": "[사용되지 않음] 대신 '--skipLibCheck'를 사용합니다. 기본 라이브러리 선언 파일의 형식 검사를 건너뜁니다.",
595: "Directory_0_does_not_exist_skipping_all_lookups_in_it_6148": "'{0}' 디렉터리가 없으므로 이 디렉터리에서 모든 조회 를 건너뜁니다.",
613: "Disable_size_limitations_on_JavaScript_projects_6162": "JavaScript 프로젝트에 대한 크기 제한을 사용하지 않도록 설 정합니다.",
646: "Duplicate_identifier_newTarget_Compiler_uses_variable_declaration_newTarget_to_capture_new_target_me_2543": "'_newTarget' 식별자가 중복되었습니다. 컴파일러는 변수 선언 '_newTarget'을 사용하여 'new.target' 메타 속성 참조를 캡처합니다.",
647: "Duplicate_identifier_this_Compiler_uses_variable_declaration_this_to_capture_this_reference_2399": "중복 식별자 '_this'입니다. 컴파일러는 변수 선언 '_this'를 사용해서 'this' 참조를 캡처합니다.",
669: "Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file_6151": "별도의 파일을 사용하는 대신 소스 맵 과 함께 단일 파일을 내보냅니다.",
675: "Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap__6152": "단일 파일 내에서 소스 맵과 함께 소스를 내보냅니다. '--inlineSourceMap' 또는 '--sourceMap'을 설정해야 합니다.",
721: "Escape_sequence_0_is_not_allowed_1488": "이스케이프 시퀀스 '{0}'은(는) 허용되지 않습니다.",
735: "Expected_a_capturing_group_name_1514": "캡처 그룹 이름이 필요합니다.",
762: "Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference_2402": "컴파일러가 기본 클래스 참 조를 캡처하기 위해 사용하는 '_super'로 식이 확인됩니다.",
763: "Expression_resolves_to_variable_declaration_newTarget_that_compiler_uses_to_capture_new_target_meta__2544": "컴파 일러가 'new.target' 메타 속성 참조를 캡처하기 위해 사용하는 변수 선언 '_newTarget'으로 식이 확인됩니다.",
764: "Expression_resolves_to_variable_declaration_this_that_compiler_uses_to_capture_this_reference_2400": "컴파일러가 'this' 참조를 캡처하기 위해 사용하는 변수 선언 '_this'로 식이 확인됩니다.",
839: "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_1250": "'ES5'를 대상으로 하 는 경우 strict 모드의 블록 내에서 함수 선언을 사용할 수 없습니다.",
840: "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definiti_1251": "'ES5'를 대상으로 하는 경우 strict 모드의 블록 내에서 함수 선언을 사용할 수 없습니다. 클래스 정의는 자동으로 strict 모드가 됩 니다.",
841: "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_au_1252": "'ES5'를 대상으로 하는 경우 strict 모드의 블록 내에서 함수 선언을 사용할 수 없습니다. 모듈은 자동으로 strict 모드가 됩니다.",
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/chokidar/node_modules/glob-parent/README.md | hits=7 =====
41: Takes a string and returns the part of the path before the glob begins. Be aware of Escaping rules and Limitations below.
52: ## Escaping
54: The following characters have special significance in glob patterns and must be escaped if you want them to be treated as regular path characters:
73: ## Limitations
79: pair is escaped and the inner one contains a path separator. If you find
90: This cannot be used in conjunction with escape characters.
100: If you are using escape characters for a pattern without path parts (i.e.
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/chokidar/node_modules/glob-parent/CHANGELOG.md | hits=4 =====
13: * unescape exclamation mark ([#26](https://github.com/gulpjs/glob-parent/issues/26)) ([a98874f](https://github.com/gulpjs/glob-parent/commit/a98874f1a59e407f4fb1beb0db4efa8392da60bb))
56: * preserve escaped brace/bracket at end of string ([8cfb0ba](https://github.com/gulpjs/glob-parent/commit/8cfb0ba84202d51571340dcbaf61b79d16a26c76))
61: * trailing escaped square brackets ([99ec9fe](https://github.com/gulpjs/glob-parent/commit/99ec9fecc60ee488ded20a94dd4f18b4f55c4ccf))
73: * unescape glob-escaped dirnames on output ([598c533](https://github.com/gulpjs/glob-parent/commit/598c533bdf49c1428bc063aa9b8db40c5a86b030))
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/resolve/.github/INCIDENT_RESPONSE_PROCESS.md | hits=1 =====
32: - Proof-of-concept code (if available)
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/resolve/.github/THREAT_MODEL.md | hits=4 =====
13: ### 3. Conceptual System Diagram
57: | Tampering (path traversal, cache) | Validate input IDs for directory escapes; secure cache reads/writes; restrict cache to trusted sources[1][4]. |
59: | Denial of Service (resource exhaustion) | Limit recursive resolution depth; implement timeout; monitor for excessive filesystem operations[1]. |
70: 2. **Add resolution depth limiting and timeout.**
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/resolve/.github/FUNDING.yml | hits=7 =====
4: patreon: # Replace with a single Patreon username
5: open_collective: # Replace with a single Open Collective username
6: ko_fi: # Replace with a single Ko-fi username
8: community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9: liberapay: # Replace with a single Liberapay username
10: issuehunt: # Replace with a single IssueHunt username
11: otechie: # Replace with a single Otechie username
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/fast-glob/node_modules/glob-parent/README.md | hits=7 =====
41: Takes a string and returns the part of the path before the glob begins. Be aware of Escaping rules and Limitations below.
52: ## Escaping
54: The following characters have special significance in glob patterns and must be escaped if you want them to be treated as regular path characters:
73: ## Limitations
79: pair is escaped and the inner one contains a path separator. If you find
90: This cannot be used in conjunction with escape characters.
100: If you are using escape characters for a pattern without path parts (i.e.
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/fast-glob/node_modules/glob-parent/CHANGELOG.md | hits=4 =====
13: * unescape exclamation mark ([#26](https://github.com/gulpjs/glob-parent/issues/26)) ([a98874f](https://github.com/gulpjs/glob-parent/commit/a98874f1a59e407f4fb1beb0db4efa8392da60bb))
56: * preserve escaped brace/bracket at end of string ([8cfb0ba](https://github.com/gulpjs/glob-parent/commit/8cfb0ba84202d51571340dcbaf61b79d16a26c76))
61: * trailing escaped square brackets ([99ec9fe](https://github.com/gulpjs/glob-parent/commit/99ec9fecc60ee488ded20a94dd4f18b4f55c4ccf))
73: * unescape glob-escaped dirnames on output ([598c533](https://github.com/gulpjs/glob-parent/commit/598c533bdf49c1428bc063aa9b8db40c5a86b030))
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml | hits=7 =====
4: patreon: # Replace with a single Patreon username
5: open_collective: # Replace with a single Open Collective username
6: ko_fi: # Replace with a single Ko-fi username
8: community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9: liberapay: # Replace with a single Liberapay username
10: issuehunt: # Replace with a single IssueHunt username
11: otechie: # Replace with a single Otechie username
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@xyflow/react/README.md | hits=6 =====
21: - **Easy to use:** Seamless zooming and panning, single- and multi selection of graph elements and keyboard shortcuts are supported out of the box
25: - **Plugin Components:** [Background](https://reactflow.dev/api-reference/components/background), [MiniMap](https://reactflow.dev/api-reference/components/minimap) and [Controls](https://reactflow.dev/api-reference/components/controls)
54: Background,
85: <Background />
97: Run `pnpm build` once and then you can use `pnpm dev` for local development.
127: React Flow was initially developed for [datablocks](https://datablocks.pro), a graph-based editor for transforming, analyzing and visualizing data in the browser. Under the hood, React Flow depends on these great libraries:
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@remix-run/router/README.md | hits=1 =====
42: // False during the initial data load, true once we have our initial data
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@remix-run/router/LICENSE.md | hits=2 =====
9: in the Software without restriction, including without limitation the rights
18: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@remix-run/router/CHANGELOG.md | hits=27 =====
45: - Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12169](https://github.com/remix-run/react-router/pull/12169))
82: - We used to cache in-progress calls to `patchRoutesOnNavigation` internally so that multiple navigations with the same start/end would only execute the function once and use the same promise
106: - Fix blocker usage when `blocker.proceed` is called quickly/synchronously ([#11930](https://github.com/remix-run/react-router/pull/11930))
124: - Add a new `unstable_data()` API for usage with Remix Single Fetch ([#11836](https://github.com/remix-run/react-router/pull/11836))
127: - This allows for more advanced serialization tactics via `unstable_dataStrategy` such as serializing via `turbo-stream` in Remix Single Fetch
134: - When a `fetcher.load` is interrupted by an `action` submission, we track it internally and force revalidation once the `action` completes
140: - During initial hydration, `router.state.matches` will now include any partial matches so that we can render ancestor `HydrateFallback` components
146: - Stabilize `future.unstable_skipActionErrorRevalidation` as `future.v7_skipActionErrorRevalidation` ([#11769](https://github.com/remix-run/react-router/pull/11769))
184: - The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more
186: - Add a new `future.unstable_skipActionRevalidation` future flag ([#11098](https://github.com/remix-run/react-router/pull/11098))
192: - Added a `skipLoaderErrorBubbling` flag to `staticHandler.query` to disable error bubbling on loader executions for single-fetch scenarios where the client-side router will handle the bubbling ([#11098](https://github.com/remix-run/react-r
244: - Added a new `future.v7_partialHydration` future flag that enables partial hydration of a data router when Server-Side Rendering. This allows you to provide `hydrationData.loaderData` that has values for _some_ initially matched route load
246: For example, the following router has a `root` and `index` route, but only provided `hydrationData.loaderData` for the `root` route. Because the `index` route has a `loader`, we need to run that during initialization. With `future.v7_partia
256: Fallback: RootFallback,
263: HydrateFallback: IndexFallback,
281: If the above example did not have an `IndexFallback`, then `RouterProvider` would instead render the `RootFallback` while it executed the `indexLoader`.
283: **Note:** When `future.v7_partialHydration` is provided, the `<RouterProvider fallbackElement>` prop is ignored since you can move it to a `Fallback` on your top-most route. The `fallbackElement` prop will be removed in React Router v7 when
292: **The Background**
293: This decision was originally made thinking that it would make the concept of nested different sections of your apps in `<Routes>` easier if relative routing would _replace_ the current splat:
331: The problem is that this concept of ignoring part of a path breaks a lot of other assumptions in React Router - namely that `"."` always means the current location pathname for that route. When we ignore the splat portion, we start getting
477: - Fetchers that previously unmounted _while in-flight_ will not be immediately aborted and will instead be cleaned up once they return to an `idle` state. They will remain exposed via `useFetchers` while in-flight so you can still access pe
481: - Once a fetcher has been totally unmounted, we can ignore post-processing of a persisted fetcher result such as a redirect or an error
543: - Fix issues with reused blockers on subsequent navigations ([#10656](https://github.com/remix-run/react-router/pull/10656))
595: - Fix `unstable_useBlocker` key issues in `StrictMode` ([#10573](https://github.com/remix-run/react-router/pull/10573))
742: - Remove inaccurate console warning for POP navigations and update active blocker logic ([#10030](https://github.com/remix-run/react-router/pull/10030))
763: - Added support for navigation blocking APIs ([#9709](https://github.com/remix-run/react-router/pull/9709))
793: - Skip initial scroll restoration for SSR apps with `hydrationData` ([#9664](https://github.com/remix-run/react-router/pull/9664))
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@nodelib/fs.walk/README.md | hits=4 =====
127: // Skip all directories that starts with `node_modules`
148: A function that allows you to skip errors that occur when reading directories.
150: For example, you can skip `ENOENT` errors if required:
153: // Skip all ENOENT errors
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/es-errors/.github/FUNDING.yml | hits=8 =====
4: patreon: # Replace with a single Patreon username
5: open_collective: # Replace with a single Open Collective username
6: ko_fi: # Replace with a single Ko-fi username
8: community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9: liberapay: # Replace with a single Liberapay username
10: issuehunt: # Replace with a single IssueHunt username
11: otechie: # Replace with a single Otechie username
12: custom: # Replace with a single custom sponsorship URL
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@alloc/quick-lru/readme.md | hits=1 =====
5: Useful when you need to cache something and limit memory usage.
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/tailwindcss/stubs/.prettierrc.json | hits=1 =====
4: "singleQuote": true,
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@adobe/css-tools/README.md | hits=2 =====
94: .valid { background: green; }
140: ## Background
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@adobe/css-tools/package.json | hits=1 =====
60: "author": "TJ Holowaychuk <tj@vision-media.ca>",
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@adobe/css-tools/docs/AST.md | hits=8 =====
89: "property": "background-color",
115: - `rules`: Array of rules within the media block
217: - `rules`: Array of rules within the supports block
237: - `rules`: Array of rules within the document block
259: - `rules`: Array of rules within the host block
267: - `rules`: Array of rules within the container block
275: - `rules` (optional): Array of rules within the layer block
290: - `rules`: Array of rules within the starting-style block
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@adobe/css-tools/docs/API.md | hits=1 =====
208: .valid { background: green; }
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@adobe/css-tools/docs/CHANGELOG.md | hits=2 =====
14: - Add generic at-rule fallback — unknown `@foo { ... }` and `@foo ...;` rules are preserved as `CssGenericAtRuleAST` instead of being dropped
139: - Fix parsing of escaped quotes in quoted strings
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@adobe/css-tools/docs/EXAMPLES.md | hits=10 =====
65: .valid { background: green; }
92: background: #f0f0f0;
109: // background: #f0f0f0
178: background: red; /* Fallback color */
183: background: blue;
316: background: blue;
333: const backgroundDecl = rule.declarations.find(d => d.property === 'background');
334: if (backgroundDecl) {
335: backgroundDecl.value = 'red';
371: .valid { background: green; }
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/jsdom/lib/jsdom/browser/js-globals.json | hits=2 =====
272: "escape": {
277: "unescape": {
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/reusify/.github/dependabot.yml | hits=1 =====
7: open-pull-requests-limit: 10
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@dnd-kit/accessibility/CHANGELOG.md | hits=2 =====
72: - [`2833337`](https://github.com/clauderic/dnd-kit/commit/2833337043719853902c3989dfcd5b55ae9ddc73) [#186](https://github.com/clauderic/dnd-kit/pull/186) Thanks [@clauderic](https://github.com/clauderic)! - Simplify `useAnnouncement` hook t
74: - The current strategy used in the useAnnouncement hook is needlessly complex. It's not actually necessary to render multiple announcements at once within the LiveRegion component. It's sufficient to render a single announcement at a time.
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@dnd-kit/sortable/README.md | hits=2 =====
5: The sortable preset provides the building blocks to build sortable interfaces with @dnd-kit.
19: The sortable preset exposes two main concepts: `SortableContext` and the `useSortable` hook:
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@dnd-kit/sortable/CHANGELOG.md | hits=10 =====
57: The default `sortableKeyboardCoordinates` function that is exported from the `@dnd-kit/sortable` package has been updated to better handle cases where the collision rectangle is overlapping droppable rectangles. For example, for `down` arro
72: Introducing the concept of activator node refs for `useDraggable` and `useSortable`. This allows @dnd-kit to handle common use-cases such as restoring focus on the activator node after dragging via the keyboard or only allowing the activato
136: - [#757](https://github.com/clauderic/dnd-kit/pull/757) [`e6d544f`](https://github.com/clauderic/dnd-kit/commit/e6d544f3f775e6a43de25d1aee67efeec0d5db58) Thanks [@clauderic](https://github.com/clauderic)! - The `wasDragging` property of `an
170: - Reduced the number of concepts related to measuring from `ViewRect`, `LayoutRect` to just a single concept of `ClientRect`.
194: It also serves as an optimization until context selectors are implemented in React, properties that change often, such as the droppable containers and droppable rects, the transform value and array of collisions should be stored on a differ
219: This is a breaking change that requires all collision detection strategies to be updated to return an array of `Collision` rather than a single `UniqueIdentifier`
221: The `over` property remains a single `UniqueIdentifier`, and is set to the first item in returned in the collisions array.
262: /** Represents the debounce timeout between when resize events are observed and when elements are re-measured */
263: timeout?: number;
267: By default, only the current droppable is scheduled to be re-measured when a resize event is observed. However, this may not be suitable for all use-cases. When an element resizes, it can affect the layout and position of other elements, su
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@dnd-kit/core/CHANGELOG.md | hits=18 =====
396: - An error had to be thrown if there was no active node during the activation phase of the keyboard sensor. This shouldn't be a concern of the keyboard sensor.
429: Introducing the concept of activator node refs for `useDraggable` and `useSortable`. This allows @dnd-kit to handle common use-cases such as restoring focus on the activator node after dragging via the keyboard or only allowing the activato
519: To enable/disable layout shift scroll compensation for a single scroll axis, pass in the following autoscroll configuration to `<DndContext>`:
552: - [#742](https://github.com/clauderic/dnd-kit/pull/742) [`7161f70`](https://github.com/clauderic/dnd-kit/commit/7161f702c9fe06f8dafa6449d48b918070ca46fb) Thanks [@clauderic](https://github.com/clauderic)! - Fallback to initial rect measured
604: This is a breaking change that requires all collision detection strategies to be updated to return an array of `Collision` rather than a single `UniqueIdentifier`
606: The `over` property remains a single `UniqueIdentifier`, and is set to the first item in returned in the collisions array.
647: /** Represents the debounce timeout between when resize events are observed and when elements are re-measured */
648: timeout?: number;
652: By default, only the current droppable is scheduled to be re-measured when a resize event is observed. However, this may not be suitable for all use-cases. When an element resizes, it can affect the layout and position of other elements, su
673: - Reduced the number of concepts related to measuring from `ViewRect`, `LayoutRect` to just a single concept of `ClientRect`.
697: It also serves as an optimization until context selectors are implemented in React, properties that change often, such as the droppable containers and droppable rects, the transform value and array of collisions should be stored on a differ
842: - [#377](https://github.com/clauderic/dnd-kit/pull/377) [`422d083`](https://github.com/clauderic/dnd-kit/commit/422d0831173a893099ba924bf7bbc465640fc15d) Thanks [@clauderic](https://github.com/clauderic)! - Pointer, Mouse and Touch sensors
846: - [`5a41340`](https://github.com/clauderic/dnd-kit/commit/5a41340e6561c3784da2a9266e1b852ba370918c) Thanks [@clauderic](https://github.com/clauderic)! - Pointer, Mouse and Touch sensors now prevent selection changes and clear any existing s
858: - [`1fe9b5c`](https://github.com/clauderic/dnd-kit/commit/1fe9b5c9d34237aae6ab22d54478c419d44a079a) Thanks [@clauderic](https://github.com/clauderic)! - The TouchSensor attempts to prevent the default browser behavior of scrolling the page
1000: - [`2833337`](https://github.com/clauderic/dnd-kit/commit/2833337043719853902c3989dfcd5b55ae9ddc73) [#186](https://github.com/clauderic/dnd-kit/pull/186) Thanks [@clauderic](https://github.com/clauderic)! - Simplify `useAnnouncement` hook t
1002: - The current strategy used in the useAnnouncement hook is needlessly complex. It's not actually necessary to render multiple announcements at once within the LiveRegion component. It's sufficient to render a single announcement at a time.
1145: - [`a76cd5a`](https://github.com/clauderic/dnd-kit/commit/a76cd5abcc0b17eae20d4a6256d95b47f2e9d050) [#136](https://github.com/clauderic/dnd-kit/pull/136) Thanks [@clauderic](https://github.com/clauderic)! - Added `onActivation` option to se
1155: - [`ac674e8`](https://github.com/clauderic/dnd-kit/commit/ac674e8e9f9e041af96034675a075cb9aa357927) [#135](https://github.com/clauderic/dnd-kit/pull/135) Thanks [@ranbena](https://github.com/ranbena)! - Added `dragCancel` prop to DndContext
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@dnd-kit/utilities/CHANGELOG.md | hits=1 =====
40: - Reduced the number of concepts related to measuring from `ViewRect`, `LayoutRect` to just a single concept of `ClientRect`.
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@csstools/css-calc/LICENSE.md | hits=2 =====
7: the Software without restriction, including without limitation the rights to
16: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@csstools/color-helpers/LICENSE.md | hits=2 =====
7: the Software without restriction, including without limitation the rights to
13: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@csstools/css-color-parser/LICENSE.md | hits=2 =====
7: the Software without restriction, including without limitation the rights to
16: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@csstools/css-tokenizer/LICENSE.md | hits=2 =====
7: the Software without restriction, including without limitation the rights to
16: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@csstools/css-parser-algorithms/LICENSE.md | hits=2 =====
7: the Software without restriction, including without limitation the rights to
16: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/entities/src/generated/.eslintrc.json | hits=3 =====
4: "capitalized-comments": 0,
5: "unicorn/escape-case": 0,
6: "unicorn/no-hex-escape": 0,
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@testing-library/react/README.md | hits=1 =====
387: > NOTE: it is not recommended to test single-use custom hooks in isolation from
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@testing-library/jest-dom/README.md | hits=15 =====
126: Import `@testing-library/jest-dom` once (for instance in your [tests setup
868: - if there's a single one with the given `name` attribute, it is treated as a
872: all treated collectively as a single form control, which returns the value
876: such a group treated as a single form control. This form control returns the
891: The above rules make it easy, for instance, to switch from using a single select
938: style="display: none; background-color: red"
950: background-color: red;
954: backgroundColor: 'red',
958: background-color: blue;
962: backgroundColor: 'blue',
1076: <label for="single-select-example">Fruit</label>
1077: <select id="single-select-example">
1098: const selectSingle = screen.getByLabelText('Fruit')
1105: expect(selectSingle).toHaveDisplayValue('Select a fruit...')
1106: expect(selectSingle).toHaveDisplayValue(/Select/)
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@testing-library/jest-dom/package.json | hits=1 =====
85: "css.escape": "^1.5.1",
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api/README.md | hits=2 =====
86: ✓ [expected fail] name_file-label-inline-block-elements-manual.html
87: ✓ [expected fail] name_file-label-inline-block-styles-manual.html
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api/LICENSE.md | hits=2 =====
7: in the Software without restriction, including without limitation the rights
16: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@testing-library/jest-dom/types/__tests__/jest/tsconfig.json | hits=1 =====
5: "skipLibCheck": true,
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/tsconfig.json | hits=1 =====
5: "skipLibCheck": true,
===== /home/hermes/.hermes/tools/montaj/montaj_assets/ui/node_modules/@testing-library/jest-dom/types/__tests__/