Skip to content

Commit a13d625

Browse files
committed
pump up the volu..... defaultMaximumTruncationLength
1 parent bdf43d2 commit a13d625

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

patches/typescript@5.6.3.patch

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ index 3ea9087202585e3e7ffeb6627106e060abcbf9f0..a01fd980332d27e11bb92e95b597729b
4242
The_left_hand_side_of_an_instanceof_expression_must_be_assignable_to_the_first_argument_of_the_right_hand_side_s_Symbol_hasInstance_method: diag(2860, 1 /* Error */, "The_left_hand_side_of_an_instanceof_expression_must_be_assignable_to_the_first_argument_of_the_right_2860", "The left-hand side of an 'instanceof' expression must be assignable to the first argument of the right-hand side's '[Symbol.hasInstance]' method."),
4343
An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_hand_side_of_an_instanceof_expression: diag(2861, 1 /* Error */, "An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_han_2861", "An object's '[Symbol.hasInstance]' method must return a boolean value for it to be used on the right-hand side of an 'instanceof' expression."),
4444
Type_0_is_generic_and_can_only_be_indexed_for_reading: diag(2862, 1 /* Error */, "Type_0_is_generic_and_can_only_be_indexed_for_reading_2862", "Type '{0}' is generic and can only be indexed for reading."),
45-
@@ -12463,7 +12463,7 @@ function isInternalDeclaration(node, sourceFile) {
45+
@@ -12462,7 +12462,7 @@ function isInternalDeclaration(node, sourceFile) {
4646
var resolvingEmptyArray = [];
4747
var externalHelpersModuleNameText = "tslib";
48-
var defaultMaximumTruncationLength = 160;
48+
-var defaultMaximumTruncationLength = 160;
49+
+var defaultMaximumTruncationLength = 1e60;
4950
-var noTruncationMaximumTruncationLength = 1e6;
5051
+var noTruncationMaximumTruncationLength = 1e60;
5152
function getDeclarationOfKind(symbol, kind) {
@@ -149,10 +150,11 @@ index 0c2c66fb524e13da65b1328ee489bc410dffccf4..837d015f2a91f27802651c982c40fe5c
149150
The_left_hand_side_of_an_instanceof_expression_must_be_assignable_to_the_first_argument_of_the_right_hand_side_s_Symbol_hasInstance_method: diag(2860, 1 /* Error */, "The_left_hand_side_of_an_instanceof_expression_must_be_assignable_to_the_first_argument_of_the_right_2860", "The left-hand side of an 'instanceof' expression must be assignable to the first argument of the right-hand side's '[Symbol.hasInstance]' method."),
150151
An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_hand_side_of_an_instanceof_expression: diag(2861, 1 /* Error */, "An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_han_2861", "An object's '[Symbol.hasInstance]' method must return a boolean value for it to be used on the right-hand side of an 'instanceof' expression."),
151152
Type_0_is_generic_and_can_only_be_indexed_for_reading: diag(2862, 1 /* Error */, "Type_0_is_generic_and_can_only_be_indexed_for_reading_2862", "Type '{0}' is generic and can only be indexed for reading."),
152-
@@ -16055,7 +16055,7 @@ function isInternalDeclaration(node, sourceFile) {
153+
@@ -16054,7 +16054,7 @@ function isInternalDeclaration(node, sourceFile) {
153154
var resolvingEmptyArray = [];
154155
var externalHelpersModuleNameText = "tslib";
155-
var defaultMaximumTruncationLength = 160;
156+
-var defaultMaximumTruncationLength = 160;
157+
+var defaultMaximumTruncationLength = 1e60;
156158
-var noTruncationMaximumTruncationLength = 1e6;
157159
+var noTruncationMaximumTruncationLength = 1e60;
158160
function getDeclarationOfKind(symbol, kind) {

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)