Skip to content

Commit

Permalink
Merge pull request #28 from matanlurey/no_mirrors
Browse files Browse the repository at this point in the history
Allow dart-mockito to be used by AOT (no dart:mirrors) clients
  • Loading branch information
TedSander authored Aug 2, 2016
2 parents aa9e03b + aaaeb02 commit 2513f9e
Show file tree
Hide file tree
Showing 6 changed files with 459 additions and 411 deletions.
30 changes: 26 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
# Don’t commit the following directories created by pub.
build/
packages/
# See https://www.dartlang.org/tools/private-files.html

# Files and directories created by pub
.buildlog
.packages
.project
.pub/
build/
**/packages/

# Include when developing application packages.
# Files created by dart2js
# (Most Dart developers will use pub build to compile Dart, use/modify these
# rules if you intend to use dart2js directly
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
# differentiate from explicit Javascript files)
*.dart.js
*.part.js
*.js.deps
*.js.map
*.info.json

# Directory created by dartdoc
doc/api/

# Don't commit pubspec lock file
# (Library packages only! Remove pattern if developing an application package)
pubspec.lock

.idea
Loading

0 comments on commit 2513f9e

Please sign in to comment.