mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
fix(44637): add spaces between exports assignment equal token (#44655)
This commit is contained in:
@@ -459,6 +459,9 @@ namespace ts.formatting {
|
||||
// equal in import a = module('a');
|
||||
// falls through
|
||||
case SyntaxKind.ImportEqualsDeclaration:
|
||||
// equal in export = 1
|
||||
// falls through
|
||||
case SyntaxKind.ExportAssignment:
|
||||
// equal in let a = 0
|
||||
// falls through
|
||||
case SyntaxKind.VariableDeclaration:
|
||||
|
||||
Reference in New Issue
Block a user