experimental.js 444 B

12345678910111213
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. /**
  4. * @license
  5. * Copyright Google Inc. All Rights Reserved.
  6. *
  7. * Use of this source code is governed by an MIT-style license that can be
  8. * found in the LICENSE file at https://angular.io/license
  9. */
  10. const jobs = require("./experimental/jobs/index");
  11. exports.jobs = jobs;
  12. const workspace = require("./experimental/workspace/index");
  13. exports.workspace = workspace;