Weird error in grinder when running PubApp.local(..).runAsync([])

29 views
Skip to first unread message

Kévin Platel

unread,
Aug 1, 2015, 12:15:15 PM8/1/15
to Dart Misc
Hi,

I recently started to use grinder and i have this kind of weird error :

  stderr: [Warning from DirectiveProcessor on ProfileRH|bin/services/users/users.dart]:
  stderr
: [ProfileRH|lib/profile_service/setup.dart]: Found `part of` directive while generating .ng_deps.dart file, Trans
    form may fail due to missing imports
in generated file.


but in setup.dart i have :

part of common;


and in common.dart :

library common;


part
"common/user.dart";


And it's happen for all the file i have in my lib/ folder
So why i have this error ? and to correct them ?

Kévin

Günter Zöchbauer

unread,
Aug 1, 2015, 2:01:20 PM8/1/15
to Dart Misc
ng_deps sounds like Angular. AFAIK the Angular 2 transformer doesn't yet support parts.
There was a discussion a few weeks ago about this topic and I haven't seen any updates since.
Search the issues in the Angular repo.
Reply all
Reply to author
Forward
0 new messages