angular-cn/modules/benchpress
Alex Eagle 643c71740e chore(build): enable type-checking for TypeScript ES6 emit.
This requires delicate handling of type definitions which collide, because
we use TypeScript-provided lib.d.ts for --target=es5 and lib.es6.d.ts for
--target=es6.
We need to include our polyfill typings only in the --target=es5 case,
and the usages have to be consistent with lib.es6.d.ts.
Also starting with this change we now typecheck additional modules,
so this fixes a bunch of wrong typings which were never checked before.

Fixes #3178
2015-08-06 16:57:52 -07:00
..
docs docs(modules): fix typos 2015-07-07 16:14:43 -07:00
src chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
test style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
README.dart.md feat(publish): update files to publish to npm 2015-02-24 16:53:44 -08:00
README.js.md fix(npm): update scripts and readme for npm packages. 2015-06-09 11:39:08 -07:00
benchpress.dart chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
benchpress.ts refactor(benchpress): convert src and test to typescript 2015-05-29 14:02:58 -07:00
common.ts feat(benchpress): initial support for firefox 2015-06-25 14:40:46 -07:00
index.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
index.ts chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
package.json chore(npm): correct generated package json files. 2015-06-29 10:30:00 -07:00
pubspec.yaml chore: cleanup to pubspec.yaml files 2015-07-17 12:34:06 -07:00
tsconfig.json refactor(benchpress): convert src and test to typescript 2015-05-29 14:02:58 -07:00

README.js.md

Benchpress - a framework for e2e performance tests

The sources for this package are in the main Angular2 repo. Please file issues and pull requests against that repo.

This package contains different sources for different users:

  1. The files located in the root folder can be consumed using CommonJS
  2. The files under /es6 are es6 compatible files that can be transpiled to es5 using any transpiler. This contains:
    • dev/: a development version that includes runtime type assertions
    • prod/: a production version that does not include runtime type assertions
  3. The files under /ts are the Typescript source files

As a convenience, we provide you with /es6/{dev|prod}/es5build.js, a script to transpile the es6 sources into es5 using Google Traceur.

License: Apache MIT 2.0