chore(deps): bump ts2dart version

This commit is contained in:
Yegor Jbanov 2015-05-19 10:05:18 -07:00
parent cd7aef2139
commit 5c88f662cd
4 changed files with 9 additions and 5 deletions

View File

@ -8582,7 +8582,7 @@
}
},
"ts2dart": {
"version": "0.5.2",
"version": "0.5.4",
"dependencies": {
"source-map": {
"version": "0.4.2",

6
npm-shrinkwrap.json generated
View File

@ -13249,9 +13249,9 @@
}
},
"ts2dart": {
"version": "0.5.2",
"from": "ts2dart@0.5.2",
"resolved": "https://registry.npmjs.org/ts2dart/-/ts2dart-0.5.2.tgz",
"version": "0.5.4",
"from": "ts2dart@0.5.4",
"resolved": "https://registry.npmjs.org/ts2dart/-/ts2dart-0.5.4.tgz",
"dependencies": {
"source-map": {
"version": "0.4.2",

View File

@ -111,7 +111,7 @@
"temp": "^0.8.1",
"ternary-stream": "^1.2.3",
"through2": "^0.6.1",
"ts2dart": "^0.5.2",
"ts2dart": "^0.5.4",
"tsd": "^0.5.7",
"typescript": "alexeagle/TypeScript#error_is_class",
"vinyl": "^0.4.6",

View File

@ -76,6 +76,10 @@ module.exports = function(gulp, plugins, config) {
return;
}
}
// TODO(yjbanov): fix ng2 code and remove the check below
if (line.match(/_stack/)) {
return;
}
var skip = false;
if (!skip) {