This repository was archived by the owner on Jun 8, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3030 "mocha" : " ^3.0.2" ,
3131 "power-assert" : " ^1.4.1" ,
3232 "rimraf" : " ^2.4.3" ,
33- "upath" : " ^1.1.0" ,
3433 "uuid" : " ^3.3.2"
3534 },
3635 "scripts" : {
Original file line number Diff line number Diff line change 44 * See the accompanying LICENSE file for terms.
55 */
66
7- import * as p from 'upath ' ;
7+ import * as p from 'path ' ;
88import { writeFileSync } from 'fs' ;
99import { sync as mkdirpSync } from 'mkdirp' ;
1010import printICUMessage from './print-icu-message' ;
@@ -152,7 +152,7 @@ export default function ({types: t}) {
152152 let loc ;
153153 if ( opts . extractSourceLocation ) {
154154 loc = {
155- file : p . toUnix ( p . relative ( process . cwd ( ) , file . opts . filename ) ) ,
155+ file : p . relative ( process . cwd ( ) , file . opts . filename ) ,
156156 ...path . node . loc ,
157157 } ;
158158 }
Original file line number Diff line number Diff line change @@ -2991,7 +2991,7 @@ unset-value@^1.0.0:
29912991 has-value "^0.3.1"
29922992 isobject "^3.0.0"
29932993
2994- upath@^1.0.5, upath@^1.1.0 :
2994+ upath@^1.0.5 :
29952995 version "1.1.0"
29962996 resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd"
29972997
You can’t perform that action at this time.
0 commit comments