76 lines
4.5 KiB
Markdown
76 lines
4.5 KiB
Markdown
# Snapshot report for `test/js-import/test.js`
|
|
|
|
The actual snapshot is saved in `test.js.snap`.
|
|
|
|
Generated by [AVA](https://avajs.dev).
|
|
|
|
## js-import
|
|
|
|
> Snapshot 1
|
|
|
|
[
|
|
{
|
|
code: `var asset0 = "data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%2300ff0d%3Bstroke-width%3A5%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%20d%3D%22M4.1%2014.72%2016%2026.31%2028.38%205.09%22%2F%3E%3C%2Fsvg%3E";␊
|
|
␊
|
|
const html = \`<html><head>␊
|
|
<link rel="icon" href="${asset0}">␊
|
|
<!-- TODO: support for css imports are yet to be added (as simple assets or through a preprocessor-->␊
|
|
<!-- <link rel="stylesheet" href="./joker.css">-->␊
|
|
</head>␊
|
|
<body>␊
|
|
<!-- TODO: this shouldn't have been commented out, but our plugin fails if it is included (which shoudn't happen!!) -->␊
|
|
<!--<script src="./batman.js" type="module"></script>-->␊
|
|
␊
|
|
␊
|
|
</body></html>\`;␊
|
|
␊
|
|
function render(){␊
|
|
return html;␊
|
|
}␊
|
|
␊
|
|
export { render };␊
|
|
//# sourceMappingURL=index-3d1ca61b.js.map␊
|
|
`,
|
|
fileName: 'index-3d1ca61b.js',
|
|
map: SourceMap {
|
|
file: 'index-3d1ca61b.js',
|
|
mappings: 'AAAA,aAAe;;ACAf,MAAA,IAAA,GAAA,CAAA;AACA,+BAA+B,EAAwD,MAAA,CAAA;AACvF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAa,CAAA;;ACRN,SAAS,MAAM,EAAE;AACxB,IAAI,OAAO,IAAI,CAAC;AAChB;;;;',
|
|
names: [],
|
|
sources: [
|
|
'../icon.svg',
|
|
'../index.html',
|
|
'../index.js',
|
|
],
|
|
sourcesContent: [
|
|
'export default "data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%2300ff0d%3Bstroke-width%3A5%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%20d%3D%22M4.1%2014.72%2016%2026.31%2028.38%205.09%22%2F%3E%3C%2Fsvg%3E"',
|
|
`<html>␊
|
|
<head>␊
|
|
<link rel="icon" href="./icon.svg">␊
|
|
<!-- TODO: support for css imports are yet to be added (as simple assets or through a preprocessor-->␊
|
|
<!-- <link rel="stylesheet" href="./joker.css">-->␊
|
|
</head>␊
|
|
<body>␊
|
|
<!-- TODO: this shouldn't have been commented out, but our plugin fails if it is included (which shoudn't happen!!) -->␊
|
|
<!--<script src="./batman.js" type="module"></script>-->␊
|
|
</body>␊
|
|
</html>␊
|
|
`,
|
|
`import html from "./index.html"␊
|
|
␊
|
|
export function render(){␊
|
|
return html;␊
|
|
}␊
|
|
`,
|
|
],
|
|
version: 3,
|
|
},
|
|
source: undefined,
|
|
},
|
|
{
|
|
code: undefined,
|
|
fileName: 'index-3d1ca61b.js.map',
|
|
map: undefined,
|
|
source: '{"version":3,"file":"index-3d1ca61b.js","sources":["../icon.svg","../index.html","../index.js"],"sourcesContent":["export default \\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%2300ff0d%3Bstroke-width%3A5%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%20d%3D%22M4.1%2014.72%2016%2026.31%2028.38%205.09%22%2F%3E%3C%2Fsvg%3E\\"","<html>\\n <head>\\n <link rel=\\"icon\\" href=\\"./icon.svg\\">\\n <!-- TODO: support for css imports are yet to be added (as simple assets or through a preprocessor-->\\n<!-- <link rel=\\"stylesheet\\" href=\\"./joker.css\\">-->\\n </head>\\n <body>\\n <!-- TODO: this shouldn\'t have been commented out, but our plugin fails if it is included (which shoudn\'t happen!!) -->\\n <!--<script src=\\"./batman.js\\" type=\\"module\\"></script>-->\\n </body>\\n</html>\\n","import html from \\"./index.html\\"\\n\\nexport function render(){\\n return html;\\n}\\n"],"names":[],"mappings":"AAAA,aAAe;;ACAf,MAAA,IAAA,GAAA,CAAA;AACA,+BAA+B,EAAwD,MAAA,CAAA;AACvF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAa,CAAA;;ACRN,SAAS,MAAM,EAAE;AACxB,IAAI,OAAO,IAAI,CAAC;AAChB;;;;"}',
|
|
},
|
|
]
|