You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
When I try to use Snowboard 3.7.5 to generate an html page it doesn't work. Chrome complains about Uncaught SyntaxError: Unexpected end of input.
Can't use Snowboard 4.x+ because it doesn't has the ability to generate a single webpage.
Steps to reproduce
On MacOS 10.15.4
Download: https://github.com/apiaryio/api-blueprint/blob/master/examples/01.%20Simplest%20API.md
Expected: Webpage
Actual: Console error: Uncaught SyntaxError: Unexpected end of input
Workaround
I think the. problem comes from here: https://github.com/sveltejs/svelte/pull/2989/files#diff-88efceaaf9db61e49b0b84e7a104679bR276
I can fix by opening test.html and changing:
To
The text was updated successfully, but these errors were encountered: