Skip to content

Instantly share code, notes, and snippets.

@sqs
Created August 22, 2014 23:02
Show Gist options
  • Save sqs/c75407ea5d923f9e9b0a to your computer and use it in GitHub Desktop.
Save sqs/c75407ea5d923f9e9b0a to your computer and use it in GitHub Desktop.
[
{
“Name”: “twitter-text-dart”,
“Type”: “DartPackage”, // same as defined in the Srclibtoolchain
“Files”: [
“lib/foo.dart”, “lib/bar.dart” // all files related to the Dart package (used as make prereqs in Makefile generated by srclib underlying backend)
],
“Ops”: { // just use this - null means use the registered toolchain for graphing/depresolving DartPackage source units
“graph”: null,
“depresolve: null
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment