refactor(ivy): migrate ɵɵ prefix back to Δ (#30362)
Now that issues are resolved with Closure compiler, we can move back to our desired prefix of `Δ`. PR Close #30362
This commit is contained in:

committed by
Alex Rickabaugh

parent
dbb150a9bd
commit
cf86ed7b29
@ -24,9 +24,7 @@ def ts_api_guardian_test(
|
||||
golden,
|
||||
actual,
|
||||
data = [],
|
||||
# Match one, but not two ɵ characters. Ivy instructions are currently prefixed with ɵɵ and
|
||||
# should appear in ts_api_guardian tests.
|
||||
strip_export_pattern = ["^__", "^ɵ[^ɵ]"],
|
||||
strip_export_pattern = ["^__", "^ɵ"],
|
||||
allow_module_identifiers = COMMON_MODULE_IDENTIFIERS,
|
||||
use_angular_tag_rules = True,
|
||||
**kwargs):
|
||||
|
Reference in New Issue
Block a user