@vxapp/wxss
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -45,4 +45,4 @@ const fs = require('fs'); | ||
wxss.transform = async options => { | ||
const { current, source, target, plugins = [] } = options; | ||
const output = current.replace(source, target); | ||
var { current, source, target, output, plugins = [] } = options; | ||
output = output || current.replace(source, target); | ||
const content = await readFile(current); | ||
@@ -49,0 +49,0 @@ const parse = postcss(plugins.concat(wxss(options))); |
{ | ||
"name": "@vxapp/wxss", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "wechat mini-program wxss parser", | ||
@@ -21,6 +21,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@vxapp/resolve": "^0.0.9", | ||
"@vxapp/resolve": "^0.0.10", | ||
"postcss": "^7.0.6" | ||
}, | ||
"gitHead": "499a70ca92befd3481fe5fa493bc3466616344d7" | ||
"gitHead": "e02dc67596abd028828e628e539ed6f398e1f822" | ||
} |
4644
+ Added@vxapp/resolve@0.0.10(transitive)
- Removed@vxapp/resolve@0.0.9(transitive)
Updated@vxapp/resolve@^0.0.10