Skip to content

Commit

Permalink
New dependencies (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Aug 30, 2018
1 parent ac4776a commit 290c822
Showing 1 changed file with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions build/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,8 @@
"string/replaceex"
],
"attributes/attribute": [
"define"
"define",
"boot"
],
"define/class/attributes/check": [
"define/class/class",
Expand All @@ -459,10 +460,11 @@
"arraylike"
],
"define/class/attributes/build": [
"define/class/attributes/check",
"define/class/class"
"define/class/class",
"define/class/attributes/check"
],
"define/class/attributes/consolidate": [
"define/class/attributes/check",
"define/class/class",
"foreach"
],
Expand Down Expand Up @@ -491,6 +493,7 @@
"error"
],
"interfaces/promisify": [
"interfaces",
"foreach",
"interfaces/thenable"
],
Expand All @@ -502,5 +505,40 @@
"foreach",
"string/escapefor",
"xml/check"
],
"foreachasync": [
"arraylike",
"interfaces/thenable"
],
"serial/property": [
"error"
],
"attributes/check": [
"error"
],
"attributes/attributeattribute": [
"attributes/attribute",
"attributes/check",
"abstract",
"define",
"boot"
],
"attributes/classattribute": [
"attributes/attributeattribute",
"attributes/check",
"define",
"boot"
],
"attributes/memberattribute": [
"attributes/attributeattribute",
"attributes/check",
"define",
"boot"
],
"attributes/attributeforinstanceof": [
"attributes/attributeattribute",
"attributes/check",
"define",
"boot"
]
}

0 comments on commit 290c822

Please sign in to comment.