UNPKG

871 BJavaScriptView Raw
1"use strict";
2/**
3 * @license
4 * Copyright Google LLC All Rights Reserved.
5 *
6 * Use of this source code is governed by an MIT-style license that can be
7 * found in the LICENSE file at https://angular.io/license
8 */
9Object.defineProperty(exports, "__esModule", { value: true });
10exports.standardFormats = exports.pathFormat = exports.htmlSelectorFormat = void 0;
11const html_selector_1 = require("./html-selector");
12const path_1 = require("./path");
13var html_selector_2 = require("./html-selector");
14Object.defineProperty(exports, "htmlSelectorFormat", { enumerable: true, get: function () { return html_selector_2.htmlSelectorFormat; } });
15var path_2 = require("./path");
16Object.defineProperty(exports, "pathFormat", { enumerable: true, get: function () { return path_2.pathFormat; } });
17exports.standardFormats = [html_selector_1.htmlSelectorFormat, path_1.pathFormat];