You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
When I try to pub build and have a folder named "include-gh1415", the URI resolver will throw:
[Error from Dart2JS]:
web/include-gh1415/main_static_type_to_uri_mapper.dart:1:34:
Expected ';' after this.
library angular_dart_example.web.include-gh1415.main.generated_type_uris;
^^^^^^^
[Error from Dart2JS]:
web/include-gh1415/main_static_type_to_uri_mapper.dart:1:41:
Can't have modifier '-' here.
Try replacing modifier '-' with 'var', 'final', or a type.
library angular_dart_example.web.include-gh1415.main.generated_type_uris;
^
[Error from Dart2JS]:
web/include-gh1415/main_static_type_to_uri_mapper.dart:3:1:
Library tags not allowed here.
import 'package:angular/core_dom/type_to_uri_mapper.dart';
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[Info from Dart2JS]:
Took 0:00:00.004174 to compile angular_dart_example|web/include-gh1415/main_static_type_to_uri_mapper.dart.
[Info from Dart2JS]:
Compiling angular_dart_example|web/include-gh1415/main.dart...
[Error from Dart2JS on angular_dart_example|web/include-gh1415/main.dart]:
web/include-gh1415/main_static_type_to_uri_mapper.dart:1:34:
Expected ';' after this.
library angular_dart_example.web.include-gh1415.main.generated_type_uris;
^^^^^^^
[Error from Dart2JS on angular_dart_example|web/include-gh1415/main.dart]:
web/include-gh1415/main_static_type_to_uri_mapper.dart:1:41:
Can't have modifier '-' here.
Try replacing modifier '-' with 'var', 'final', or a type.
library angular_dart_example.web.include-gh1415.main.generated_type_uris;
^
[Error from Dart2JS on angular_dart_example|web/include-gh1415/main.dart]:
web/include-gh1415/main_static_type_to_uri_mapper.dart:3:1:
Library tags not allowed here.
import 'package:angular/core_dom/type_to_uri_mapper.dart';
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I can't remember having seen a PR fixing that (or any other related issue) @chirayuk was looking into this (which is why the issue was assigned to him).
When I try to
pub build
and have a folder named "include-gh1415", the URI resolver will throw:@chirayuk @dsalsbury please have a look at this
The text was updated successfully, but these errors were encountered: