mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-14 16:56:06 -05:00
Force experimental transforms for performance tests.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user