refactor(ivy): use ɵɵ instead of Δ for now (#29850)
The `Δ` caused issue with other infrastructure, and we are temporarily changing it to `ɵɵ`. This commit also patches ts_api_guardian_test and AIO to understand `ɵɵ`. PR Close #29850
This commit is contained in:
@ -24,7 +24,9 @@ def ts_api_guardian_test(
|
||||
golden,
|
||||
actual,
|
||||
data = [],
|
||||
strip_export_pattern = ["^__", "^ɵ"],
|
||||
# Match one, but not two ɵ characters. Ivy instructions are currently prefixed with ɵɵ and
|
||||
# should appear in ts_api_guardian tests.
|
||||
strip_export_pattern = ["^__", "^ɵ[^ɵ]"],
|
||||
allow_module_identifiers = COMMON_MODULE_IDENTIFIERS,
|
||||
use_angular_tag_rules = True,
|
||||
**kwargs):
|
||||
|
Reference in New Issue
Block a user