Files
handlebars.js/test_fixtures/12.ast.json
T
admin 5fd0d7cd2b
CI / Lint (push) Failing after 1m9s
CI / Test (Node) (20, ubuntu-latest) (push) Failing after 51s
CI / Test (Node) (22, ubuntu-latest) (push) Failing after 52s
CI / Test (Node) (24, ubuntu-latest) (push) Failing after 36s
CI / Test (Browser) (push) Successful in 2m13s
Release / Publish to AWS S3 (push) Failing after 34s
CI / Test (Node) (20, windows-latest) (push) Has been cancelled
CI / Test (Node) (22, windows-latest) (push) Has been cancelled
CI / Test (Node) (24, windows-latest) (push) Has been cancelled
wip
2026-05-06 11:54:02 +02:00

45 lines
995 B
JSON

{
"type": "Program",
"body": [
{
"type": "MustacheStatement",
"path": {
"type": "PathExpression",
"this": false,
"data": false,
"depth": 0,
"head": "helper",
"tail": [],
"parts": ["helper"],
"original": "helper",
"loc": {
"start": { "line": 1, "column": 2 },
"end": { "line": 1, "column": 8 }
}
},
"params": [
{
"type": "StringLiteral",
"value": "str",
"original": "str",
"loc": {
"start": { "line": 1, "column": 9 },
"end": { "line": 1, "column": 14 }
}
}
],
"escaped": true,
"strip": { "open": false, "close": false },
"loc": {
"start": { "line": 1, "column": 0 },
"end": { "line": 1, "column": 16 }
}
}
],
"strip": {},
"loc": {
"start": { "line": 1, "column": 0 },
"end": { "line": 1, "column": 16 }
}
}