mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
chore: fix eslint issues (#9017)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { knownFolders } from '../file-system';
|
||||
|
||||
export let debug = true;
|
||||
export const debug = true;
|
||||
|
||||
let applicationRootPath: string;
|
||||
function ensureAppRootPath() {
|
||||
@ -15,7 +15,7 @@ export class Source {
|
||||
private _line: number;
|
||||
private _column: number;
|
||||
|
||||
private static _source: symbol = Symbol('source');
|
||||
private static _source = Symbol('source');
|
||||
|
||||
constructor(uri: string, line: number, column: number) {
|
||||
ensureAppRootPath();
|
||||
|
Reference in New Issue
Block a user