Skip to content

Commit 7490baf

Browse files
author
Andy Hanson
committed
Update API (#24966)
1 parent f406e1f commit 7490baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5752,6 +5752,7 @@ declare namespace ts {
57525752
Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for_all_imports_Implies_allowSyntheticDefaultImports: DiagnosticMessage;
57535753
Type_originates_at_this_import_A_namespace_style_import_cannot_be_called_or_constructed_and_will_cause_a_failure_at_runtime_Consider_using_a_default_import_or_import_require_here_instead: DiagnosticMessage;
57545754
Mapped_object_type_implicitly_has_an_any_template_type: DiagnosticMessage;
5755+
If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_Slash_Slashgithub_com_SlashDefinitelyTyped_SlashDefinitelyTyped_Slashtree_Slashmaster_Slashtypes_Slash_0: DiagnosticMessage;
57555756
You_cannot_rename_this_element: DiagnosticMessage;
57565757
You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library: DiagnosticMessage;
57575758
import_can_only_be_used_in_a_ts_file: DiagnosticMessage;

0 commit comments

Comments
 (0)