36 lines
1.6 KiB
JavaScript
Executable File
36 lines
1.6 KiB
JavaScript
Executable File
"use strict";
|
|
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.dev/license
|
|
*/
|
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
if (k2 === undefined) k2 = k;
|
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
}
|
|
Object.defineProperty(o, k2, desc);
|
|
}) : (function(o, m, k, k2) {
|
|
if (k2 === undefined) k2 = k;
|
|
o[k2] = m[k];
|
|
}));
|
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
};
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
__exportStar(require("./ast"), exports);
|
|
__exportStar(require("./ast/ng-module-imports"), exports);
|
|
__exportStar(require("./build-component"), exports);
|
|
__exportStar(require("./get-project"), exports);
|
|
__exportStar(require("./html-manipulation"), exports);
|
|
__exportStar(require("./parse5-element"), exports);
|
|
__exportStar(require("./project-index-file"), exports);
|
|
__exportStar(require("./project-main-file"), exports);
|
|
__exportStar(require("./project-style-file"), exports);
|
|
__exportStar(require("./project-targets"), exports);
|
|
__exportStar(require("./project-tsconfig-paths"), exports);
|
|
__exportStar(require("./schematic-options"), exports);
|
|
//# sourceMappingURL=index.js.map
|