fix(ivy): rename broken reflect_metadata switch file

This file was missed during the rename of the --define=compile
flag value from 'local' to 'aot. It's referenced as
reflect_metadata_${compile}.
This commit is contained in:
Alex Rickabaugh 2018-10-24 09:46:08 -07:00
parent 07b89902d5
commit 5d58a31d86
2 changed files with 1 additions and 1 deletions

View File

@ -6,9 +6,9 @@ load("//tools:defaults.bzl", "ts_library")
ts_library(
name = "reflect_metadata",
srcs = [
"src/reflect_metadata_aot.ts",
"src/reflect_metadata_jit.ts",
"src/reflect_metadata_legacy.ts",
"src/reflect_metadata_local.ts",
":metadata_switch",
],
module_name = "@angular/core/test/bundling/util/src/reflect_metadata",