UNPKG

1.59 kBTypeScriptView Raw
1/*
2 Copyright 2022 Google LLC
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6
7 https://www.apache.org/licenses/LICENSE-2.0
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14*/
15
16export {
17 /**
18 * @deprecated The "base+polyfill" build is deprecated.
19 * See: https://bit.ly/3aqzsGm
20 */
21 onCLS,
22} from './dist/modules/index.js';
23
24export {
25 /**
26 * @deprecated The "base+polyfill" build is deprecated.
27 * See: https://bit.ly/3aqzsGm
28 */
29 onFCP,
30} from './dist/modules/index.js';
31
32export {
33 /**
34 * @deprecated The "base+polyfill" build is deprecated.
35 * See: https://bit.ly/3aqzsGm
36 */
37 onFID,
38} from './dist/modules/index.js';
39
40export {
41 /**
42 * @deprecated The "base+polyfill" build is deprecated.
43 * See: https://bit.ly/3aqzsGm
44 */
45 onINP,
46} from './dist/modules/index.js';
47
48export {
49 /**
50 * @deprecated The "base+polyfill" build is deprecated.
51 * See: https://bit.ly/3aqzsGm
52 */
53 onLCP,
54} from './dist/modules/index.js';
55
56export {
57 /**
58 * @deprecated The "base+polyfill" build is deprecated.
59 * See: https://bit.ly/3aqzsGm
60 */
61 onTTFB,
62} from './dist/modules/index.js';
63
64export * from './dist/modules/deprecated.js';
65export * from './dist/modules/types.js';