Skip to content

Commit b041cd0

Browse files
build(deps-dev): bump core-js from 3.22.2 to 3.22.4 (#610)
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.2 to 3.22.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zloirock/core-js/blob/master/CHANGELOG.md">core-js's changelog</a>.</em></p> <blockquote> <h5>3.22.4 - 2022.05.03</h5> <ul> <li>Ensured proper <code>.length</code> of polyfilled functions even in compressed code (excepting some ancient engines)</li> <li>Ensured proper <code>.name</code> of polyfilled accessors (excepting some ancient engines)</li> <li>Ensured proper source / <code>ToString</code> conversion of polyfilled accessors</li> <li>Actualized Rhino compat data</li> <li>Refactoring</li> </ul> <h5>3.22.3 - 2022.04.28</h5> <ul> <li>Added a fix for FF99+ <code>Array.prototype.includes</code> broken on sparse arrays</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/6ba79a5aada7286aa44ca9e4029cbb74dd84ffd6"><code>6ba79a5</code></a> 3.22.4</li> <li><a href="https://github.com/zloirock/core-js/commit/14b2d5e5fbf43ddd7730b1dabc50f3b45e31d648"><code>14b2d5e</code></a> missed nbsp</li> <li><a href="https://github.com/zloirock/core-js/commit/4c6e83ca6e51fbd771c906b36439c24b91116ca6"><code>4c6e83c</code></a> integrate compat table to browser runner of compat data tests</li> <li><a href="https://github.com/zloirock/core-js/commit/47f892088feed776fb379f98ef0790c74e060b75"><code>47f8920</code></a> take into account splitted modules in compat data result diff</li> <li><a href="https://github.com/zloirock/core-js/commit/efa56312bd41fc4a61673a3411ed354b17d837ee"><code>efa5631</code></a> reuse the list of ignored in compat data modules, provide some additional dat...</li> <li><a href="https://github.com/zloirock/core-js/commit/e591ab70fddcf4201a98c91f692fd0977de47e24"><code>e591ab7</code></a> ignore splitted <code>setImmediate</code> modules in IE -&gt; Edge compat data mapping</li> <li><a href="https://github.com/zloirock/core-js/commit/01ea3500ef49c7ca6fc8e05d07857617effde6f2"><code>01ea350</code></a> improve docs</li> <li><a href="https://github.com/zloirock/core-js/commit/ae61bb355569afc0ca430520dd2921c32a76c592"><code>ae61bb3</code></a> improve docs</li> <li><a href="https://github.com/zloirock/core-js/commit/928b853b77c3cd8c636fdb491238fbce815994a7"><code>928b853</code></a> add some docs</li> <li><a href="https://github.com/zloirock/core-js/commit/c0bf1d6fec6731d02a7116562fbe9488e160c7d2"><code>c0bf1d6</code></a> inherit only ES Deno data, just in case</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.22.2...v3.22.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=core-js&package-manager=npm_and_yarn&previous-version=3.22.2&new-version=3.22.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> bcd24c0
1 parent 168405b commit b041cd0

File tree

8 files changed

+191
-170
lines changed

8 files changed

+191
-170
lines changed

classes/Loader.html

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

dist/index.dev.js

Lines changed: 157 additions & 136 deletions
Large diffs are not rendered by default.

dist/index.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enums/LoaderStatus.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>LoaderStatus | @googlemaps/js-api-loader</title><meta name="description" content="Documentation for @googlemaps/js-api-loader"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@googlemaps/js-api-loader</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@googlemaps/js-api-loader</a></li><li><a href="LoaderStatus.html">LoaderStatus</a></li></ul><h1>Enumeration LoaderStatus </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><div class="lead">
22
<p>The status of the <a href="../classes/Loader.html">Loader</a>.</p>
3-
</div></div></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Enumeration members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#FAILURE" class="tsd-kind-icon">FAILURE</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#INITIALIZED" class="tsd-kind-icon">INITIALIZED</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#LOADING" class="tsd-kind-icon">LOADING</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#SUCCESS" class="tsd-kind-icon">SUCCESS</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="FAILURE" class="tsd-anchor"></a><h3 class="tsd-anchor-link">FAILURE<a href="#FAILURE" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">FAILURE<span class="tsd-signature-symbol"> = 3</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/googlemaps/js-api-loader/blob/69d3259/src/index.ts#L188">index.ts:188</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="INITIALIZED" class="tsd-anchor"></a><h3 class="tsd-anchor-link">INITIALIZED<a href="#INITIALIZED" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">INITIALIZED<span class="tsd-signature-symbol"> = 0</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/googlemaps/js-api-loader/blob/69d3259/src/index.ts#L185">index.ts:185</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="LOADING" class="tsd-anchor"></a><h3 class="tsd-anchor-link">LOADING<a href="#LOADING" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">LOADING<span class="tsd-signature-symbol"> = 1</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/googlemaps/js-api-loader/blob/69d3259/src/index.ts#L186">index.ts:186</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="SUCCESS" class="tsd-anchor"></a><h3 class="tsd-anchor-link">SUCCESS<a href="#SUCCESS" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">SUCCESS<span class="tsd-signature-symbol"> = 2</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/googlemaps/js-api-loader/blob/69d3259/src/index.ts#L187">index.ts:187</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum"><a href="LoaderStatus.html" class="tsd-kind-icon">Loader<wbr/>Status</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#FAILURE" class="tsd-kind-icon">FAILURE</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#INITIALIZED" class="tsd-kind-icon">INITIALIZED</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#LOADING" class="tsd-kind-icon">LOADING</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#SUCCESS" class="tsd-kind-icon">SUCCESS</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
3+
</div></div></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Enumeration members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#FAILURE" class="tsd-kind-icon">FAILURE</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#INITIALIZED" class="tsd-kind-icon">INITIALIZED</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#LOADING" class="tsd-kind-icon">LOADING</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#SUCCESS" class="tsd-kind-icon">SUCCESS</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="FAILURE" class="tsd-anchor"></a><h3 class="tsd-anchor-link">FAILURE<a href="#FAILURE" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">FAILURE<span class="tsd-signature-symbol"> = 3</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/googlemaps/js-api-loader/blob/bcd24c0/src/index.ts#L188">index.ts:188</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="INITIALIZED" class="tsd-anchor"></a><h3 class="tsd-anchor-link">INITIALIZED<a href="#INITIALIZED" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">INITIALIZED<span class="tsd-signature-symbol"> = 0</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/googlemaps/js-api-loader/blob/bcd24c0/src/index.ts#L185">index.ts:185</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="LOADING" class="tsd-anchor"></a><h3 class="tsd-anchor-link">LOADING<a href="#LOADING" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">LOADING<span class="tsd-signature-symbol"> = 1</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/googlemaps/js-api-loader/blob/bcd24c0/src/index.ts#L186">index.ts:186</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="SUCCESS" class="tsd-anchor"></a><h3 class="tsd-anchor-link">SUCCESS<a href="#SUCCESS" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">SUCCESS<span class="tsd-signature-symbol"> = 2</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/googlemaps/js-api-loader/blob/bcd24c0/src/index.ts#L187">index.ts:187</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum"><a href="LoaderStatus.html" class="tsd-kind-icon">Loader<wbr/>Status</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#FAILURE" class="tsd-kind-icon">FAILURE</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#INITIALIZED" class="tsd-kind-icon">INITIALIZED</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#LOADING" class="tsd-kind-icon">LOADING</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="LoaderStatus.html#SUCCESS" class="tsd-kind-icon">SUCCESS</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>

0 commit comments

Comments
 (0)