Force experimental transforms for performance tests.

This commit is contained in:
Ron Buckton 2015-10-28 13:36:40 -07:00
parent bbfe33f7cd
commit 2a3f802841

View file

@ -5,7 +5,7 @@
/// <reference path="transforms/module/es6.ts" />
/// <reference path="transforms/jsx.ts" />
/// <reference path="transforms/es6.ts" />
const FORCE_TRANSFORMS = false;
const FORCE_TRANSFORMS = true;
/* @internal */
namespace ts {