Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/microsoft/lsif-node.git
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
8b5f22072c
ΠΠΎΠΌΠΌΠΈΡ
b985fdbdfe
|
@ -9,8 +9,8 @@
|
|||
"node": true
|
||||
},
|
||||
"rules": {
|
||||
"semi": "error",
|
||||
"no-extra-semi": "warn",
|
||||
"semi": "off",
|
||||
"@typescript-eslint/semi": "error",
|
||||
"curly": "warn",
|
||||
"quotes": ["error", "single", { "allowTemplateLiterals": true } ],
|
||||
"eqeqeq": "error",
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
"use strict";
|
||||
|
||||
//@ts-check
|
||||
const path = require('path');
|
||||
const child_process = require('child_process')
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
"use strict";
|
||||
|
||||
const cp = require('child_process');
|
||||
const path = require('path');
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
"use strict";
|
||||
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅