refactor(benchpress): convert src and test to typescript

Fixes #2007
This commit is contained in:
Jeff Cross
2015-05-27 14:57:54 -07:00
parent f9908cd436
commit e323c07ab9
79 changed files with 3055 additions and 3295 deletions

View File

@ -43,7 +43,9 @@ export function CONST() {
return (target) => target;
}
export class ABSTRACT {}
export function ABSTRACT() {
return (t) => t;
}
// Note: This is only a marker annotation needed for ts2dart.
// This is written so that is can be used as a Traceur annotation