Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
11
node_modules/@trapezedev/project/dist/util/fs.js
generated
vendored
Normal file
11
node_modules/@trapezedev/project/dist/util/fs.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.assertParentDirs = void 0;
|
||||
const utils_fs_1 = require("@ionic/utils-fs");
|
||||
const path_1 = require("path");
|
||||
async function assertParentDirs(path) {
|
||||
const dirs = (0, path_1.dirname)(path);
|
||||
await (0, utils_fs_1.mkdirp)(dirs);
|
||||
}
|
||||
exports.assertParentDirs = assertParentDirs;
|
||||
//# sourceMappingURL=fs.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue