mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Use angular_ivy_enabled to determine if Ivy is being used for the ivy_test_selector.ts symbols. Additionally, remove the reflect_metadata genrules as we not longer have a "jit" compile option so all possible invocations result in the same generated file. Instead we can just commit this file. PR Close #33983
12 lines
305 B
TypeScript
12 lines
305 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
|
|
/**
|
|
* This variable shows if Ivy should be enabled at runtime.
|
|
*/
|
|
export const ivyEnabled = false;
|