Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
22
node_modules/@capacitor/assets/dist/output-asset.js
generated
vendored
Normal file
22
node_modules/@capacitor/assets/dist/output-asset.js
generated
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.OutputAsset = void 0;
|
||||
/**
|
||||
* An instance of a generated asset
|
||||
*/
|
||||
class OutputAsset {
|
||||
constructor(template, asset, project, destFilenames, outputInfoMap) {
|
||||
this.template = template;
|
||||
this.asset = asset;
|
||||
this.project = project;
|
||||
this.destFilenames = destFilenames;
|
||||
this.outputInfoMap = outputInfoMap;
|
||||
}
|
||||
getDestFilename(assetName) {
|
||||
return this.destFilenames[assetName];
|
||||
}
|
||||
getOutputInfo(assetName) {
|
||||
return this.outputInfoMap[assetName];
|
||||
}
|
||||
}
|
||||
exports.OutputAsset = OutputAsset;
|
||||
Loading…
Add table
Add a link
Reference in a new issue