angular/packages/compiler/src/ml_parser
Tobias Speicher 4ddcf81e61 refactor: replace deprecated String.prototype.substr() (#45397)
.substr() is deprecated so we replace it with functions which work similarily but aren't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>

PR Close #45397
2022-03-24 11:48:09 -07:00
..
ast.ts refactor(compiler): remove unused AstPath (#44411) 2022-01-04 15:54:09 -08:00
entities.ts fix(compiler): add mappings for all HTML entities (#42818) 2021-07-12 14:41:20 -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 docs(compiler): fix typo in getHtmlTagDefinition() function (#44601) 2022-01-04 12:04:04 -08:00
html_whitespaces.ts refactor(compiler): define interfaces for each lexer token (#43132) 2021-09-16 18:15:51 +00:00
icu_ast_expander.ts refactor(compiler): expose token parts in Text nodes (#43132) 2021-09-16 18:15:51 +00:00
interpolation_config.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
lexer.ts refactor: replace deprecated String.prototype.substr() (#45397) 2022-03-24 11:48:09 -07:00
parser.ts feat(core): support TypeScript 4.4 (#43281) 2021-09-23 14:49:19 -07:00
tags.ts refactor(compiler): use === rather than == in the ml_parser (#43129) 2021-08-16 13:07:23 -07:00
tokens.ts refactor(compiler): define interfaces for each lexer token (#43132) 2021-09-16 18:15:51 +00:00
xml_parser.ts refactor(compiler): fix rollup bundle issues due to re-export conflicts (#43431) 2021-10-01 18:28:43 +00:00
xml_tags.ts fix(compiler): incorrectly inferring content type of SVG-specific title tag (#40259) 2021-01-11 15:35:23 -08:00