mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-19 23:46:24 +08:00
chore(file): remove file for now
This commit is contained in:
parent
c7499185e0
commit
3ce701cce7
2
dist/plugins/file.d.ts
vendored
2
dist/plugins/file.d.ts
vendored
@ -1,2 +0,0 @@
|
|||||||
export declare class File {
|
|
||||||
}
|
|
23
dist/plugins/file.js
vendored
23
dist/plugins/file.js
vendored
@ -1,23 +0,0 @@
|
|||||||
if (typeof __decorate !== "function") __decorate = function (decorators, target, key, desc) {
|
|
||||||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") return Reflect.decorate(decorators, target, key, desc);
|
|
||||||
switch (arguments.length) {
|
|
||||||
case 2: return decorators.reduceRight(function(o, d) { return (d && d(o)) || o; }, target);
|
|
||||||
case 3: return decorators.reduceRight(function(o, d) { return (d && d(target, key)), void 0; }, void 0);
|
|
||||||
case 4: return decorators.reduceRight(function(o, d) { return (d && d(target, key, o)) || o; }, desc);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
var plugin_1 = require('./plugin');
|
|
||||||
var File = (function () {
|
|
||||||
function File() {
|
|
||||||
}
|
|
||||||
File = __decorate([
|
|
||||||
plugin_1.Plugin({
|
|
||||||
name: 'File',
|
|
||||||
plugin: 'cordova-plugin-file',
|
|
||||||
pluginRef: 'cordova.file'
|
|
||||||
})
|
|
||||||
], File);
|
|
||||||
return File;
|
|
||||||
})();
|
|
||||||
exports.File = File;
|
|
||||||
//# sourceMappingURL=file.js.map
|
|
1
dist/plugins/file.js.map
vendored
1
dist/plugins/file.js.map
vendored
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"file.js","sourceRoot":"","sources":["../../src/plugins/file.ts"],"names":["File","File.constructor"],"mappings":";;;;;;;;AAAA,uBAA8B,UAAU,CAAC,CAAA;AAIzC;IAAAA;IAMAC,CAACA;IANDD;QAACA,eAAMA,CAACA;YACNA,IAAIA,EAAEA,MAAMA;YACZA,MAAMA,EAAEA,qBAAqBA;YAC7BA,SAASA,EAAEA,cAAcA;SAC1BA,CAACA;aAEDA;IAADA,WAACA;AAADA,CAACA,AAND,IAMC;AADY,YAAI,OAChB,CAAA"}
|
|
@ -1,11 +1,11 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
// import {Plugin, Cordova} from './plugin';
|
||||||
|
//
|
||||||
declare var window;
|
// declare var window;
|
||||||
|
//
|
||||||
@Plugin({
|
// @Plugin({
|
||||||
name: 'File',
|
// name: 'File',
|
||||||
plugin: 'cordova-plugin-file',
|
// plugin: 'cordova-plugin-file',
|
||||||
pluginRef: 'cordova.file'
|
// pluginRef: 'cordova.file'
|
||||||
})
|
// })
|
||||||
export class File {
|
// export class File {
|
||||||
}
|
// }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user