Last change
on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
481 bytes
|
Line | |
---|
1 | /** PURE_IMPORTS_START tslib,_AsyncScheduler PURE_IMPORTS_END */
|
---|
2 | import * as tslib_1 from "tslib";
|
---|
3 | import { AsyncScheduler } from './AsyncScheduler';
|
---|
4 | var QueueScheduler = /*@__PURE__*/ (function (_super) {
|
---|
5 | tslib_1.__extends(QueueScheduler, _super);
|
---|
6 | function QueueScheduler() {
|
---|
7 | return _super !== null && _super.apply(this, arguments) || this;
|
---|
8 | }
|
---|
9 | return QueueScheduler;
|
---|
10 | }(AsyncScheduler));
|
---|
11 | export { QueueScheduler };
|
---|
12 | //# sourceMappingURL=QueueScheduler.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.