Skip to content

Commit 0899721

Browse files
committed
chore(tsfmt): bump to ts 2.7.1
1 parent 5589883 commit 0899721

File tree

3 files changed

+171
-132
lines changed

3 files changed

+171
-132
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"mocha": "^4.0.1",
5050
"power-assert": "^1.4.2",
5151
"tslint": "^5.1.0",
52-
"typescript": "^2.6.1",
52+
"typescript": "^2.7.1",
5353
"typescript-formatter": "^7.0.0"
5454
}
5555
}

Diff for: test/expected/tsc-version/decorators/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Sample {
2525
return "";
2626
}
2727

28-
f( @parameterDecorator str: string): string {
28+
f(@parameterDecorator str: string): string {
2929
return `Hello, ${str}`;
3030
}
3131
}

0 commit comments

Comments
 (0)