Skip to content

Commit 64d0f58

Browse files
authored
fix: Remove export statement from index.ts (#578)
* fix: Remove export statement from index.ts Otherwise TSC strips the closing region tag. * fix: removes export statement Another pesky holdover from the old repo. Now this is documented in the internal instructions.
1 parent 696fc79 commit 64d0f58

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

samples/advanced-markers-html-simple/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ async function initMap() {
3030
// [END maps_advanced_markers_html_simple_snippet]
3131
initMap();
3232
// [END maps_advanced_markers_html_simple]
33-
export { };

samples/advanced-markers-html/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,3 @@ const properties = [{
201201

202202
initMap();
203203
// [END maps_advanced_markers_html]
204-
export { };

0 commit comments

Comments
 (0)