mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fix tslint errors.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { knownFolders } from "file-system"
|
||||
import {knownFolders} from "file-system"
|
||||
|
||||
export var debug = true;
|
||||
|
||||
@ -17,7 +17,6 @@ export class Source {
|
||||
private _column: number;
|
||||
|
||||
private static _source: symbol = Symbol("source");
|
||||
private static _appRoot: string;
|
||||
|
||||
constructor(uri: string, line: number, column: number) {
|
||||
ensureAppRootPath();
|
||||
@ -87,4 +86,4 @@ export class SourceError extends ScopeError {
|
||||
}
|
||||
|
||||
get source() { return this._source; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user