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 was archived by the owner on Feb 22, 2018. It is now read-only.
The new modular compile uses the commands package in arg:
dartdevc compile -o module.js foo.dart bar.dart
the idea was if we add build or watch or serve, it makes sense to have a different set of options for those commands (e.g. a compiler should't take a server URI/port as an option :) ). But in recent discussions, we've started to think if maybe those are different entry points, in which case we only have compile and link. Not sure if it's worth a full command split for just those two.
Anyway, wanted to file an issue to track this. No action needed but we wouldn't want to ship 1.0 in this state, IMO. :)