Skip to content

Commit bafb0cb

Browse files
committed
refactor(routing): simplify historyRouter and tests (#6503)
refactor(routing): simplify historyRouter
1 parent 0531b36 commit bafb0cb

23 files changed

+1065
-931
lines changed

examples/js/e-commerce-umd/polyfills.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Polyfill service v3.111.0
3-
* For detailed credits and licence information see https://polyfill.io.
3+
* For detailed credits and license information see https://polyfill.io.
44
*
55
* Features requested: Array.prototype.find,Array.prototype.findIndex,Array.prototype.includes,Object.assign,Object.entries,Promise,default
66
*

examples/js/e-commerce/polyfills.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Polyfill service v3.111.0
3-
* For detailed credits and licence information see https://polyfill.io.
3+
* For detailed credits and license information see https://polyfill.io.
44
*
55
* Features requested: Array.prototype.find,Array.prototype.findIndex,Array.prototype.includes,Object.assign,Object.entries,Promise,default
66
*

0 commit comments

Comments
 (0)