swc/ecmascript/minifier/tests/compress/fixture/projects/yui/10/output.js

5 lines
157 B
JavaScript
Raw Normal View History

export var _path = function(dir, file, type, nomin) {
var path = dir + "/" + file;
return nomin || (path += "-min"), path += "." + (type || CSS);
};