Skip to content

Instantly share code, notes, and snippets.

@munificent
Created March 14, 2019 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save munificent/3557cae66fd914500063b68dbb5d6f2f to your computer and use it in GitHub Desktop.
Save munificent/3557cae66fd914500063b68dbb5d6f2f to your computer and use it in GitHub Desktop.
var command = [
engineDartPath,
frontendServer,
];
for (var root in fileSystemRoots) {
command.add("--filesystem-root=$root");
}
for (var entryPoint in entryPoints) {
command.add("$entryPoint.json");
}
command.add(mainPath);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment