File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48156,7 +48156,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
4815648156 }
4815748157
4815848158 if (moduleKind === ModuleKind.NodeNext && !isImportAttributes) {
48159- return grammarErrorOnFirstToken(node, Diagnostics.Import_assertions_have_been_replaced_by_import_attributes_Use_with_instead_of_asserts );
48159+ return grammarErrorOnFirstToken(node, Diagnostics.Import_assertions_have_been_replaced_by_import_attributes_Use_with_instead_of_assert );
4816048160 }
4816148161
4816248162 if (declaration.moduleSpecifier && getEmitSyntaxForModuleSpecifierExpression(declaration.moduleSpecifier) === ModuleKind.CommonJS) {
Original file line number Diff line number Diff line change 39833983 "category" : " Error" ,
39843984 "code" : 2879
39853985 },
3986- "Import assertions have been replaced by import attributes. Use 'with' instead of 'asserts '." : {
3986+ "Import assertions have been replaced by import attributes. Use 'with' instead of 'assert '." : {
39873987 "category" : " Error" ,
39883988 "code" : 2880
39893989 },
You can’t perform that action at this time.
0 commit comments