Skip to content

Commit 5c88f66

Browse files
committed
chore(deps): bump ts2dart version
1 parent cd7aef2 commit 5c88f66

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

npm-shrinkwrap.clean.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8582,7 +8582,7 @@
85828582
}
85838583
},
85848584
"ts2dart": {
8585-
"version": "0.5.2",
8585+
"version": "0.5.4",
85868586
"dependencies": {
85878587
"source-map": {
85888588
"version": "0.4.2",

npm-shrinkwrap.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"temp": "^0.8.1",
112112
"ternary-stream": "^1.2.3",
113113
"through2": "^0.6.1",
114-
"ts2dart": "^0.5.2",
114+
"ts2dart": "^0.5.4",
115115
"tsd": "^0.5.7",
116116
"typescript": "alexeagle/TypeScript#error_is_class",
117117
"vinyl": "^0.4.6",

tools/build/dartanalyzer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ module.exports = function(gulp, plugins, config) {
7676
return;
7777
}
7878
}
79+
// TODO(yjbanov): fix ng2 code and remove the check below
80+
if (line.match(/_stack/)) {
81+
return;
82+
}
7983

8084
var skip = false;
8185
if (!skip) {

0 commit comments

Comments
 (0)