Doric remove DoricAssetsResource for now

This commit is contained in:
pengfei.zhou
2022-01-26 15:38:31 +08:00
committed by osborn
parent 65105eabfc
commit 894cc91dd6
11 changed files with 5 additions and 163 deletions

View File

@@ -2244,23 +2244,6 @@ var BundleResource = /** @class */ (function (_super) {
}
return BundleResource;
}(iOSResource));
var ArrayBufferResource = /** @class */ (function (_super) {
__extends$f(ArrayBufferResource, _super);
function ArrayBufferResource(data) {
var _this = _super.call(this, "arrayBuffer", "") || this;
_this.data = data;
return _this;
}
ArrayBufferResource.prototype.toModel = function () {
return {
data: this.data,
resId: this.resId,
type: this.type,
identifier: this.identifier,
};
};
return ArrayBufferResource;
}(Resource));
var __extends$e = (undefined && undefined.__extends) || (function () {
var extendStatics = function (d, b) {
@@ -4640,7 +4623,6 @@ exports.AlphaAnimation = AlphaAnimation;
exports.AndroidAssetsResource = AndroidAssetsResource;
exports.AndroidResource = AndroidResource;
exports.AnimationSet = AnimationSet;
exports.ArrayBufferResource = ArrayBufferResource;
exports.AssetsResource = AssetsResource;
exports.BOTTOM = BOTTOM;
exports.BackgroundColorAnimation = BackgroundColorAnimation;