Skip to content

Commit 717c344

Browse files
neuracrcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 613280852
1 parent 08309d2 commit 717c344

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/for_closure/index.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/**
2+
* @license
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/**
7+
* @fileoverview Re-exports some functions from safevalues that the Closure Safe
8+
* type that are not migrated yet need. These types can't import these functions
9+
* directly from safevalues because it would create a cyclic dependency.
10+
*/
11+
12+
export {sanitizeUrl} from '../builders/url_builders';
13+
export {SafeUrl, unwrapUrl} from '../internals/url_impl';
14+
15+
goog.tsMigrationNamedExportsShim('safevalues.for_closure');
16+
goog.tsMigrationExportsShimDeclareLegacyNamespace();

0 commit comments

Comments
 (0)