mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
Add newline, bad edit
This commit is contained in:
parent
4e43dcdc05
commit
6a82b0a96b
@ -148,7 +148,8 @@ namespace ts {
|
||||
}
|
||||
|
||||
export function isJsPrivate(name: string): boolean {
|
||||
return startsWith(name, "_"); }
|
||||
return startsWith(name, "_");
|
||||
}
|
||||
|
||||
function tryRequire(fileNameToRequire: string): unknown {
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user