// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`pug-load 1`] = ` Object { "filename": "/foo.pug", "line": 0, "nodes": Array [ Object { "column": 1, "file": Object { "ast": Object { "filename": "/bar.pug", "line": 0, "nodes": Array [ Object { "column": 1, "filename": "/bar.pug", "line": 1, "mode": "replace", "name": "bing", "nodes": Array [], "type": "NamedBlock", }, ], "type": "Block", }, "column": 9, "filename": "/foo.pug", "fullPath": "/bar.pug", "line": 1, "path": "bar.pug", "raw": Object { "hash": "538bf7d4b81ef364b1f2e9d42c11f156", "size": 11, "type": "Buffer", }, "str": "block bing ", "type": "FileReference", }, "filename": "/foo.pug", "line": 1, "type": "Extends", }, Object { "column": 1, "filename": "/foo.pug", "line": 3, "mode": "replace", "name": "bing", "nodes": Array [ Object { "block": Object { "filename": "/foo.pug", "line": 4, "nodes": Array [], "type": "Block", }, "column": 3, "file": Object { "ast": Object { "filename": "/bing.pug", "line": 0, "nodes": Array [ Object { "attributeBlocks": Array [], "attrs": Array [ Object { "column": 1, "filename": "/packages/pug-load/test/bing.pug", "line": 1, "mustEscape": false, "name": "class", "val": "'bing'", }, ], "block": Object { "filename": "/bing.pug", "line": 1, "nodes": Array [ Object { "column": 7, "filename": "/bing.pug", "line": 1, "type": "Text", "val": "bong", }, ], "type": "Block", }, "column": 1, "filename": "/bing.pug", "isInline": false, "line": 1, "name": "div", "selfClosing": false, "type": "Tag", }, ], "type": "Block", }, "column": 11, "filename": "/foo.pug", "fullPath": "/bing.pug", "line": 4, "path": "bing.pug", "raw": Object { "hash": "58ecbe086e7a045084cbddac849a2563", "size": 11, "type": "Buffer", }, "str": ".bing bong ", "type": "FileReference", }, "filename": "/foo.pug", "line": 4, "type": "Include", }, Object { "attributeBlocks": Array [], "attrs": Array [], "block": Object { "filename": "/foo.pug", "line": 5, "nodes": Array [ Object { "column": 5, "file": Object { "column": 13, "filename": "/foo.pug", "fullPath": "/script.js", "line": 6, "path": "script.js", "raw": Object { "hash": "86d4f8e34165faeb09f10255121078f8", "size": 32, "type": "Buffer", }, "str": "document.write('hello world!'); ", "type": "FileReference", }, "filename": "/foo.pug", "filters": Array [], "line": 6, "type": "RawInclude", }, ], "type": "Block", }, "column": 3, "filename": "/foo.pug", "isInline": false, "line": 5, "name": "script", "selfClosing": false, "type": "Tag", }, ], "type": "NamedBlock", }, ], "type": "Block", } `;