Skip to content

Commit

Permalink
Implements #136
Browse files Browse the repository at this point in the history
* simplified injected into constraint

* added support for Symbol and Classes

* working on symbol/class support

* Working on Symbol/Class support

* working on symbol/classes support

* working on symbol/class support

* working on unit tests

* working on symbol/class support

* updated type definitions

* updated docs

* updated docs

* updated docs

* updated docs

* 100% test coverage

* 100% test coverage
  • Loading branch information
remojansen committed Apr 4, 2016
1 parent 3bc34e3 commit 8764a87
Show file tree
Hide file tree
Showing 52 changed files with 1,944 additions and 708 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"**/.DS_Store": true,
"src/**/*.js": true,
"test/**/*.js": true,
"**/es": true,
"**/lib": true,
"**/coverage": true,
"**/dist": true,
"**/docs": true,
"type_definitions/**/*.js": true
}
}
Loading

0 comments on commit 8764a87

Please sign in to comment.