UNPKG

328 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const fs_extra_1 = require("fs-extra");
4const os_1 = require("os");
5const path_1 = require("path");
6exports.CACHE_DIR = path_1.join(os_1.homedir(), '.cache', 'alobuild');
7try {
8 fs_extra_1.mkdirpSync(exports.CACHE_DIR);
9}
10catch (_a) {
11 //noop
12}