Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
871 bytes
|
Line | |
---|
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 | */
|
---|
9 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
10 | exports.standardFormats = exports.pathFormat = exports.htmlSelectorFormat = void 0;
|
---|
11 | const html_selector_1 = require("./html-selector");
|
---|
12 | const path_1 = require("./path");
|
---|
13 | var html_selector_2 = require("./html-selector");
|
---|
14 | Object.defineProperty(exports, "htmlSelectorFormat", { enumerable: true, get: function () { return html_selector_2.htmlSelectorFormat; } });
|
---|
15 | var path_2 = require("./path");
|
---|
16 | Object.defineProperty(exports, "pathFormat", { enumerable: true, get: function () { return path_2.pathFormat; } });
|
---|
17 | exports.standardFormats = [html_selector_1.htmlSelectorFormat, path_1.pathFormat];
|
---|
Note:
See
TracBrowser
for help on using the repository browser.