mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
parent
75cb8b2393
commit
5e496d52e1
@ -1,7 +1,7 @@
|
||||
/* @internal */
|
||||
namespace ts.refactor {
|
||||
/**
|
||||
* Returned by refactor funtions when some error message needs to be surfaced to users.
|
||||
* Returned by refactor functions when some error message needs to be surfaced to users.
|
||||
*/
|
||||
export interface RefactorErrorInfo {
|
||||
error: string;
|
||||
@ -22,4 +22,4 @@ namespace ts.refactor {
|
||||
if(!requested) return true;
|
||||
return known.substr(0, requested.length) === requested;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user