Skip to content

Commit adc3f2b

Browse files
committed
update description
1 parent f28958f commit adc3f2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ namespace ts {
283283
{
284284
name: "allowSyntheticDefaultImports",
285285
type: "boolean",
286-
description: Diagnostics.Allow_default_imports_from_modules_with_no_default_export
286+
description: Diagnostics.Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking
287287
},
288288
{
289289
name: "allowJs",

src/compiler/diagnosticMessages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2109,7 +2109,7 @@
21092109
"category": "Message",
21102110
"code": 6010
21112111
},
2112-
"Allow default imports from modules with no default export": {
2112+
"Allow default imports from modules with no default export. This does not affect code emit, just typechecking.": {
21132113
"category": "Message",
21142114
"code": 6011
21152115
},

0 commit comments

Comments
 (0)