mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Check EOF token to get errors for JSDoc (#28000)
* Check EOF token to get errors for JSDoc * outputFile instead of noEmit for test
This commit is contained in:
committed by
GitHub
parent
69b1cb5bac
commit
bf393ae1cd
@@ -27305,6 +27305,7 @@ namespace ts {
|
||||
clear(potentialNewTargetCollisions);
|
||||
|
||||
forEach(node.statements, checkSourceElement);
|
||||
checkSourceElement(node.endOfFileToken);
|
||||
|
||||
checkDeferredNodes(node);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user