We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This...
<:Head> <title>a title!</title> </:Head>
...should compile to document.title = 'a title!', rather than creating nodes.
document.title = 'a title!'
The text was updated successfully, but these errors were encountered:
optimise <title> - fixes #1027
646b0c0
Merge branch 'master' into gh-1027
b7d8c49
Merge pull request #1053 from sveltejs/gh-1027
0df6cfa
optimise <title>
Sync cli docs (sveltejs#1027)
cli
989d67f
sync cli docs Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
Successfully merging a pull request may close this issue.
This...
...should compile to
document.title = 'a title!'
, rather than creating nodes.The text was updated successfully, but these errors were encountered: