mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Replace loose equality (==) with strict equality (===) for the 'code' variable. This change ensures type safety and prevents unintended type coercion. PR Close #56944 |
||
|---|---|---|
| .. | ||
| ast.ts | ||
| defaults.ts | ||
| entities.ts | ||
| html_parser.ts | ||
| html_tags.ts | ||
| html_whitespaces.ts | ||
| icu_ast_expander.ts | ||
| lexer.ts | ||
| parser.ts | ||
| tags.ts | ||
| tokens.ts | ||
| xml_parser.ts | ||
| xml_tags.ts | ||