File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ script.
2828
2929## Installation
3030
31- Install the [ ` @googlemaps/js-api-loader ` NPM package ] [ npm-pkg ] with:
31+ Install [ ` @googlemaps/js-api-loader ` ] [ npm-pkg ] with:
3232
3333``` sh
3434npm install --save @googlemaps/js-api-loader
@@ -40,8 +40,6 @@ yarn add @googlemaps/js-api-loader
4040pnpm add @googlemaps/js-api-loader
4141```
4242
43- ### TypeScript
44-
4543TypeScript users should additionally install the types for the Google Maps
4644JavaScript API:
4745
Original file line number Diff line number Diff line change @@ -143,4 +143,6 @@ function installImportLibrary_(options: APIOptions) {
143143 if ( ! importLibraryExists ) bootstrap ( options ) ;
144144}
145145
146+ // export the deprecated (and non-functional) Loader class to trigger a strong
147+ // error-message for users migrating to the new version
146148export * from "./deprecated.js" ;
You can’t perform that action at this time.
0 commit comments