We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d2f68 commit ad7aa17Copy full SHA for ad7aa17
src/index.test.ts
@@ -16,7 +16,6 @@
16
17
import { jest } from "@jest/globals";
18
import type { bootstrap } from "./bootstrap.js";
19
-import { logDevWarning } from "./messages.js";
20
21
type ImportLibraryMock = jest.Mock<typeof google.maps.importLibrary>;
22
src/messages.ts
@@ -13,7 +13,7 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
-
+/* eslint-disable @typescript-eslint/no-empty-function */
export const MSG_DEPRECATED_LOADER =
"The Loader class is no longer available in this version." +
"\nPlease use the new functional API: setOptions() and importLibrary()." +
0 commit comments