angular/packages/compiler/src/ml_parser
Tomer953 107173c14d fix(compiler): use strict equality for 'code' comparison (#56944)
Replace loose equality (==) with strict equality (===) for the 'code' variable.
This change ensures type safety and prevents unintended type coercion.
PR Close #56944
2024-07-11 08:52:58 -07:00
..
ast.ts refactor(compiler): implement let declarations in html ast (#55848) 2024-05-30 14:55:36 +00:00
defaults.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
entities.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
html_parser.ts refactor(compiler): fix rollup bundle issues due to re-export conflicts (#43431) 2021-10-01 18:28:43 +00:00
html_tags.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
html_whitespaces.ts refactor(compiler): implement let declarations in html ast (#55848) 2024-05-30 14:55:36 +00:00
icu_ast_expander.ts refactor(compiler): implement let declarations in html ast (#55848) 2024-05-30 14:55:36 +00:00
lexer.ts fix(compiler): use strict equality for 'code' comparison (#56944) 2024-07-11 08:52:58 -07:00
parser.ts refactor(compiler): implement let declarations in html ast (#55848) 2024-05-30 14:55:36 +00:00
tags.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
tokens.ts refactor(compiler): add support for tokenizing let declarations (#55848) 2024-05-30 14:55:36 +00:00
xml_parser.ts refactor(compiler): implement let declarations in html ast (#55848) 2024-05-30 14:55:36 +00:00
xml_tags.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00