This repository was archived by the owner on Apr 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 40
40
"icss-utils" : " ^4.1.0" ,
41
41
"lodash" : " ^4.17.11" ,
42
42
"node-sass" : " ^4.12.0" ,
43
- "postcss" : " ^7.0.16 " ,
43
+ "postcss" : " ^7.0.17 " ,
44
44
"postcss-icss-selectors" : " ^2.0.3" ,
45
45
"reserved-words" : " ^0.1.2"
46
46
},
Original file line number Diff line number Diff line change 1
- import * as fs from "fs" ;
2
- import * as path from "path" ;
3
- import * as os from "os" ;
4
- import * as tss from "typescript/lib/tsserverlibrary" ;
1
+ import fs from "fs" ;
2
+ import path from "path" ;
3
+ import os from "os" ;
4
+ import tss from "typescript/lib/tsserverlibrary" ;
5
5
import IOptions from "./IOptions" ;
6
6
7
7
export interface ILoggerOptions {
@@ -16,6 +16,7 @@ export default class Logger {
16
16
17
17
private get logPath ( ) {
18
18
const basePath = "/logs/ts-log.log" ;
19
+
19
20
return this . options . filePath
20
21
? path . join ( this . options . filePath , basePath )
21
22
: path . join ( os . homedir ( ) , basePath ) ;
Original file line number Diff line number Diff line change @@ -3296,7 +3296,7 @@ postcss@^6.0.2:
3296
3296
source-map "^0.6.1"
3297
3297
supports-color "^5.4.0"
3298
3298
3299
- postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.16 :
3299
+ postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.17 :
3300
3300
version "7.0.17"
3301
3301
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.17.tgz#4da1bdff5322d4a0acaab4d87f3e782436bad31f"
3302
3302
integrity sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ==
You can’t perform that action at this time.
0 commit comments