typescript 5.5.0-dev.20240226 → 5.5.0-dev.20240228
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/tsc.js +80 -214
- package/lib/tsserver.js +106 -239
- package/lib/typescript.d.ts +2 -0
- package/lib/typescript.js +107 -246
- package/lib/typingsInstaller.js +16 -17
- package/package.json +2 -2
package/lib/tsc.js
CHANGED
|
@@ -18,7 +18,7 @@ and limitations under the License.
|
|
|
18
18
|
|
|
19
19
|
// src/compiler/corePublic.ts
|
|
20
20
|
var versionMajorMinor = "5.5";
|
|
21
|
-
var version = `${versionMajorMinor}.0-dev.
|
|
21
|
+
var version = `${versionMajorMinor}.0-dev.20240228`;
|
|
22
22
|
|
|
23
23
|
// src/compiler/core.ts
|
|
24
24
|
var emptyArray = [];
|
|
@@ -5744,7 +5744,7 @@ var Diagnostics = {
|
|
|
5744
5744
|
A_set_accessor_parameter_cannot_have_an_initializer: diag(1052, 1 /* Error */, "A_set_accessor_parameter_cannot_have_an_initializer_1052", "A 'set' accessor parameter cannot have an initializer."),
|
|
5745
5745
|
A_set_accessor_cannot_have_rest_parameter: diag(1053, 1 /* Error */, "A_set_accessor_cannot_have_rest_parameter_1053", "A 'set' accessor cannot have rest parameter."),
|
|
5746
5746
|
A_get_accessor_cannot_have_parameters: diag(1054, 1 /* Error */, "A_get_accessor_cannot_have_parameters_1054", "A 'get' accessor cannot have parameters."),
|
|
5747
|
-
|
|
5747
|
+
Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compatible_constructor_value: diag(1055, 1 /* Error */, "Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compa_1055", "Type '{0}' is not a valid async function return type in ES5 because it does not refer to a Promise-compatible constructor value."),
|
|
5748
5748
|
Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher: diag(1056, 1 /* Error */, "Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056", "Accessors are only available when targeting ECMAScript 5 and higher."),
|
|
5749
5749
|
The_return_type_of_an_async_function_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member: diag(1058, 1 /* Error */, "The_return_type_of_an_async_function_must_either_be_a_valid_promise_or_must_not_contain_a_callable_t_1058", "The return type of an async function must either be a valid promise or must not contain a callable 'then' member."),
|
|
5750
5750
|
A_promise_must_have_a_then_method: diag(1059, 1 /* Error */, "A_promise_must_have_a_then_method_1059", "A promise must have a 'then' method."),
|
|
@@ -5903,9 +5903,9 @@ var Diagnostics = {
|
|
|
5903
5903
|
A_type_literal_property_cannot_have_an_initializer: diag(1247, 1 /* Error */, "A_type_literal_property_cannot_have_an_initializer_1247", "A type literal property cannot have an initializer."),
|
|
5904
5904
|
A_class_member_cannot_have_the_0_keyword: diag(1248, 1 /* Error */, "A_class_member_cannot_have_the_0_keyword_1248", "A class member cannot have the '{0}' keyword."),
|
|
5905
5905
|
A_decorator_can_only_decorate_a_method_implementation_not_an_overload: diag(1249, 1 /* Error */, "A_decorator_can_only_decorate_a_method_implementation_not_an_overload_1249", "A decorator can only decorate a method implementation, not an overload."),
|
|
5906
|
-
|
|
5907
|
-
|
|
5908
|
-
|
|
5906
|
+
Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5: diag(1250, 1 /* Error */, "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_1250", "Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'."),
|
|
5907
|
+
Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definitions_are_automatically_in_strict_mode: diag(1251, 1 /* Error */, "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definiti_1251", "Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'. Class definitions are automatically in strict mode."),
|
|
5908
|
+
Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_automatically_in_strict_mode: diag(1252, 1 /* Error */, "Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_au_1252", "Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'. Modules are automatically in strict mode."),
|
|
5909
5909
|
Abstract_properties_can_only_appear_within_an_abstract_class: diag(1253, 1 /* Error */, "Abstract_properties_can_only_appear_within_an_abstract_class_1253", "Abstract properties can only appear within an abstract class."),
|
|
5910
5910
|
A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_reference: diag(1254, 1 /* Error */, "A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254", "A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference."),
|
|
5911
5911
|
A_definite_assignment_assertion_is_not_permitted_in_this_context: diag(1255, 1 /* Error */, "A_definite_assignment_assertion_is_not_permitted_in_this_context_1255", "A definite assignment assertion '!' is not permitted in this context."),
|
|
@@ -6342,7 +6342,7 @@ var Diagnostics = {
|
|
|
6342
6342
|
Tuple_type_0_of_length_1_has_no_element_at_index_2: diag(2493, 1 /* Error */, "Tuple_type_0_of_length_1_has_no_element_at_index_2_2493", "Tuple type '{0}' of length '{1}' has no element at index '{2}'."),
|
|
6343
6343
|
Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher: diag(2494, 1 /* Error */, "Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher_2494", "Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher."),
|
|
6344
6344
|
Type_0_is_not_an_array_type_or_a_string_type: diag(2495, 1 /* Error */, "Type_0_is_not_an_array_type_or_a_string_type_2495", "Type '{0}' is not an array type or a string type."),
|
|
6345
|
-
|
|
6345
|
+
The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES5_Consider_using_a_standard_function_expression: diag(2496, 1 /* Error */, "The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES5_Consider_using_a_standard_func_2496", "The 'arguments' object cannot be referenced in an arrow function in ES5. Consider using a standard function expression."),
|
|
6346
6346
|
This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_referencing_its_default_export: diag(2497, 1 /* Error */, "This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497", "This module can only be referenced with ECMAScript imports/exports by turning on the '{0}' flag and referencing its default export."),
|
|
6347
6347
|
Module_0_uses_export_and_cannot_be_used_with_export_Asterisk: diag(2498, 1 /* Error */, "Module_0_uses_export_and_cannot_be_used_with_export_Asterisk_2498", "Module '{0}' uses 'export =' and cannot be used with 'export *'."),
|
|
6348
6348
|
An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments: diag(2499, 1 /* Error */, "An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499", "An interface can only extend an identifier/qualified-name with optional type arguments."),
|
|
@@ -6367,7 +6367,7 @@ var Diagnostics = {
|
|
|
6367
6367
|
A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard: diag(2518, 1 /* Error */, "A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard_2518", "A 'this'-based type guard is not compatible with a parameter-based type guard."),
|
|
6368
6368
|
An_async_iterator_must_have_a_next_method: diag(2519, 1 /* Error */, "An_async_iterator_must_have_a_next_method_2519", "An async iterator must have a 'next()' method."),
|
|
6369
6369
|
Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions: diag(2520, 1 /* Error */, "Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions_2520", "Duplicate identifier '{0}'. Compiler uses declaration '{1}' to support async functions."),
|
|
6370
|
-
|
|
6370
|
+
The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES5_Consider_using_a_standard_function_or_method: diag(2522, 1 /* Error */, "The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES5_Consider_using_a_sta_2522", "The 'arguments' object cannot be referenced in an async function or method in ES5. Consider using a standard function or method."),
|
|
6371
6371
|
yield_expressions_cannot_be_used_in_a_parameter_initializer: diag(2523, 1 /* Error */, "yield_expressions_cannot_be_used_in_a_parameter_initializer_2523", "'yield' expressions cannot be used in a parameter initializer."),
|
|
6372
6372
|
await_expressions_cannot_be_used_in_a_parameter_initializer: diag(2524, 1 /* Error */, "await_expressions_cannot_be_used_in_a_parameter_initializer_2524", "'await' expressions cannot be used in a parameter initializer."),
|
|
6373
6373
|
Initializer_provides_no_value_for_this_binding_element_and_the_binding_element_has_no_default_value: diag(2525, 1 /* Error */, "Initializer_provides_no_value_for_this_binding_element_and_the_binding_element_has_no_default_value_2525", "Initializer provides no value for this binding element and the binding element has no default value."),
|
|
@@ -6527,14 +6527,14 @@ var Diagnostics = {
|
|
|
6527
6527
|
_0_only_refers_to_a_type_but_is_being_used_as_a_namespace_here: diag(2702, 1 /* Error */, "_0_only_refers_to_a_type_but_is_being_used_as_a_namespace_here_2702", "'{0}' only refers to a type, but is being used as a namespace here."),
|
|
6528
6528
|
The_operand_of_a_delete_operator_must_be_a_property_reference: diag(2703, 1 /* Error */, "The_operand_of_a_delete_operator_must_be_a_property_reference_2703", "The operand of a 'delete' operator must be a property reference."),
|
|
6529
6529
|
The_operand_of_a_delete_operator_cannot_be_a_read_only_property: diag(2704, 1 /* Error */, "The_operand_of_a_delete_operator_cannot_be_a_read_only_property_2704", "The operand of a 'delete' operator cannot be a read-only property."),
|
|
6530
|
-
|
|
6530
|
+
An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option: diag(2705, 1 /* Error */, "An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_2705", "An async function or method in ES5 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option."),
|
|
6531
6531
|
Required_type_parameters_may_not_follow_optional_type_parameters: diag(2706, 1 /* Error */, "Required_type_parameters_may_not_follow_optional_type_parameters_2706", "Required type parameters may not follow optional type parameters."),
|
|
6532
6532
|
Generic_type_0_requires_between_1_and_2_type_arguments: diag(2707, 1 /* Error */, "Generic_type_0_requires_between_1_and_2_type_arguments_2707", "Generic type '{0}' requires between {1} and {2} type arguments."),
|
|
6533
6533
|
Cannot_use_namespace_0_as_a_value: diag(2708, 1 /* Error */, "Cannot_use_namespace_0_as_a_value_2708", "Cannot use namespace '{0}' as a value."),
|
|
6534
6534
|
Cannot_use_namespace_0_as_a_type: diag(2709, 1 /* Error */, "Cannot_use_namespace_0_as_a_type_2709", "Cannot use namespace '{0}' as a type."),
|
|
6535
6535
|
_0_are_specified_twice_The_attribute_named_0_will_be_overwritten: diag(2710, 1 /* Error */, "_0_are_specified_twice_The_attribute_named_0_will_be_overwritten_2710", "'{0}' are specified twice. The attribute named '{0}' will be overwritten."),
|
|
6536
6536
|
A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES2015_in_your_lib_option: diag(2711, 1 /* Error */, "A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES20_2711", "A dynamic import call returns a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option."),
|
|
6537
|
-
|
|
6537
|
+
A_dynamic_import_call_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option: diag(2712, 1 /* Error */, "A_dynamic_import_call_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_t_2712", "A dynamic import call in ES5 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option."),
|
|
6538
6538
|
Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_property_1_in_0_with_0_1: diag(2713, 1 /* Error */, "Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_p_2713", `Cannot access '{0}.{1}' because '{0}' is a type, but not a namespace. Did you mean to retrieve the type of the property '{1}' in '{0}' with '{0}["{1}"]'?`),
|
|
6539
6539
|
The_expression_of_an_export_assignment_must_be_an_identifier_or_qualified_name_in_an_ambient_context: diag(2714, 1 /* Error */, "The_expression_of_an_export_assignment_must_be_an_identifier_or_qualified_name_in_an_ambient_context_2714", "The expression of an export assignment must be an identifier or qualified name in an ambient context."),
|
|
6540
6540
|
Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor: diag(2715, 1 /* Error */, "Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor_2715", "Abstract property '{0}' in class '{1}' cannot be accessed in the constructor."),
|
|
@@ -6800,7 +6800,6 @@ var Diagnostics = {
|
|
|
6800
6800
|
Could_not_write_file_0_Colon_1: diag(5033, 1 /* Error */, "Could_not_write_file_0_Colon_1_5033", "Could not write file '{0}': {1}."),
|
|
6801
6801
|
Option_project_cannot_be_mixed_with_source_files_on_a_command_line: diag(5042, 1 /* Error */, "Option_project_cannot_be_mixed_with_source_files_on_a_command_line_5042", "Option 'project' cannot be mixed with source files on a command line."),
|
|
6802
6802
|
Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES2015_or_higher: diag(5047, 1 /* Error */, "Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047", "Option 'isolatedModules' can only be used when either option '--module' is provided or option 'target' is 'ES2015' or higher."),
|
|
6803
|
-
Option_0_cannot_be_specified_when_option_target_is_ES3: diag(5048, 1 /* Error */, "Option_0_cannot_be_specified_when_option_target_is_ES3_5048", "Option '{0}' cannot be specified when option 'target' is 'ES3'."),
|
|
6804
6803
|
Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided: diag(5051, 1 /* Error */, "Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051", "Option '{0} can only be used when either option '--inlineSourceMap' or option '--sourceMap' is provided."),
|
|
6805
6804
|
Option_0_cannot_be_specified_without_specifying_option_1: diag(5052, 1 /* Error */, "Option_0_cannot_be_specified_without_specifying_option_1_5052", "Option '{0}' cannot be specified without specifying option '{1}'."),
|
|
6806
6805
|
Option_0_cannot_be_specified_with_option_1: diag(5053, 1 /* Error */, "Option_0_cannot_be_specified_with_option_1_5053", "Option '{0}' cannot be specified with option '{1}'."),
|
|
@@ -7022,7 +7021,7 @@ var Diagnostics = {
|
|
|
7022
7021
|
Show_all_compiler_options: diag(6169, 3 /* Message */, "Show_all_compiler_options_6169", "Show all compiler options."),
|
|
7023
7022
|
Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file: diag(6170, 3 /* Message */, "Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file_6170", "[Deprecated] Use '--outFile' instead. Concatenate and emit output to single file"),
|
|
7024
7023
|
Command_line_Options: diag(6171, 3 /* Message */, "Command_line_Options_6171", "Command-line Options"),
|
|
7025
|
-
|
|
7024
|
+
Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5: diag(6179, 3 /* Message */, "Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_6179", "Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5'."),
|
|
7026
7025
|
Enable_all_strict_type_checking_options: diag(6180, 3 /* Message */, "Enable_all_strict_type_checking_options_6180", "Enable all strict type-checking options."),
|
|
7027
7026
|
Scoped_package_detected_looking_in_0: diag(6182, 3 /* Message */, "Scoped_package_detected_looking_in_0_6182", "Scoped package detected, looking in '{0}'"),
|
|
7028
7027
|
Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2: diag(6183, 3 /* Message */, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_6183", "Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),
|
|
@@ -7970,8 +7969,6 @@ var textToToken = new Map(Object.entries({
|
|
|
7970
7969
|
"#": 63 /* HashToken */,
|
|
7971
7970
|
"`": 62 /* BacktickToken */
|
|
7972
7971
|
}));
|
|
7973
|
-
var unicodeES3IdentifierStart = [170, 170, 181, 181, 186, 186, 192, 214, 216, 246, 248, 543, 546, 563, 592, 685, 688, 696, 699, 705, 720, 721, 736, 740, 750, 750, 890, 890, 902, 902, 904, 906, 908, 908, 910, 929, 931, 974, 976, 983, 986, 1011, 1024, 1153, 1164, 1220, 1223, 1224, 1227, 1228, 1232, 1269, 1272, 1273, 1329, 1366, 1369, 1369, 1377, 1415, 1488, 1514, 1520, 1522, 1569, 1594, 1600, 1610, 1649, 1747, 1749, 1749, 1765, 1766, 1786, 1788, 1808, 1808, 1810, 1836, 1920, 1957, 2309, 2361, 2365, 2365, 2384, 2384, 2392, 2401, 2437, 2444, 2447, 2448, 2451, 2472, 2474, 2480, 2482, 2482, 2486, 2489, 2524, 2525, 2527, 2529, 2544, 2545, 2565, 2570, 2575, 2576, 2579, 2600, 2602, 2608, 2610, 2611, 2613, 2614, 2616, 2617, 2649, 2652, 2654, 2654, 2674, 2676, 2693, 2699, 2701, 2701, 2703, 2705, 2707, 2728, 2730, 2736, 2738, 2739, 2741, 2745, 2749, 2749, 2768, 2768, 2784, 2784, 2821, 2828, 2831, 2832, 2835, 2856, 2858, 2864, 2866, 2867, 2870, 2873, 2877, 2877, 2908, 2909, 2911, 2913, 2949, 2954, 2958, 2960, 2962, 2965, 2969, 2970, 2972, 2972, 2974, 2975, 2979, 2980, 2984, 2986, 2990, 2997, 2999, 3001, 3077, 3084, 3086, 3088, 3090, 3112, 3114, 3123, 3125, 3129, 3168, 3169, 3205, 3212, 3214, 3216, 3218, 3240, 3242, 3251, 3253, 3257, 3294, 3294, 3296, 3297, 3333, 3340, 3342, 3344, 3346, 3368, 3370, 3385, 3424, 3425, 3461, 3478, 3482, 3505, 3507, 3515, 3517, 3517, 3520, 3526, 3585, 3632, 3634, 3635, 3648, 3654, 3713, 3714, 3716, 3716, 3719, 3720, 3722, 3722, 3725, 3725, 3732, 3735, 3737, 3743, 3745, 3747, 3749, 3749, 3751, 3751, 3754, 3755, 3757, 3760, 3762, 3763, 3773, 3773, 3776, 3780, 3782, 3782, 3804, 3805, 3840, 3840, 3904, 3911, 3913, 3946, 3976, 3979, 4096, 4129, 4131, 4135, 4137, 4138, 4176, 4181, 4256, 4293, 4304, 4342, 4352, 4441, 4447, 4514, 4520, 4601, 4608, 4614, 4616, 4678, 4680, 4680, 4682, 4685, 4688, 4694, 4696, 4696, 4698, 4701, 4704, 4742, 4744, 4744, 4746, 4749, 4752, 4782, 4784, 4784, 4786, 4789, 4792, 4798, 4800, 4800, 4802, 4805, 4808, 4814, 4816, 4822, 4824, 4846, 4848, 4878, 4880, 4880, 4882, 4885, 4888, 4894, 4896, 4934, 4936, 4954, 5024, 5108, 5121, 5740, 5743, 5750, 5761, 5786, 5792, 5866, 6016, 6067, 6176, 6263, 6272, 6312, 7680, 7835, 7840, 7929, 7936, 7957, 7960, 7965, 7968, 8005, 8008, 8013, 8016, 8023, 8025, 8025, 8027, 8027, 8029, 8029, 8031, 8061, 8064, 8116, 8118, 8124, 8126, 8126, 8130, 8132, 8134, 8140, 8144, 8147, 8150, 8155, 8160, 8172, 8178, 8180, 8182, 8188, 8319, 8319, 8450, 8450, 8455, 8455, 8458, 8467, 8469, 8469, 8473, 8477, 8484, 8484, 8486, 8486, 8488, 8488, 8490, 8493, 8495, 8497, 8499, 8505, 8544, 8579, 12293, 12295, 12321, 12329, 12337, 12341, 12344, 12346, 12353, 12436, 12445, 12446, 12449, 12538, 12540, 12542, 12549, 12588, 12593, 12686, 12704, 12727, 13312, 19893, 19968, 40869, 40960, 42124, 44032, 55203, 63744, 64045, 64256, 64262, 64275, 64279, 64285, 64285, 64287, 64296, 64298, 64310, 64312, 64316, 64318, 64318, 64320, 64321, 64323, 64324, 64326, 64433, 64467, 64829, 64848, 64911, 64914, 64967, 65008, 65019, 65136, 65138, 65140, 65140, 65142, 65276, 65313, 65338, 65345, 65370, 65382, 65470, 65474, 65479, 65482, 65487, 65490, 65495, 65498, 65500];
|
|
7974
|
-
var unicodeES3IdentifierPart = [170, 170, 181, 181, 186, 186, 192, 214, 216, 246, 248, 543, 546, 563, 592, 685, 688, 696, 699, 705, 720, 721, 736, 740, 750, 750, 768, 846, 864, 866, 890, 890, 902, 902, 904, 906, 908, 908, 910, 929, 931, 974, 976, 983, 986, 1011, 1024, 1153, 1155, 1158, 1164, 1220, 1223, 1224, 1227, 1228, 1232, 1269, 1272, 1273, 1329, 1366, 1369, 1369, 1377, 1415, 1425, 1441, 1443, 1465, 1467, 1469, 1471, 1471, 1473, 1474, 1476, 1476, 1488, 1514, 1520, 1522, 1569, 1594, 1600, 1621, 1632, 1641, 1648, 1747, 1749, 1756, 1759, 1768, 1770, 1773, 1776, 1788, 1808, 1836, 1840, 1866, 1920, 1968, 2305, 2307, 2309, 2361, 2364, 2381, 2384, 2388, 2392, 2403, 2406, 2415, 2433, 2435, 2437, 2444, 2447, 2448, 2451, 2472, 2474, 2480, 2482, 2482, 2486, 2489, 2492, 2492, 2494, 2500, 2503, 2504, 2507, 2509, 2519, 2519, 2524, 2525, 2527, 2531, 2534, 2545, 2562, 2562, 2565, 2570, 2575, 2576, 2579, 2600, 2602, 2608, 2610, 2611, 2613, 2614, 2616, 2617, 2620, 2620, 2622, 2626, 2631, 2632, 2635, 2637, 2649, 2652, 2654, 2654, 2662, 2676, 2689, 2691, 2693, 2699, 2701, 2701, 2703, 2705, 2707, 2728, 2730, 2736, 2738, 2739, 2741, 2745, 2748, 2757, 2759, 2761, 2763, 2765, 2768, 2768, 2784, 2784, 2790, 2799, 2817, 2819, 2821, 2828, 2831, 2832, 2835, 2856, 2858, 2864, 2866, 2867, 2870, 2873, 2876, 2883, 2887, 2888, 2891, 2893, 2902, 2903, 2908, 2909, 2911, 2913, 2918, 2927, 2946, 2947, 2949, 2954, 2958, 2960, 2962, 2965, 2969, 2970, 2972, 2972, 2974, 2975, 2979, 2980, 2984, 2986, 2990, 2997, 2999, 3001, 3006, 3010, 3014, 3016, 3018, 3021, 3031, 3031, 3047, 3055, 3073, 3075, 3077, 3084, 3086, 3088, 3090, 3112, 3114, 3123, 3125, 3129, 3134, 3140, 3142, 3144, 3146, 3149, 3157, 3158, 3168, 3169, 3174, 3183, 3202, 3203, 3205, 3212, 3214, 3216, 3218, 3240, 3242, 3251, 3253, 3257, 3262, 3268, 3270, 3272, 3274, 3277, 3285, 3286, 3294, 3294, 3296, 3297, 3302, 3311, 3330, 3331, 3333, 3340, 3342, 3344, 3346, 3368, 3370, 3385, 3390, 3395, 3398, 3400, 3402, 3405, 3415, 3415, 3424, 3425, 3430, 3439, 3458, 3459, 3461, 3478, 3482, 3505, 3507, 3515, 3517, 3517, 3520, 3526, 3530, 3530, 3535, 3540, 3542, 3542, 3544, 3551, 3570, 3571, 3585, 3642, 3648, 3662, 3664, 3673, 3713, 3714, 3716, 3716, 3719, 3720, 3722, 3722, 3725, 3725, 3732, 3735, 3737, 3743, 3745, 3747, 3749, 3749, 3751, 3751, 3754, 3755, 3757, 3769, 3771, 3773, 3776, 3780, 3782, 3782, 3784, 3789, 3792, 3801, 3804, 3805, 3840, 3840, 3864, 3865, 3872, 3881, 3893, 3893, 3895, 3895, 3897, 3897, 3902, 3911, 3913, 3946, 3953, 3972, 3974, 3979, 3984, 3991, 3993, 4028, 4038, 4038, 4096, 4129, 4131, 4135, 4137, 4138, 4140, 4146, 4150, 4153, 4160, 4169, 4176, 4185, 4256, 4293, 4304, 4342, 4352, 4441, 4447, 4514, 4520, 4601, 4608, 4614, 4616, 4678, 4680, 4680, 4682, 4685, 4688, 4694, 4696, 4696, 4698, 4701, 4704, 4742, 4744, 4744, 4746, 4749, 4752, 4782, 4784, 4784, 4786, 4789, 4792, 4798, 4800, 4800, 4802, 4805, 4808, 4814, 4816, 4822, 4824, 4846, 4848, 4878, 4880, 4880, 4882, 4885, 4888, 4894, 4896, 4934, 4936, 4954, 4969, 4977, 5024, 5108, 5121, 5740, 5743, 5750, 5761, 5786, 5792, 5866, 6016, 6099, 6112, 6121, 6160, 6169, 6176, 6263, 6272, 6313, 7680, 7835, 7840, 7929, 7936, 7957, 7960, 7965, 7968, 8005, 8008, 8013, 8016, 8023, 8025, 8025, 8027, 8027, 8029, 8029, 8031, 8061, 8064, 8116, 8118, 8124, 8126, 8126, 8130, 8132, 8134, 8140, 8144, 8147, 8150, 8155, 8160, 8172, 8178, 8180, 8182, 8188, 8255, 8256, 8319, 8319, 8400, 8412, 8417, 8417, 8450, 8450, 8455, 8455, 8458, 8467, 8469, 8469, 8473, 8477, 8484, 8484, 8486, 8486, 8488, 8488, 8490, 8493, 8495, 8497, 8499, 8505, 8544, 8579, 12293, 12295, 12321, 12335, 12337, 12341, 12344, 12346, 12353, 12436, 12441, 12442, 12445, 12446, 12449, 12542, 12549, 12588, 12593, 12686, 12704, 12727, 13312, 19893, 19968, 40869, 40960, 42124, 44032, 55203, 63744, 64045, 64256, 64262, 64275, 64279, 64285, 64296, 64298, 64310, 64312, 64316, 64318, 64318, 64320, 64321, 64323, 64324, 64326, 64433, 64467, 64829, 64848, 64911, 64914, 64967, 65008, 65019, 65056, 65059, 65075, 65076, 65101, 65103, 65136, 65138, 65140, 65140, 65142, 65276, 65296, 65305, 65313, 65338, 65343, 65343, 65345, 65370, 65381, 65470, 65474, 65479, 65482, 65487, 65490, 65495, 65498, 65500];
|
|
7975
7972
|
var unicodeES5IdentifierStart = [170, 170, 181, 181, 186, 186, 192, 214, 216, 246, 248, 705, 710, 721, 736, 740, 748, 748, 750, 750, 880, 884, 886, 887, 890, 893, 902, 902, 904, 906, 908, 908, 910, 929, 931, 1013, 1015, 1153, 1162, 1319, 1329, 1366, 1369, 1369, 1377, 1415, 1488, 1514, 1520, 1522, 1568, 1610, 1646, 1647, 1649, 1747, 1749, 1749, 1765, 1766, 1774, 1775, 1786, 1788, 1791, 1791, 1808, 1808, 1810, 1839, 1869, 1957, 1969, 1969, 1994, 2026, 2036, 2037, 2042, 2042, 2048, 2069, 2074, 2074, 2084, 2084, 2088, 2088, 2112, 2136, 2208, 2208, 2210, 2220, 2308, 2361, 2365, 2365, 2384, 2384, 2392, 2401, 2417, 2423, 2425, 2431, 2437, 2444, 2447, 2448, 2451, 2472, 2474, 2480, 2482, 2482, 2486, 2489, 2493, 2493, 2510, 2510, 2524, 2525, 2527, 2529, 2544, 2545, 2565, 2570, 2575, 2576, 2579, 2600, 2602, 2608, 2610, 2611, 2613, 2614, 2616, 2617, 2649, 2652, 2654, 2654, 2674, 2676, 2693, 2701, 2703, 2705, 2707, 2728, 2730, 2736, 2738, 2739, 2741, 2745, 2749, 2749, 2768, 2768, 2784, 2785, 2821, 2828, 2831, 2832, 2835, 2856, 2858, 2864, 2866, 2867, 2869, 2873, 2877, 2877, 2908, 2909, 2911, 2913, 2929, 2929, 2947, 2947, 2949, 2954, 2958, 2960, 2962, 2965, 2969, 2970, 2972, 2972, 2974, 2975, 2979, 2980, 2984, 2986, 2990, 3001, 3024, 3024, 3077, 3084, 3086, 3088, 3090, 3112, 3114, 3123, 3125, 3129, 3133, 3133, 3160, 3161, 3168, 3169, 3205, 3212, 3214, 3216, 3218, 3240, 3242, 3251, 3253, 3257, 3261, 3261, 3294, 3294, 3296, 3297, 3313, 3314, 3333, 3340, 3342, 3344, 3346, 3386, 3389, 3389, 3406, 3406, 3424, 3425, 3450, 3455, 3461, 3478, 3482, 3505, 3507, 3515, 3517, 3517, 3520, 3526, 3585, 3632, 3634, 3635, 3648, 3654, 3713, 3714, 3716, 3716, 3719, 3720, 3722, 3722, 3725, 3725, 3732, 3735, 3737, 3743, 3745, 3747, 3749, 3749, 3751, 3751, 3754, 3755, 3757, 3760, 3762, 3763, 3773, 3773, 3776, 3780, 3782, 3782, 3804, 3807, 3840, 3840, 3904, 3911, 3913, 3948, 3976, 3980, 4096, 4138, 4159, 4159, 4176, 4181, 4186, 4189, 4193, 4193, 4197, 4198, 4206, 4208, 4213, 4225, 4238, 4238, 4256, 4293, 4295, 4295, 4301, 4301, 4304, 4346, 4348, 4680, 4682, 4685, 4688, 4694, 4696, 4696, 4698, 4701, 4704, 4744, 4746, 4749, 4752, 4784, 4786, 4789, 4792, 4798, 4800, 4800, 4802, 4805, 4808, 4822, 4824, 4880, 4882, 4885, 4888, 4954, 4992, 5007, 5024, 5108, 5121, 5740, 5743, 5759, 5761, 5786, 5792, 5866, 5870, 5872, 5888, 5900, 5902, 5905, 5920, 5937, 5952, 5969, 5984, 5996, 5998, 6e3, 6016, 6067, 6103, 6103, 6108, 6108, 6176, 6263, 6272, 6312, 6314, 6314, 6320, 6389, 6400, 6428, 6480, 6509, 6512, 6516, 6528, 6571, 6593, 6599, 6656, 6678, 6688, 6740, 6823, 6823, 6917, 6963, 6981, 6987, 7043, 7072, 7086, 7087, 7098, 7141, 7168, 7203, 7245, 7247, 7258, 7293, 7401, 7404, 7406, 7409, 7413, 7414, 7424, 7615, 7680, 7957, 7960, 7965, 7968, 8005, 8008, 8013, 8016, 8023, 8025, 8025, 8027, 8027, 8029, 8029, 8031, 8061, 8064, 8116, 8118, 8124, 8126, 8126, 8130, 8132, 8134, 8140, 8144, 8147, 8150, 8155, 8160, 8172, 8178, 8180, 8182, 8188, 8305, 8305, 8319, 8319, 8336, 8348, 8450, 8450, 8455, 8455, 8458, 8467, 8469, 8469, 8473, 8477, 8484, 8484, 8486, 8486, 8488, 8488, 8490, 8493, 8495, 8505, 8508, 8511, 8517, 8521, 8526, 8526, 8544, 8584, 11264, 11310, 11312, 11358, 11360, 11492, 11499, 11502, 11506, 11507, 11520, 11557, 11559, 11559, 11565, 11565, 11568, 11623, 11631, 11631, 11648, 11670, 11680, 11686, 11688, 11694, 11696, 11702, 11704, 11710, 11712, 11718, 11720, 11726, 11728, 11734, 11736, 11742, 11823, 11823, 12293, 12295, 12321, 12329, 12337, 12341, 12344, 12348, 12353, 12438, 12445, 12447, 12449, 12538, 12540, 12543, 12549, 12589, 12593, 12686, 12704, 12730, 12784, 12799, 13312, 19893, 19968, 40908, 40960, 42124, 42192, 42237, 42240, 42508, 42512, 42527, 42538, 42539, 42560, 42606, 42623, 42647, 42656, 42735, 42775, 42783, 42786, 42888, 42891, 42894, 42896, 42899, 42912, 42922, 43e3, 43009, 43011, 43013, 43015, 43018, 43020, 43042, 43072, 43123, 43138, 43187, 43250, 43255, 43259, 43259, 43274, 43301, 43312, 43334, 43360, 43388, 43396, 43442, 43471, 43471, 43520, 43560, 43584, 43586, 43588, 43595, 43616, 43638, 43642, 43642, 43648, 43695, 43697, 43697, 43701, 43702, 43705, 43709, 43712, 43712, 43714, 43714, 43739, 43741, 43744, 43754, 43762, 43764, 43777, 43782, 43785, 43790, 43793, 43798, 43808, 43814, 43816, 43822, 43968, 44002, 44032, 55203, 55216, 55238, 55243, 55291, 63744, 64109, 64112, 64217, 64256, 64262, 64275, 64279, 64285, 64285, 64287, 64296, 64298, 64310, 64312, 64316, 64318, 64318, 64320, 64321, 64323, 64324, 64326, 64433, 64467, 64829, 64848, 64911, 64914, 64967, 65008, 65019, 65136, 65140, 65142, 65276, 65313, 65338, 65345, 65370, 65382, 65470, 65474, 65479, 65482, 65487, 65490, 65495, 65498, 65500];
|
|
7976
7973
|
var unicodeES5IdentifierPart = [170, 170, 181, 181, 186, 186, 192, 214, 216, 246, 248, 705, 710, 721, 736, 740, 748, 748, 750, 750, 768, 884, 886, 887, 890, 893, 902, 902, 904, 906, 908, 908, 910, 929, 931, 1013, 1015, 1153, 1155, 1159, 1162, 1319, 1329, 1366, 1369, 1369, 1377, 1415, 1425, 1469, 1471, 1471, 1473, 1474, 1476, 1477, 1479, 1479, 1488, 1514, 1520, 1522, 1552, 1562, 1568, 1641, 1646, 1747, 1749, 1756, 1759, 1768, 1770, 1788, 1791, 1791, 1808, 1866, 1869, 1969, 1984, 2037, 2042, 2042, 2048, 2093, 2112, 2139, 2208, 2208, 2210, 2220, 2276, 2302, 2304, 2403, 2406, 2415, 2417, 2423, 2425, 2431, 2433, 2435, 2437, 2444, 2447, 2448, 2451, 2472, 2474, 2480, 2482, 2482, 2486, 2489, 2492, 2500, 2503, 2504, 2507, 2510, 2519, 2519, 2524, 2525, 2527, 2531, 2534, 2545, 2561, 2563, 2565, 2570, 2575, 2576, 2579, 2600, 2602, 2608, 2610, 2611, 2613, 2614, 2616, 2617, 2620, 2620, 2622, 2626, 2631, 2632, 2635, 2637, 2641, 2641, 2649, 2652, 2654, 2654, 2662, 2677, 2689, 2691, 2693, 2701, 2703, 2705, 2707, 2728, 2730, 2736, 2738, 2739, 2741, 2745, 2748, 2757, 2759, 2761, 2763, 2765, 2768, 2768, 2784, 2787, 2790, 2799, 2817, 2819, 2821, 2828, 2831, 2832, 2835, 2856, 2858, 2864, 2866, 2867, 2869, 2873, 2876, 2884, 2887, 2888, 2891, 2893, 2902, 2903, 2908, 2909, 2911, 2915, 2918, 2927, 2929, 2929, 2946, 2947, 2949, 2954, 2958, 2960, 2962, 2965, 2969, 2970, 2972, 2972, 2974, 2975, 2979, 2980, 2984, 2986, 2990, 3001, 3006, 3010, 3014, 3016, 3018, 3021, 3024, 3024, 3031, 3031, 3046, 3055, 3073, 3075, 3077, 3084, 3086, 3088, 3090, 3112, 3114, 3123, 3125, 3129, 3133, 3140, 3142, 3144, 3146, 3149, 3157, 3158, 3160, 3161, 3168, 3171, 3174, 3183, 3202, 3203, 3205, 3212, 3214, 3216, 3218, 3240, 3242, 3251, 3253, 3257, 3260, 3268, 3270, 3272, 3274, 3277, 3285, 3286, 3294, 3294, 3296, 3299, 3302, 3311, 3313, 3314, 3330, 3331, 3333, 3340, 3342, 3344, 3346, 3386, 3389, 3396, 3398, 3400, 3402, 3406, 3415, 3415, 3424, 3427, 3430, 3439, 3450, 3455, 3458, 3459, 3461, 3478, 3482, 3505, 3507, 3515, 3517, 3517, 3520, 3526, 3530, 3530, 3535, 3540, 3542, 3542, 3544, 3551, 3570, 3571, 3585, 3642, 3648, 3662, 3664, 3673, 3713, 3714, 3716, 3716, 3719, 3720, 3722, 3722, 3725, 3725, 3732, 3735, 3737, 3743, 3745, 3747, 3749, 3749, 3751, 3751, 3754, 3755, 3757, 3769, 3771, 3773, 3776, 3780, 3782, 3782, 3784, 3789, 3792, 3801, 3804, 3807, 3840, 3840, 3864, 3865, 3872, 3881, 3893, 3893, 3895, 3895, 3897, 3897, 3902, 3911, 3913, 3948, 3953, 3972, 3974, 3991, 3993, 4028, 4038, 4038, 4096, 4169, 4176, 4253, 4256, 4293, 4295, 4295, 4301, 4301, 4304, 4346, 4348, 4680, 4682, 4685, 4688, 4694, 4696, 4696, 4698, 4701, 4704, 4744, 4746, 4749, 4752, 4784, 4786, 4789, 4792, 4798, 4800, 4800, 4802, 4805, 4808, 4822, 4824, 4880, 4882, 4885, 4888, 4954, 4957, 4959, 4992, 5007, 5024, 5108, 5121, 5740, 5743, 5759, 5761, 5786, 5792, 5866, 5870, 5872, 5888, 5900, 5902, 5908, 5920, 5940, 5952, 5971, 5984, 5996, 5998, 6e3, 6002, 6003, 6016, 6099, 6103, 6103, 6108, 6109, 6112, 6121, 6155, 6157, 6160, 6169, 6176, 6263, 6272, 6314, 6320, 6389, 6400, 6428, 6432, 6443, 6448, 6459, 6470, 6509, 6512, 6516, 6528, 6571, 6576, 6601, 6608, 6617, 6656, 6683, 6688, 6750, 6752, 6780, 6783, 6793, 6800, 6809, 6823, 6823, 6912, 6987, 6992, 7001, 7019, 7027, 7040, 7155, 7168, 7223, 7232, 7241, 7245, 7293, 7376, 7378, 7380, 7414, 7424, 7654, 7676, 7957, 7960, 7965, 7968, 8005, 8008, 8013, 8016, 8023, 8025, 8025, 8027, 8027, 8029, 8029, 8031, 8061, 8064, 8116, 8118, 8124, 8126, 8126, 8130, 8132, 8134, 8140, 8144, 8147, 8150, 8155, 8160, 8172, 8178, 8180, 8182, 8188, 8204, 8205, 8255, 8256, 8276, 8276, 8305, 8305, 8319, 8319, 8336, 8348, 8400, 8412, 8417, 8417, 8421, 8432, 8450, 8450, 8455, 8455, 8458, 8467, 8469, 8469, 8473, 8477, 8484, 8484, 8486, 8486, 8488, 8488, 8490, 8493, 8495, 8505, 8508, 8511, 8517, 8521, 8526, 8526, 8544, 8584, 11264, 11310, 11312, 11358, 11360, 11492, 11499, 11507, 11520, 11557, 11559, 11559, 11565, 11565, 11568, 11623, 11631, 11631, 11647, 11670, 11680, 11686, 11688, 11694, 11696, 11702, 11704, 11710, 11712, 11718, 11720, 11726, 11728, 11734, 11736, 11742, 11744, 11775, 11823, 11823, 12293, 12295, 12321, 12335, 12337, 12341, 12344, 12348, 12353, 12438, 12441, 12442, 12445, 12447, 12449, 12538, 12540, 12543, 12549, 12589, 12593, 12686, 12704, 12730, 12784, 12799, 13312, 19893, 19968, 40908, 40960, 42124, 42192, 42237, 42240, 42508, 42512, 42539, 42560, 42607, 42612, 42621, 42623, 42647, 42655, 42737, 42775, 42783, 42786, 42888, 42891, 42894, 42896, 42899, 42912, 42922, 43e3, 43047, 43072, 43123, 43136, 43204, 43216, 43225, 43232, 43255, 43259, 43259, 43264, 43309, 43312, 43347, 43360, 43388, 43392, 43456, 43471, 43481, 43520, 43574, 43584, 43597, 43600, 43609, 43616, 43638, 43642, 43643, 43648, 43714, 43739, 43741, 43744, 43759, 43762, 43766, 43777, 43782, 43785, 43790, 43793, 43798, 43808, 43814, 43816, 43822, 43968, 44010, 44012, 44013, 44016, 44025, 44032, 55203, 55216, 55238, 55243, 55291, 63744, 64109, 64112, 64217, 64256, 64262, 64275, 64279, 64285, 64296, 64298, 64310, 64312, 64316, 64318, 64318, 64320, 64321, 64323, 64324, 64326, 64433, 64467, 64829, 64848, 64911, 64914, 64967, 65008, 65019, 65024, 65039, 65056, 65062, 65075, 65076, 65101, 65103, 65136, 65140, 65142, 65276, 65296, 65305, 65313, 65338, 65343, 65343, 65345, 65370, 65382, 65470, 65474, 65479, 65482, 65487, 65490, 65495, 65498, 65500];
|
|
7977
7974
|
var unicodeESNextIdentifierStart = [65, 90, 97, 122, 170, 170, 181, 181, 186, 186, 192, 214, 216, 246, 248, 705, 710, 721, 736, 740, 748, 748, 750, 750, 880, 884, 886, 887, 890, 893, 895, 895, 902, 902, 904, 906, 908, 908, 910, 929, 931, 1013, 1015, 1153, 1162, 1327, 1329, 1366, 1369, 1369, 1376, 1416, 1488, 1514, 1519, 1522, 1568, 1610, 1646, 1647, 1649, 1747, 1749, 1749, 1765, 1766, 1774, 1775, 1786, 1788, 1791, 1791, 1808, 1808, 1810, 1839, 1869, 1957, 1969, 1969, 1994, 2026, 2036, 2037, 2042, 2042, 2048, 2069, 2074, 2074, 2084, 2084, 2088, 2088, 2112, 2136, 2144, 2154, 2208, 2228, 2230, 2237, 2308, 2361, 2365, 2365, 2384, 2384, 2392, 2401, 2417, 2432, 2437, 2444, 2447, 2448, 2451, 2472, 2474, 2480, 2482, 2482, 2486, 2489, 2493, 2493, 2510, 2510, 2524, 2525, 2527, 2529, 2544, 2545, 2556, 2556, 2565, 2570, 2575, 2576, 2579, 2600, 2602, 2608, 2610, 2611, 2613, 2614, 2616, 2617, 2649, 2652, 2654, 2654, 2674, 2676, 2693, 2701, 2703, 2705, 2707, 2728, 2730, 2736, 2738, 2739, 2741, 2745, 2749, 2749, 2768, 2768, 2784, 2785, 2809, 2809, 2821, 2828, 2831, 2832, 2835, 2856, 2858, 2864, 2866, 2867, 2869, 2873, 2877, 2877, 2908, 2909, 2911, 2913, 2929, 2929, 2947, 2947, 2949, 2954, 2958, 2960, 2962, 2965, 2969, 2970, 2972, 2972, 2974, 2975, 2979, 2980, 2984, 2986, 2990, 3001, 3024, 3024, 3077, 3084, 3086, 3088, 3090, 3112, 3114, 3129, 3133, 3133, 3160, 3162, 3168, 3169, 3200, 3200, 3205, 3212, 3214, 3216, 3218, 3240, 3242, 3251, 3253, 3257, 3261, 3261, 3294, 3294, 3296, 3297, 3313, 3314, 3333, 3340, 3342, 3344, 3346, 3386, 3389, 3389, 3406, 3406, 3412, 3414, 3423, 3425, 3450, 3455, 3461, 3478, 3482, 3505, 3507, 3515, 3517, 3517, 3520, 3526, 3585, 3632, 3634, 3635, 3648, 3654, 3713, 3714, 3716, 3716, 3718, 3722, 3724, 3747, 3749, 3749, 3751, 3760, 3762, 3763, 3773, 3773, 3776, 3780, 3782, 3782, 3804, 3807, 3840, 3840, 3904, 3911, 3913, 3948, 3976, 3980, 4096, 4138, 4159, 4159, 4176, 4181, 4186, 4189, 4193, 4193, 4197, 4198, 4206, 4208, 4213, 4225, 4238, 4238, 4256, 4293, 4295, 4295, 4301, 4301, 4304, 4346, 4348, 4680, 4682, 4685, 4688, 4694, 4696, 4696, 4698, 4701, 4704, 4744, 4746, 4749, 4752, 4784, 4786, 4789, 4792, 4798, 4800, 4800, 4802, 4805, 4808, 4822, 4824, 4880, 4882, 4885, 4888, 4954, 4992, 5007, 5024, 5109, 5112, 5117, 5121, 5740, 5743, 5759, 5761, 5786, 5792, 5866, 5870, 5880, 5888, 5900, 5902, 5905, 5920, 5937, 5952, 5969, 5984, 5996, 5998, 6e3, 6016, 6067, 6103, 6103, 6108, 6108, 6176, 6264, 6272, 6312, 6314, 6314, 6320, 6389, 6400, 6430, 6480, 6509, 6512, 6516, 6528, 6571, 6576, 6601, 6656, 6678, 6688, 6740, 6823, 6823, 6917, 6963, 6981, 6987, 7043, 7072, 7086, 7087, 7098, 7141, 7168, 7203, 7245, 7247, 7258, 7293, 7296, 7304, 7312, 7354, 7357, 7359, 7401, 7404, 7406, 7411, 7413, 7414, 7418, 7418, 7424, 7615, 7680, 7957, 7960, 7965, 7968, 8005, 8008, 8013, 8016, 8023, 8025, 8025, 8027, 8027, 8029, 8029, 8031, 8061, 8064, 8116, 8118, 8124, 8126, 8126, 8130, 8132, 8134, 8140, 8144, 8147, 8150, 8155, 8160, 8172, 8178, 8180, 8182, 8188, 8305, 8305, 8319, 8319, 8336, 8348, 8450, 8450, 8455, 8455, 8458, 8467, 8469, 8469, 8472, 8477, 8484, 8484, 8486, 8486, 8488, 8488, 8490, 8505, 8508, 8511, 8517, 8521, 8526, 8526, 8544, 8584, 11264, 11310, 11312, 11358, 11360, 11492, 11499, 11502, 11506, 11507, 11520, 11557, 11559, 11559, 11565, 11565, 11568, 11623, 11631, 11631, 11648, 11670, 11680, 11686, 11688, 11694, 11696, 11702, 11704, 11710, 11712, 11718, 11720, 11726, 11728, 11734, 11736, 11742, 12293, 12295, 12321, 12329, 12337, 12341, 12344, 12348, 12353, 12438, 12443, 12447, 12449, 12538, 12540, 12543, 12549, 12591, 12593, 12686, 12704, 12730, 12784, 12799, 13312, 19893, 19968, 40943, 40960, 42124, 42192, 42237, 42240, 42508, 42512, 42527, 42538, 42539, 42560, 42606, 42623, 42653, 42656, 42735, 42775, 42783, 42786, 42888, 42891, 42943, 42946, 42950, 42999, 43009, 43011, 43013, 43015, 43018, 43020, 43042, 43072, 43123, 43138, 43187, 43250, 43255, 43259, 43259, 43261, 43262, 43274, 43301, 43312, 43334, 43360, 43388, 43396, 43442, 43471, 43471, 43488, 43492, 43494, 43503, 43514, 43518, 43520, 43560, 43584, 43586, 43588, 43595, 43616, 43638, 43642, 43642, 43646, 43695, 43697, 43697, 43701, 43702, 43705, 43709, 43712, 43712, 43714, 43714, 43739, 43741, 43744, 43754, 43762, 43764, 43777, 43782, 43785, 43790, 43793, 43798, 43808, 43814, 43816, 43822, 43824, 43866, 43868, 43879, 43888, 44002, 44032, 55203, 55216, 55238, 55243, 55291, 63744, 64109, 64112, 64217, 64256, 64262, 64275, 64279, 64285, 64285, 64287, 64296, 64298, 64310, 64312, 64316, 64318, 64318, 64320, 64321, 64323, 64324, 64326, 64433, 64467, 64829, 64848, 64911, 64914, 64967, 65008, 65019, 65136, 65140, 65142, 65276, 65313, 65338, 65345, 65370, 65382, 65470, 65474, 65479, 65482, 65487, 65490, 65495, 65498, 65500, 65536, 65547, 65549, 65574, 65576, 65594, 65596, 65597, 65599, 65613, 65616, 65629, 65664, 65786, 65856, 65908, 66176, 66204, 66208, 66256, 66304, 66335, 66349, 66378, 66384, 66421, 66432, 66461, 66464, 66499, 66504, 66511, 66513, 66517, 66560, 66717, 66736, 66771, 66776, 66811, 66816, 66855, 66864, 66915, 67072, 67382, 67392, 67413, 67424, 67431, 67584, 67589, 67592, 67592, 67594, 67637, 67639, 67640, 67644, 67644, 67647, 67669, 67680, 67702, 67712, 67742, 67808, 67826, 67828, 67829, 67840, 67861, 67872, 67897, 67968, 68023, 68030, 68031, 68096, 68096, 68112, 68115, 68117, 68119, 68121, 68149, 68192, 68220, 68224, 68252, 68288, 68295, 68297, 68324, 68352, 68405, 68416, 68437, 68448, 68466, 68480, 68497, 68608, 68680, 68736, 68786, 68800, 68850, 68864, 68899, 69376, 69404, 69415, 69415, 69424, 69445, 69600, 69622, 69635, 69687, 69763, 69807, 69840, 69864, 69891, 69926, 69956, 69956, 69968, 70002, 70006, 70006, 70019, 70066, 70081, 70084, 70106, 70106, 70108, 70108, 70144, 70161, 70163, 70187, 70272, 70278, 70280, 70280, 70282, 70285, 70287, 70301, 70303, 70312, 70320, 70366, 70405, 70412, 70415, 70416, 70419, 70440, 70442, 70448, 70450, 70451, 70453, 70457, 70461, 70461, 70480, 70480, 70493, 70497, 70656, 70708, 70727, 70730, 70751, 70751, 70784, 70831, 70852, 70853, 70855, 70855, 71040, 71086, 71128, 71131, 71168, 71215, 71236, 71236, 71296, 71338, 71352, 71352, 71424, 71450, 71680, 71723, 71840, 71903, 71935, 71935, 72096, 72103, 72106, 72144, 72161, 72161, 72163, 72163, 72192, 72192, 72203, 72242, 72250, 72250, 72272, 72272, 72284, 72329, 72349, 72349, 72384, 72440, 72704, 72712, 72714, 72750, 72768, 72768, 72818, 72847, 72960, 72966, 72968, 72969, 72971, 73008, 73030, 73030, 73056, 73061, 73063, 73064, 73066, 73097, 73112, 73112, 73440, 73458, 73728, 74649, 74752, 74862, 74880, 75075, 77824, 78894, 82944, 83526, 92160, 92728, 92736, 92766, 92880, 92909, 92928, 92975, 92992, 92995, 93027, 93047, 93053, 93071, 93760, 93823, 93952, 94026, 94032, 94032, 94099, 94111, 94176, 94177, 94179, 94179, 94208, 100343, 100352, 101106, 110592, 110878, 110928, 110930, 110948, 110951, 110960, 111355, 113664, 113770, 113776, 113788, 113792, 113800, 113808, 113817, 119808, 119892, 119894, 119964, 119966, 119967, 119970, 119970, 119973, 119974, 119977, 119980, 119982, 119993, 119995, 119995, 119997, 120003, 120005, 120069, 120071, 120074, 120077, 120084, 120086, 120092, 120094, 120121, 120123, 120126, 120128, 120132, 120134, 120134, 120138, 120144, 120146, 120485, 120488, 120512, 120514, 120538, 120540, 120570, 120572, 120596, 120598, 120628, 120630, 120654, 120656, 120686, 120688, 120712, 120714, 120744, 120746, 120770, 120772, 120779, 123136, 123180, 123191, 123197, 123214, 123214, 123584, 123627, 124928, 125124, 125184, 125251, 125259, 125259, 126464, 126467, 126469, 126495, 126497, 126498, 126500, 126500, 126503, 126503, 126505, 126514, 126516, 126519, 126521, 126521, 126523, 126523, 126530, 126530, 126535, 126535, 126537, 126537, 126539, 126539, 126541, 126543, 126545, 126546, 126548, 126548, 126551, 126551, 126553, 126553, 126555, 126555, 126557, 126557, 126559, 126559, 126561, 126562, 126564, 126564, 126567, 126570, 126572, 126578, 126580, 126583, 126585, 126588, 126590, 126590, 126592, 126601, 126603, 126619, 126625, 126627, 126629, 126633, 126635, 126651, 131072, 173782, 173824, 177972, 177984, 178205, 178208, 183969, 183984, 191456, 194560, 195101];
|
|
@@ -8001,10 +7998,10 @@ function lookupInUnicodeMap(code, map2) {
|
|
|
8001
7998
|
return false;
|
|
8002
7999
|
}
|
|
8003
8000
|
function isUnicodeIdentifierStart(code, languageVersion) {
|
|
8004
|
-
return languageVersion >= 2 /* ES2015 */ ? lookupInUnicodeMap(code, unicodeESNextIdentifierStart) :
|
|
8001
|
+
return languageVersion >= 2 /* ES2015 */ ? lookupInUnicodeMap(code, unicodeESNextIdentifierStart) : lookupInUnicodeMap(code, unicodeES5IdentifierStart);
|
|
8005
8002
|
}
|
|
8006
8003
|
function isUnicodeIdentifierPart(code, languageVersion) {
|
|
8007
|
-
return languageVersion >= 2 /* ES2015 */ ? lookupInUnicodeMap(code, unicodeESNextIdentifierPart) :
|
|
8004
|
+
return languageVersion >= 2 /* ES2015 */ ? lookupInUnicodeMap(code, unicodeESNextIdentifierPart) : lookupInUnicodeMap(code, unicodeES5IdentifierPart);
|
|
8008
8005
|
}
|
|
8009
8006
|
function makeReverseMap(source) {
|
|
8010
8007
|
const result = [];
|
|
@@ -16424,7 +16421,8 @@ var computedOptions = createComputedCompilerOptions({
|
|
|
16424
16421
|
target: {
|
|
16425
16422
|
dependencies: ["module"],
|
|
16426
16423
|
computeValue: (compilerOptions) => {
|
|
16427
|
-
|
|
16424
|
+
const target = compilerOptions.target === 0 /* ES3 */ ? void 0 : compilerOptions.target;
|
|
16425
|
+
return target ?? (compilerOptions.module === 100 /* Node16 */ && 9 /* ES2022 */ || compilerOptions.module === 199 /* NodeNext */ && 99 /* ESNext */ || 1 /* ES5 */);
|
|
16428
16426
|
}
|
|
16429
16427
|
},
|
|
16430
16428
|
module: {
|
|
@@ -21732,7 +21730,7 @@ function createNodeFactory(flags, baseFactory2) {
|
|
|
21732
21730
|
node.path = "";
|
|
21733
21731
|
node.resolvedPath = "";
|
|
21734
21732
|
node.originalFileName = "";
|
|
21735
|
-
node.languageVersion =
|
|
21733
|
+
node.languageVersion = 1 /* ES5 */;
|
|
21736
21734
|
node.languageVariant = 0;
|
|
21737
21735
|
node.scriptKind = 0;
|
|
21738
21736
|
node.isDeclarationFile = false;
|
|
@@ -23288,7 +23286,6 @@ function createEmitHelperFactory(context) {
|
|
|
23288
23286
|
// ES2015 Generator Helpers
|
|
23289
23287
|
createGeneratorHelper,
|
|
23290
23288
|
// ES Module Helpers
|
|
23291
|
-
createCreateBindingHelper,
|
|
23292
23289
|
createImportStarHelper,
|
|
23293
23290
|
createImportStarCallbackHelper,
|
|
23294
23291
|
createImportDefaultHelper,
|
|
@@ -23701,15 +23698,6 @@ function createEmitHelperFactory(context) {
|
|
|
23701
23698
|
[factory2.createThis(), body]
|
|
23702
23699
|
);
|
|
23703
23700
|
}
|
|
23704
|
-
function createCreateBindingHelper(module2, inputName, outputName) {
|
|
23705
|
-
context.requestEmitHelper(createBindingHelper);
|
|
23706
|
-
return factory2.createCallExpression(
|
|
23707
|
-
getUnscopedHelperName("__createBinding"),
|
|
23708
|
-
/*typeArguments*/
|
|
23709
|
-
void 0,
|
|
23710
|
-
[factory2.createIdentifier("exports"), module2, inputName, ...outputName ? [outputName] : []]
|
|
23711
|
-
);
|
|
23712
|
-
}
|
|
23713
23701
|
function createImportStarHelper(expression) {
|
|
23714
23702
|
context.requestEmitHelper(importStarHelper);
|
|
23715
23703
|
return factory2.createCallExpression(
|
|
@@ -41395,12 +41383,12 @@ function createBinder() {
|
|
|
41395
41383
|
}
|
|
41396
41384
|
function getStrictModeBlockScopeFunctionDeclarationMessage(node) {
|
|
41397
41385
|
if (getContainingClass(node)) {
|
|
41398
|
-
return Diagnostics.
|
|
41386
|
+
return Diagnostics.Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definitions_are_automatically_in_strict_mode;
|
|
41399
41387
|
}
|
|
41400
41388
|
if (file.externalModuleIndicator) {
|
|
41401
|
-
return Diagnostics.
|
|
41389
|
+
return Diagnostics.Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_automatically_in_strict_mode;
|
|
41402
41390
|
}
|
|
41403
|
-
return Diagnostics.
|
|
41391
|
+
return Diagnostics.Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5;
|
|
41404
41392
|
}
|
|
41405
41393
|
function checkStrictModeFunctionDeclaration(node) {
|
|
41406
41394
|
if (languageVersion < 2 /* ES2015 */) {
|
|
@@ -48281,7 +48269,7 @@ function createTypeChecker(host) {
|
|
|
48281
48269
|
return parentName;
|
|
48282
48270
|
}
|
|
48283
48271
|
const memberName = symbolName(type.symbol);
|
|
48284
|
-
if (isIdentifierText(memberName,
|
|
48272
|
+
if (isIdentifierText(memberName, 1 /* ES5 */)) {
|
|
48285
48273
|
return appendReferenceToType(
|
|
48286
48274
|
parentName,
|
|
48287
48275
|
factory.createTypeReferenceNode(
|
|
@@ -67723,9 +67711,9 @@ function createTypeChecker(host) {
|
|
|
67723
67711
|
if (container) {
|
|
67724
67712
|
if (languageVersion < 2 /* ES2015 */) {
|
|
67725
67713
|
if (container.kind === 219 /* ArrowFunction */) {
|
|
67726
|
-
error(node, Diagnostics.
|
|
67714
|
+
error(node, Diagnostics.The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES5_Consider_using_a_standard_function_expression);
|
|
67727
67715
|
} else if (hasSyntacticModifier(container, 1024 /* Async */)) {
|
|
67728
|
-
error(node, Diagnostics.
|
|
67716
|
+
error(node, Diagnostics.The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES5_Consider_using_a_standard_function_or_method);
|
|
67729
67717
|
}
|
|
67730
67718
|
}
|
|
67731
67719
|
getNodeLinks(container).flags |= 512 /* CaptureArguments */;
|
|
@@ -71847,7 +71835,7 @@ function createTypeChecker(host) {
|
|
|
71847
71835
|
case 174 /* MethodDeclaration */:
|
|
71848
71836
|
case 177 /* GetAccessor */:
|
|
71849
71837
|
case 178 /* SetAccessor */:
|
|
71850
|
-
return
|
|
71838
|
+
return signature.parameters.length <= 2 ? 2 : 3;
|
|
71851
71839
|
case 169 /* Parameter */:
|
|
71852
71840
|
return 3;
|
|
71853
71841
|
default:
|
|
@@ -72527,12 +72515,6 @@ function createTypeChecker(host) {
|
|
|
72527
72515
|
return isTypeAny(funcType) || isTypeAny(apparentFuncType) && !!(funcType.flags & 262144 /* TypeParameter */) || !numCallSignatures && !numConstructSignatures && !(apparentFuncType.flags & 1048576 /* Union */) && !(getReducedType(apparentFuncType).flags & 131072 /* Never */) && isTypeAssignableTo(funcType, globalFunctionType);
|
|
72528
72516
|
}
|
|
72529
72517
|
function resolveNewExpression(node, candidatesOutArray, checkMode) {
|
|
72530
|
-
if (node.arguments && languageVersion < 1 /* ES5 */) {
|
|
72531
|
-
const spreadIndex = getSpreadArgumentIndex(node.arguments);
|
|
72532
|
-
if (spreadIndex >= 0) {
|
|
72533
|
-
error(node.arguments[spreadIndex], Diagnostics.Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_5_and_higher);
|
|
72534
|
-
}
|
|
72535
|
-
}
|
|
72536
72518
|
let expressionType = checkNonNullExpression(node.expression);
|
|
72537
72519
|
if (expressionType === silentNeverType) {
|
|
72538
72520
|
return silentNeverSignature;
|
|
@@ -74060,7 +74042,7 @@ function createTypeChecker(host) {
|
|
|
74060
74042
|
const keyType = getClassElementPropertyKeyType(node);
|
|
74061
74043
|
const keyParam = createParameter("propertyKey", keyType);
|
|
74062
74044
|
const returnType = isPropertyDeclaration(node) ? voidType : createTypedPropertyDescriptorType(getTypeOfNode(node));
|
|
74063
|
-
const hasPropDesc =
|
|
74045
|
+
const hasPropDesc = !isPropertyDeclaration(parent) || hasAccessorModifier(parent);
|
|
74064
74046
|
if (hasPropDesc) {
|
|
74065
74047
|
const descriptorType = createTypedPropertyDescriptorType(getTypeOfNode(node));
|
|
74066
74048
|
const descriptorParam = createParameter("descriptor", descriptorType);
|
|
@@ -74127,7 +74109,7 @@ function createTypeChecker(host) {
|
|
|
74127
74109
|
)) {
|
|
74128
74110
|
error(
|
|
74129
74111
|
func,
|
|
74130
|
-
isImportCall(func) ? Diagnostics.
|
|
74112
|
+
isImportCall(func) ? Diagnostics.A_dynamic_import_call_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option : Diagnostics.An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option
|
|
74131
74113
|
);
|
|
74132
74114
|
}
|
|
74133
74115
|
return promiseType;
|
|
@@ -77640,7 +77622,7 @@ function createTypeChecker(host) {
|
|
|
77640
77622
|
}
|
|
77641
77623
|
const promiseConstructorName = getEntityNameFromTypeNode(returnTypeNode);
|
|
77642
77624
|
if (promiseConstructorName === void 0) {
|
|
77643
|
-
reportErrorForInvalidReturnType(Diagnostics.
|
|
77625
|
+
reportErrorForInvalidReturnType(Diagnostics.Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compatible_constructor_value, returnTypeNode, returnTypeErrorLocation, typeToString(returnType));
|
|
77644
77626
|
return;
|
|
77645
77627
|
}
|
|
77646
77628
|
const promiseConstructorSymbol = resolveEntityName(
|
|
@@ -77655,9 +77637,9 @@ function createTypeChecker(host) {
|
|
|
77655
77637
|
/*reportErrors*/
|
|
77656
77638
|
false
|
|
77657
77639
|
)) {
|
|
77658
|
-
error(returnTypeErrorLocation, Diagnostics.
|
|
77640
|
+
error(returnTypeErrorLocation, Diagnostics.An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option);
|
|
77659
77641
|
} else {
|
|
77660
|
-
reportErrorForInvalidReturnType(Diagnostics.
|
|
77642
|
+
reportErrorForInvalidReturnType(Diagnostics.Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compatible_constructor_value, returnTypeNode, returnTypeErrorLocation, entityNameToString(promiseConstructorName));
|
|
77661
77643
|
}
|
|
77662
77644
|
return;
|
|
77663
77645
|
}
|
|
@@ -77666,10 +77648,10 @@ function createTypeChecker(host) {
|
|
|
77666
77648
|
true
|
|
77667
77649
|
);
|
|
77668
77650
|
if (globalPromiseConstructorLikeType === emptyObjectType) {
|
|
77669
|
-
reportErrorForInvalidReturnType(Diagnostics.
|
|
77651
|
+
reportErrorForInvalidReturnType(Diagnostics.Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compatible_constructor_value, returnTypeNode, returnTypeErrorLocation, entityNameToString(promiseConstructorName));
|
|
77670
77652
|
return;
|
|
77671
77653
|
}
|
|
77672
|
-
const headMessage = Diagnostics.
|
|
77654
|
+
const headMessage = Diagnostics.Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compatible_constructor_value;
|
|
77673
77655
|
const errorInfo = () => returnTypeNode === returnTypeErrorLocation ? void 0 : chainDiagnosticMessages(
|
|
77674
77656
|
/*details*/
|
|
77675
77657
|
void 0,
|
|
@@ -77878,19 +77860,19 @@ function createTypeChecker(host) {
|
|
|
77878
77860
|
checkExternalEmitHelpers(firstDecorator, 8 /* ESDecorateAndRunInitializers */);
|
|
77879
77861
|
if (isClassDeclaration(node)) {
|
|
77880
77862
|
if (!node.name) {
|
|
77881
|
-
checkExternalEmitHelpers(firstDecorator,
|
|
77863
|
+
checkExternalEmitHelpers(firstDecorator, 4194304 /* SetFunctionName */);
|
|
77882
77864
|
} else {
|
|
77883
77865
|
const member = getFirstTransformableStaticClassElement(node);
|
|
77884
77866
|
if (member) {
|
|
77885
|
-
checkExternalEmitHelpers(firstDecorator,
|
|
77867
|
+
checkExternalEmitHelpers(firstDecorator, 4194304 /* SetFunctionName */);
|
|
77886
77868
|
}
|
|
77887
77869
|
}
|
|
77888
77870
|
} else if (!isClassExpression(node)) {
|
|
77889
77871
|
if (isPrivateIdentifier(node.name) && (isMethodDeclaration(node) || isAccessor(node) || isAutoAccessorPropertyDeclaration(node))) {
|
|
77890
|
-
checkExternalEmitHelpers(firstDecorator,
|
|
77872
|
+
checkExternalEmitHelpers(firstDecorator, 4194304 /* SetFunctionName */);
|
|
77891
77873
|
}
|
|
77892
77874
|
if (isComputedPropertyName(node.name)) {
|
|
77893
|
-
checkExternalEmitHelpers(firstDecorator,
|
|
77875
|
+
checkExternalEmitHelpers(firstDecorator, 8388608 /* PropKey */);
|
|
77894
77876
|
}
|
|
77895
77877
|
}
|
|
77896
77878
|
}
|
|
@@ -78767,7 +78749,7 @@ function createTypeChecker(host) {
|
|
|
78767
78749
|
function checkVariableDeclarationList(node) {
|
|
78768
78750
|
const blockScopeKind = getCombinedNodeFlags(node) & 7 /* BlockScoped */;
|
|
78769
78751
|
if (blockScopeKind === 4 /* Using */ || blockScopeKind === 6 /* AwaitUsing */) {
|
|
78770
|
-
checkExternalEmitHelpers(node,
|
|
78752
|
+
checkExternalEmitHelpers(node, 16777216 /* AddDisposableResourceAndDisposeResources */);
|
|
78771
78753
|
}
|
|
78772
78754
|
forEach(node.declarations, checkSourceElement);
|
|
78773
78755
|
}
|
|
@@ -79043,7 +79025,6 @@ function createTypeChecker(host) {
|
|
|
79043
79025
|
}
|
|
79044
79026
|
}
|
|
79045
79027
|
let arrayType = inputType;
|
|
79046
|
-
let reportedError = false;
|
|
79047
79028
|
let hasStringConstituent = false;
|
|
79048
79029
|
if (use & 4 /* AllowsStringInputFlag */) {
|
|
79049
79030
|
if (arrayType.flags & 1048576 /* Union */) {
|
|
@@ -79057,19 +79038,13 @@ function createTypeChecker(host) {
|
|
|
79057
79038
|
}
|
|
79058
79039
|
hasStringConstituent = arrayType !== inputType;
|
|
79059
79040
|
if (hasStringConstituent) {
|
|
79060
|
-
if (languageVersion < 1 /* ES5 */) {
|
|
79061
|
-
if (errorNode) {
|
|
79062
|
-
error(errorNode, Diagnostics.Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher);
|
|
79063
|
-
reportedError = true;
|
|
79064
|
-
}
|
|
79065
|
-
}
|
|
79066
79041
|
if (arrayType.flags & 131072 /* Never */) {
|
|
79067
79042
|
return possibleOutOfBounds ? includeUndefinedInIndexSignature(stringType) : stringType;
|
|
79068
79043
|
}
|
|
79069
79044
|
}
|
|
79070
79045
|
}
|
|
79071
79046
|
if (!isArrayLikeType(arrayType)) {
|
|
79072
|
-
if (errorNode
|
|
79047
|
+
if (errorNode) {
|
|
79073
79048
|
const allowsStrings = !!(use & 4 /* AllowsStringInputFlag */) && !hasStringConstituent;
|
|
79074
79049
|
const [defaultDiagnostic, maybeMissingAwait] = getIterationDiagnosticDetails(allowsStrings, downlevelIteration);
|
|
79075
79050
|
errorAndMaybeSuggestAwait(
|
|
@@ -80057,9 +80032,9 @@ function createTypeChecker(host) {
|
|
|
80057
80032
|
location = getFirstTransformableStaticClassElement(node);
|
|
80058
80033
|
}
|
|
80059
80034
|
if (location) {
|
|
80060
|
-
checkExternalEmitHelpers(location,
|
|
80035
|
+
checkExternalEmitHelpers(location, 4194304 /* SetFunctionName */);
|
|
80061
80036
|
if ((isPropertyAssignment(parent) || isPropertyDeclaration(parent) || isBindingElement(parent)) && isComputedPropertyName(parent.name)) {
|
|
80062
|
-
checkExternalEmitHelpers(location,
|
|
80037
|
+
checkExternalEmitHelpers(location, 8388608 /* PropKey */);
|
|
80063
80038
|
}
|
|
80064
80039
|
}
|
|
80065
80040
|
}
|
|
@@ -81334,9 +81309,6 @@ function createTypeChecker(host) {
|
|
|
81334
81309
|
if (!checkGrammarModifiers(node) && hasSyntacticModifiers(node)) {
|
|
81335
81310
|
grammarErrorOnFirstToken(node, Diagnostics.An_export_declaration_cannot_have_modifiers);
|
|
81336
81311
|
}
|
|
81337
|
-
if (node.moduleSpecifier && node.exportClause && isNamedExports(node.exportClause) && length(node.exportClause.elements) && languageVersion === 0 /* ES3 */) {
|
|
81338
|
-
checkExternalEmitHelpers(node, 4194304 /* CreateBinding */);
|
|
81339
|
-
}
|
|
81340
81312
|
checkGrammarExportDeclaration(node);
|
|
81341
81313
|
if (!node.moduleSpecifier || checkExternalImportOrExportDeclaration(node)) {
|
|
81342
81314
|
if (node.exportClause && !isNamespaceExport(node.exportClause)) {
|
|
@@ -83747,7 +83719,7 @@ function createTypeChecker(host) {
|
|
|
83747
83719
|
const helpersModule = resolveHelpersModule(sourceFile, location);
|
|
83748
83720
|
if (helpersModule !== unknownSymbol) {
|
|
83749
83721
|
const uncheckedHelpers = helpers & ~requestedExternalEmitHelpers;
|
|
83750
|
-
for (let helper = 1 /* FirstEmitHelper */; helper <=
|
|
83722
|
+
for (let helper = 1 /* FirstEmitHelper */; helper <= 16777216 /* LastEmitHelper */; helper <<= 1) {
|
|
83751
83723
|
if (uncheckedHelpers & helper) {
|
|
83752
83724
|
for (const name of getHelperNames(helper)) {
|
|
83753
83725
|
if (requestedExternalEmitHelperNames.has(name))
|
|
@@ -83823,13 +83795,11 @@ function createTypeChecker(host) {
|
|
|
83823
83795
|
return ["__classPrivateFieldSet"];
|
|
83824
83796
|
case 2097152 /* ClassPrivateFieldIn */:
|
|
83825
83797
|
return ["__classPrivateFieldIn"];
|
|
83826
|
-
case 4194304 /*
|
|
83827
|
-
return ["__createBinding"];
|
|
83828
|
-
case 8388608 /* SetFunctionName */:
|
|
83798
|
+
case 4194304 /* SetFunctionName */:
|
|
83829
83799
|
return ["__setFunctionName"];
|
|
83830
|
-
case
|
|
83800
|
+
case 8388608 /* PropKey */:
|
|
83831
83801
|
return ["__propKey"];
|
|
83832
|
-
case
|
|
83802
|
+
case 16777216 /* AddDisposableResourceAndDisposeResources */:
|
|
83833
83803
|
return ["__addDisposableResource", "__disposeResources"];
|
|
83834
83804
|
default:
|
|
83835
83805
|
return Debug.fail("Unrecognized helper");
|
|
@@ -84666,9 +84636,6 @@ function createTypeChecker(host) {
|
|
|
84666
84636
|
}
|
|
84667
84637
|
function checkGrammarAccessor(accessor) {
|
|
84668
84638
|
if (!(accessor.flags & 33554432 /* Ambient */) && accessor.parent.kind !== 187 /* TypeLiteral */ && accessor.parent.kind !== 264 /* InterfaceDeclaration */) {
|
|
84669
|
-
if (languageVersion < 1 /* ES5 */) {
|
|
84670
|
-
return grammarErrorOnNode(accessor.name, Diagnostics.Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher);
|
|
84671
|
-
}
|
|
84672
84639
|
if (languageVersion < 2 /* ES2015 */ && isPrivateIdentifier(accessor.name)) {
|
|
84673
84640
|
return grammarErrorOnNode(accessor.name, Diagnostics.Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher);
|
|
84674
84641
|
}
|
|
@@ -93297,7 +93264,7 @@ function transformLegacyDecorators(context) {
|
|
|
93297
93264
|
/*generateNameForComputedPropertyName*/
|
|
93298
93265
|
!hasSyntacticModifier(member, 128 /* Ambient */)
|
|
93299
93266
|
);
|
|
93300
|
-
const descriptor =
|
|
93267
|
+
const descriptor = isPropertyDeclaration(member) && !hasAccessorModifier(member) ? factory2.createVoidZero() : factory2.createNull();
|
|
93301
93268
|
const helper = emitHelpers().createDecorateHelper(
|
|
93302
93269
|
decoratorExpressions,
|
|
93303
93270
|
prefix,
|
|
@@ -102660,77 +102627,6 @@ function transformES2015(context) {
|
|
|
102660
102627
|
}
|
|
102661
102628
|
}
|
|
102662
102629
|
|
|
102663
|
-
// src/compiler/transformers/es5.ts
|
|
102664
|
-
function transformES5(context) {
|
|
102665
|
-
const { factory: factory2 } = context;
|
|
102666
|
-
const compilerOptions = context.getCompilerOptions();
|
|
102667
|
-
let previousOnEmitNode;
|
|
102668
|
-
let noSubstitution;
|
|
102669
|
-
if (compilerOptions.jsx === 1 /* Preserve */ || compilerOptions.jsx === 3 /* ReactNative */) {
|
|
102670
|
-
previousOnEmitNode = context.onEmitNode;
|
|
102671
|
-
context.onEmitNode = onEmitNode;
|
|
102672
|
-
context.enableEmitNotification(286 /* JsxOpeningElement */);
|
|
102673
|
-
context.enableEmitNotification(287 /* JsxClosingElement */);
|
|
102674
|
-
context.enableEmitNotification(285 /* JsxSelfClosingElement */);
|
|
102675
|
-
noSubstitution = [];
|
|
102676
|
-
}
|
|
102677
|
-
const previousOnSubstituteNode = context.onSubstituteNode;
|
|
102678
|
-
context.onSubstituteNode = onSubstituteNode;
|
|
102679
|
-
context.enableSubstitution(211 /* PropertyAccessExpression */);
|
|
102680
|
-
context.enableSubstitution(303 /* PropertyAssignment */);
|
|
102681
|
-
return chainBundle(context, transformSourceFile);
|
|
102682
|
-
function transformSourceFile(node) {
|
|
102683
|
-
return node;
|
|
102684
|
-
}
|
|
102685
|
-
function onEmitNode(hint, node, emitCallback) {
|
|
102686
|
-
switch (node.kind) {
|
|
102687
|
-
case 286 /* JsxOpeningElement */:
|
|
102688
|
-
case 287 /* JsxClosingElement */:
|
|
102689
|
-
case 285 /* JsxSelfClosingElement */:
|
|
102690
|
-
const tagName = node.tagName;
|
|
102691
|
-
noSubstitution[getOriginalNodeId(tagName)] = true;
|
|
102692
|
-
break;
|
|
102693
|
-
}
|
|
102694
|
-
previousOnEmitNode(hint, node, emitCallback);
|
|
102695
|
-
}
|
|
102696
|
-
function onSubstituteNode(hint, node) {
|
|
102697
|
-
if (node.id && noSubstitution && noSubstitution[node.id]) {
|
|
102698
|
-
return previousOnSubstituteNode(hint, node);
|
|
102699
|
-
}
|
|
102700
|
-
node = previousOnSubstituteNode(hint, node);
|
|
102701
|
-
if (isPropertyAccessExpression(node)) {
|
|
102702
|
-
return substitutePropertyAccessExpression(node);
|
|
102703
|
-
} else if (isPropertyAssignment(node)) {
|
|
102704
|
-
return substitutePropertyAssignment(node);
|
|
102705
|
-
}
|
|
102706
|
-
return node;
|
|
102707
|
-
}
|
|
102708
|
-
function substitutePropertyAccessExpression(node) {
|
|
102709
|
-
if (isPrivateIdentifier(node.name)) {
|
|
102710
|
-
return node;
|
|
102711
|
-
}
|
|
102712
|
-
const literalName = trySubstituteReservedName(node.name);
|
|
102713
|
-
if (literalName) {
|
|
102714
|
-
return setTextRange(factory2.createElementAccessExpression(node.expression, literalName), node);
|
|
102715
|
-
}
|
|
102716
|
-
return node;
|
|
102717
|
-
}
|
|
102718
|
-
function substitutePropertyAssignment(node) {
|
|
102719
|
-
const literalName = isIdentifier(node.name) && trySubstituteReservedName(node.name);
|
|
102720
|
-
if (literalName) {
|
|
102721
|
-
return factory2.updatePropertyAssignment(node, literalName, node.initializer);
|
|
102722
|
-
}
|
|
102723
|
-
return node;
|
|
102724
|
-
}
|
|
102725
|
-
function trySubstituteReservedName(name) {
|
|
102726
|
-
const token = identifierToKeywordKind(name);
|
|
102727
|
-
if (token !== void 0 && token >= 83 /* FirstReservedWord */ && token <= 118 /* LastReservedWord */) {
|
|
102728
|
-
return setTextRange(factory2.createStringLiteralFromNode(name), name);
|
|
102729
|
-
}
|
|
102730
|
-
return void 0;
|
|
102731
|
-
}
|
|
102732
|
-
}
|
|
102733
|
-
|
|
102734
102630
|
// src/compiler/transformers/generators.ts
|
|
102735
102631
|
function getInstructionName(instruction) {
|
|
102736
102632
|
switch (instruction) {
|
|
@@ -105983,43 +105879,29 @@ function transformModule(context) {
|
|
|
105983
105879
|
);
|
|
105984
105880
|
}
|
|
105985
105881
|
for (const specifier of node.exportClause.elements) {
|
|
105986
|
-
|
|
105987
|
-
|
|
105988
|
-
|
|
105989
|
-
|
|
105990
|
-
|
|
105991
|
-
|
|
105992
|
-
|
|
105993
|
-
|
|
105994
|
-
|
|
105995
|
-
|
|
105996
|
-
|
|
105997
|
-
|
|
105998
|
-
|
|
105999
|
-
|
|
106000
|
-
|
|
106001
|
-
|
|
106002
|
-
|
|
106003
|
-
);
|
|
106004
|
-
statements.push(
|
|
106005
|
-
setOriginalNode(
|
|
106006
|
-
setTextRange(
|
|
106007
|
-
factory2.createExpressionStatement(
|
|
106008
|
-
createExportExpression(
|
|
106009
|
-
factory2.getExportName(specifier),
|
|
106010
|
-
exportedValue,
|
|
106011
|
-
/*location*/
|
|
106012
|
-
void 0,
|
|
106013
|
-
/*liveBinding*/
|
|
106014
|
-
true
|
|
106015
|
-
)
|
|
106016
|
-
),
|
|
106017
|
-
specifier
|
|
105882
|
+
const exportNeedsImportDefault = !!getESModuleInterop(compilerOptions) && !(getInternalEmitFlags(node) & 2 /* NeverApplyImportHelper */) && idText(specifier.propertyName || specifier.name) === "default";
|
|
105883
|
+
const exportedValue = factory2.createPropertyAccessExpression(
|
|
105884
|
+
exportNeedsImportDefault ? emitHelpers().createImportDefaultHelper(generatedName) : generatedName,
|
|
105885
|
+
specifier.propertyName || specifier.name
|
|
105886
|
+
);
|
|
105887
|
+
statements.push(
|
|
105888
|
+
setOriginalNode(
|
|
105889
|
+
setTextRange(
|
|
105890
|
+
factory2.createExpressionStatement(
|
|
105891
|
+
createExportExpression(
|
|
105892
|
+
factory2.getExportName(specifier),
|
|
105893
|
+
exportedValue,
|
|
105894
|
+
/*location*/
|
|
105895
|
+
void 0,
|
|
105896
|
+
/*liveBinding*/
|
|
105897
|
+
true
|
|
105898
|
+
)
|
|
106018
105899
|
),
|
|
106019
105900
|
specifier
|
|
106020
|
-
)
|
|
106021
|
-
|
|
106022
|
-
|
|
105901
|
+
),
|
|
105902
|
+
specifier
|
|
105903
|
+
)
|
|
105904
|
+
);
|
|
106023
105905
|
}
|
|
106024
105906
|
return singleOrMany(statements);
|
|
106025
105907
|
} else if (node.exportClause) {
|
|
@@ -106370,30 +106252,20 @@ function transformModule(context) {
|
|
|
106370
106252
|
return statements;
|
|
106371
106253
|
}
|
|
106372
106254
|
function createUnderscoreUnderscoreESModule() {
|
|
106373
|
-
|
|
106374
|
-
|
|
106375
|
-
|
|
106376
|
-
|
|
106377
|
-
|
|
106378
|
-
|
|
106379
|
-
|
|
106380
|
-
|
|
106381
|
-
|
|
106382
|
-
|
|
106383
|
-
|
|
106384
|
-
|
|
106385
|
-
|
|
106386
|
-
|
|
106387
|
-
[
|
|
106388
|
-
factory2.createIdentifier("exports"),
|
|
106389
|
-
factory2.createStringLiteral("__esModule"),
|
|
106390
|
-
factory2.createObjectLiteralExpression([
|
|
106391
|
-
factory2.createPropertyAssignment("value", factory2.createTrue())
|
|
106392
|
-
])
|
|
106393
|
-
]
|
|
106394
|
-
)
|
|
106395
|
-
);
|
|
106396
|
-
}
|
|
106255
|
+
const statement = factory2.createExpressionStatement(
|
|
106256
|
+
factory2.createCallExpression(
|
|
106257
|
+
factory2.createPropertyAccessExpression(factory2.createIdentifier("Object"), "defineProperty"),
|
|
106258
|
+
/*typeArguments*/
|
|
106259
|
+
void 0,
|
|
106260
|
+
[
|
|
106261
|
+
factory2.createIdentifier("exports"),
|
|
106262
|
+
factory2.createStringLiteral("__esModule"),
|
|
106263
|
+
factory2.createObjectLiteralExpression([
|
|
106264
|
+
factory2.createPropertyAssignment("value", factory2.createTrue())
|
|
106265
|
+
])
|
|
106266
|
+
]
|
|
106267
|
+
)
|
|
106268
|
+
);
|
|
106397
106269
|
setEmitFlags(statement, 2097152 /* CustomPrologue */);
|
|
106398
106270
|
return statement;
|
|
106399
106271
|
}
|
|
@@ -106413,7 +106285,7 @@ function transformModule(context) {
|
|
|
106413
106285
|
}
|
|
106414
106286
|
function createExportExpression(name, value, location, liveBinding) {
|
|
106415
106287
|
return setTextRange(
|
|
106416
|
-
liveBinding
|
|
106288
|
+
liveBinding ? factory2.createCallExpression(
|
|
106417
106289
|
factory2.createPropertyAccessExpression(
|
|
106418
106290
|
factory2.createIdentifier("Object"),
|
|
106419
106291
|
"defineProperty"
|
|
@@ -110374,9 +110246,6 @@ function getScriptTransformers(compilerOptions, customTransformers, emitOnly) {
|
|
|
110374
110246
|
transformers.push(transformGenerators);
|
|
110375
110247
|
}
|
|
110376
110248
|
transformers.push(getModuleTransformer(moduleKind));
|
|
110377
|
-
if (languageVersion < 1 /* ES5 */) {
|
|
110378
|
-
transformers.push(transformES5);
|
|
110379
|
-
}
|
|
110380
110249
|
addRange(transformers, customTransformers && map(customTransformers.after, wrapScriptTransformerFactory));
|
|
110381
110250
|
return transformers;
|
|
110382
110251
|
}
|
|
@@ -111057,8 +110926,8 @@ function emitFiles(resolver, host, targetSourceFile, { scriptTransformers, decla
|
|
|
111057
110926
|
removeComments: compilerOptions.removeComments,
|
|
111058
110927
|
newLine: compilerOptions.newLine,
|
|
111059
110928
|
noEmitHelpers: compilerOptions.noEmitHelpers,
|
|
111060
|
-
module: compilerOptions
|
|
111061
|
-
target: compilerOptions
|
|
110929
|
+
module: getEmitModuleKind(compilerOptions),
|
|
110930
|
+
target: getEmitScriptTarget(compilerOptions),
|
|
111062
110931
|
sourceMap: compilerOptions.sourceMap,
|
|
111063
110932
|
inlineSourceMap: compilerOptions.inlineSourceMap,
|
|
111064
110933
|
inlineSources: compilerOptions.inlineSources,
|
|
@@ -119917,9 +119786,6 @@ function createProgram(rootNamesOrOptions, _options, _host, _oldProgram, _config
|
|
|
119917
119786
|
createDiagnosticForOptionName(Diagnostics.Cannot_find_the_common_subdirectory_path_for_the_input_files, "outDir");
|
|
119918
119787
|
}
|
|
119919
119788
|
}
|
|
119920
|
-
if (options.useDefineForClassFields && languageVersion === 0 /* ES3 */) {
|
|
119921
|
-
createDiagnosticForOptionName(Diagnostics.Option_0_cannot_be_specified_when_option_target_is_ES3, "useDefineForClassFields");
|
|
119922
|
-
}
|
|
119923
119789
|
if (options.checkJs && !getAllowJSCompilerOption(options)) {
|
|
119924
119790
|
programDiagnostics.add(createCompilerDiagnostic(Diagnostics.Option_0_cannot_be_specified_without_specifying_option_1, "checkJs", "allowJs"));
|
|
119925
119791
|
}
|