Created
August 22, 2014 23:02
-
-
Save sqs/c75407ea5d923f9e9b0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
“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