-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The diff of the changes is pretty noisey (due to lots of general cleanup work that was done), but for the most part the changes are: * Drop support for non ES5 browsers (use `Array.isArray`, `Object.create`, etc directly) * Refactor the dist output to emit `module` entry point. * Update to use classes throughout the repo. * Ensure `Route.prototype.serialize` is called bound to the route instance.
- Loading branch information
Showing
3 changed files
with
6 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5322,9 +5322,9 @@ route-recognizer@^0.3.3: | |
version "0.3.3" | ||
resolved "https://registry.yarnpkg.com/route-recognizer/-/route-recognizer-0.3.3.tgz#1d365e27fa6995e091675f7dc940a8c00353bd29" | ||
|
||
router_js@^1.2.8: | ||
version "1.2.8" | ||
resolved "https://registry.yarnpkg.com/router_js/-/router_js-1.2.8.tgz#d2ea5d00726e1fd6494d20ae3ebeb99ce86cf0b3" | ||
router_js@^2.0.0-beta.1: | ||
version "2.0.0-beta.1" | ||
resolved "https://registry.yarnpkg.com/router_js/-/router_js-2.0.0-beta.1.tgz#6f267b5171bbe1e92729db3e8be447e6a9d63f5a" | ||
|
||
[email protected]: | ||
version "3.0.14" | ||
|