Files
handlebars.js/test_fixtures/27.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

64 lines
1.5 KiB
JSON

{
"type": "Program",
"body": [
{
"type": "DecoratorBlock",
"path": {
"type": "PathExpression",
"this": false,
"data": false,
"depth": 0,
"head": "inline",
"tail": [],
"parts": ["inline"],
"original": "inline",
"loc": {
"start": { "line": 1, "column": 4 },
"end": { "line": 1, "column": 10 }
}
},
"params": [
{
"type": "StringLiteral",
"value": "foo",
"original": "foo",
"loc": {
"start": { "line": 1, "column": 11 },
"end": { "line": 1, "column": 16 }
}
}
],
"program": {
"type": "Program",
"body": [
{
"type": "ContentStatement",
"original": "bar",
"value": "bar",
"loc": {
"start": { "line": 1, "column": 18 },
"end": { "line": 1, "column": 21 }
}
}
],
"strip": {},
"loc": {
"start": { "line": 1, "column": 18 },
"end": { "line": 1, "column": 21 }
}
},
"openStrip": { "open": false, "close": false },
"closeStrip": { "open": false, "close": false },
"loc": {
"start": { "line": 1, "column": 0 },
"end": { "line": 1, "column": 32 }
}
}
],
"strip": {},
"loc": {
"start": { "line": 1, "column": 0 },
"end": { "line": 1, "column": 32 }
}
}