Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(syntax): RouteConfig typedef #73

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Conversation

barronhagerman
Copy link
Contributor

Summary

This fixes the RouteConfig typedef annotation that was added in #67 because it currently does not follow the correct syntax (see https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler#typedef-type).

How to test

  1. yarn link this repository into a project that uses the router and is compiled with Closure Compiler
  2. Run the build
    • There should be no warnings related to the RouteConfig type definition

@barronhagerman barronhagerman merged commit 12b942b into master Feb 1, 2024
5 checks passed
@barronhagerman barronhagerman deleted the fix-routeconfig-typedef branch February 1, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants