UNPKG

288 BJavaScriptView Raw
1'use strict'
2
3const path = require('path')
4const homeDir = require('os').homedir()
5const ROOT_PATH = path.join(__dirname, '..')
6
7exports.CWD_PATH = process.cwd()
8exports.ROOT_PATH = ROOT_PATH
9exports.PLUGIN_PATH = path.join(homeDir, '.xdc')
10exports.LIB_PATH = path.join(ROOT_PATH, 'lib')