UNPKG

typescript-loadable-components-plugin

Version:

A custom transformer of typescript that is used to add some necessary properties to loadable-components.

14 lines 359 B
"use strict"; /*! * Copyright 2019 acrazing <joking.young@gmail.com>. All rights reserved. * @since 2019-11-01 23:01:37 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.State = void 0; class State { constructor(program, options) { this.program = program; } } exports.State = State; //# sourceMappingURL=State.js.map