UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

13 lines (10 loc) 264 B
"use strict"; exports.__esModule = true; exports.default = function () { return { manipulateOptions: function manipulateOptions(opts, parserOpts) { parserOpts.plugins.push("exponentiationOperator"); } }; }; module.exports = exports["default"];