improve absolute path handling

This commit is contained in:
2016-09-30 17:08:09 +02:00
parent e09ce0edc0
commit 3d0257768d
17 changed files with 106 additions and 103 deletions

View File

@@ -1,8 +1,10 @@
import "typings-global";
import plugins = require("./smartpath.plugins");
import SmartpathCheck = require("./smartpath.check");
import SmartpathGet = require("./smartpath.get");
import SmartpathTransform = require("./smartpath.transform");
import 'typings-global'
import plugins = require('./smartpath.plugins')
// import modules
import SmartpathCheck = require('./smartpath.check')
import SmartpathGet = require('./smartpath.get')
import SmartpathTransform = require('./smartpath.transform')
/**
*
@@ -12,7 +14,6 @@ let smartpath = {
check: SmartpathCheck,
get: SmartpathGet,
transform: SmartpathTransform
};
}
export = smartpath;
export = smartpath