Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/modules/benchpress/index.ts

7 lines
251 B
TypeScript
Raw Normal View History

chore(benchpress): add browserify bundling Use browserify to bundle benchpress and its dependencies.
2015-06-23 15:26:51 -07:00
require('reflect-metadata');
chore(build): replace traceur-runtime with es6-shim. This removes traceur as a dependency for the t push -f angular2 build. Closes #4148
2015-09-11 16:00:26 -07:00
require('es6-shim');
fix(benchpress): add index to root of module This is necessary when using require('benchpress') in node.
2015-05-29 14:35:54 -07:00
module.exports = require('./benchpress.js');
chore(benchpress): add browserify bundling Use browserify to bundle benchpress and its dependencies.
2015-06-23 15:26:51 -07:00
// when bundling benchpress to one file, this is used
// for getting exports out of browserify's scope.
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 09:52:33 -07:00
(<any>global).__benchpressExports = module.exports;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 133ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API