Skip to content

Commit ddc7745

Browse files
Update dist folder [skip ci] (#302)
Co-authored-by: googlemaps-bot <[email protected]>
1 parent 368c991 commit ddc7745

File tree

48 files changed

+97
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+97
-147
lines changed

dist/samples/advanced-markers-animation/app/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,4 @@
108108
}
109109

110110
initMap();
111-
// [END maps_advanced_markers_animation]
112-
export { };
111+
// [END maps_advanced_markers_animation]

dist/samples/advanced-markers-animation/docs/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/**
23
* @license
34
* Copyright 2025 Google LLC. All Rights Reserved.
@@ -93,4 +94,4 @@ function refreshMap() {
9394
initMap();
9495
}
9596
initMap();
96-
export {};
97+
// [END maps_advanced_markers_animation]

dist/samples/advanced-markers-animation/docs/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,4 @@
108108
}
109109

110110
initMap();
111-
// [END maps_advanced_markers_animation]
112-
export { };
111+
// [END maps_advanced_markers_animation]

dist/samples/advanced-markers-animation/jsfiddle/demo.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/**
23
* @license
34
* Copyright 2025 Google LLC. All Rights Reserved.
@@ -93,4 +94,4 @@ function refreshMap() {
9394
initMap();
9495
}
9596
initMap();
96-
export {};
97+

dist/samples/place-autocomplete-data-session/app/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@ declare global {
9797
}
9898
window.init = init;
9999
// [END maps_place_autocomplete_data_session]
100+
void 0; // No-op to preserve the last region tag comment.
100101
export { };

dist/samples/place-autocomplete-data-session/docs/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ function refreshToken(request) {
7575
request.sessionToken = new google.maps.places.AutocompleteSessionToken();
7676
}
7777
window.init = init;
78+
// [END maps_place_autocomplete_data_session]
79+
void 0; // No-op to preserve the last region tag comment.
7880
export {};

dist/samples/place-autocomplete-data-session/docs/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@ declare global {
9797
}
9898
window.init = init;
9999
// [END maps_place_autocomplete_data_session]
100+
void 0; // No-op to preserve the last region tag comment.
100101
export { };

dist/samples/place-autocomplete-data-session/jsfiddle/demo.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ function refreshToken(request) {
7575
request.sessionToken = new google.maps.places.AutocompleteSessionToken();
7676
}
7777
window.init = init;
78+
79+
void 0; // No-op to preserve the last region tag comment.
7880
export {};

dist/samples/place-autocomplete-element/app/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ async function initMap(): Promise<void> {
4040

4141
initMap();
4242
// [END maps_place_autocomplete_element]
43-
export { };

dist/samples/place-autocomplete-element/docs/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/*
23
* @license
34
* Copyright 2025 Google LLC. All Rights Reserved.
@@ -33,4 +34,4 @@ async function initMap() {
3334
// [END maps_place_autocomplete_element_listener]
3435
}
3536
initMap();
36-
export {};
37+
// [END maps_place_autocomplete_element]

0 commit comments

Comments
 (0)