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

UrlPattern is mission a matchAsPrefix implmentation #61

Open
nikgraf opened this issue Dec 19, 2013 · 1 comment
Open

UrlPattern is mission a matchAsPrefix implmentation #61

nikgraf opened this issue Dec 19, 2013 · 1 comment
Labels

Comments

@nikgraf
Copy link
Contributor

nikgraf commented Dec 19, 2013

When I run dart2js I get this warnings:

dart/application/web/out/packages/route/url_pattern.dart:81:1: Warning: 'UrlPattern' doesn't implement 'matchAsPrefix'.
Try adding an implementation of 'matchAsPrefix'.
class UrlPattern implements Pattern {
^^^^^
/Applications/dart/dart-sdk/lib/core/pattern.dart:34:9: Info: This is the method declaration.
Match matchAsPrefix(String string, [int start = 0]);
^^^^^^^^^^^^^

@nikgraf
Copy link
Contributor Author

nikgraf commented Dec 19, 2013

I'm on version Dart SDK version 1.1.0-dev.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant