/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vscode-ng-language-service/syntaxes/test/data/let-declaration.html
31 строка
624 B
Joey Perrott
build: migrate vscode extension into repo (#63924)
24 сен 2025, 23:24
24 сен 2025, 23:24
863c7ea
Код
Авторство
О чём код?
@let basicLet = 123 + 456; @let noSpaceAfterEquals =true; @let noSpaceBeforeEquals= true; @let noSpaceAroundEquals=true; @let lotOfSpaceAroundEquals = true; @let #invalid = true; @let invalidIn#TheMiddle = true; @letinvalid = true; @let stringContainingSemicolon = 'hello ;' + 'world'; @let complexExpression = something ? 123 : {prop: 'hello' + true + 'world'}; @let usingPipes = 123 + foo | async | multiply: 2 | separator: ';'; @if (someExpr | async) { @let inBlock = true; @for (foo of bar; track foo) { @let inNestedBlock = 123; } } @let noEquals @let noValue =