mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 10:00:13 -06:00
Force experimental transforms for performance tests.
This commit is contained in:
parent
bbfe33f7cd
commit
2a3f802841
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user