Compiling code with a stray closing tag throws an error here as parent is undefined. This used to be more elegantly handled in 1.8.0.
REPL - 1.8.0 - 1.8.1
(I actually noticed this because in a project I had been using some (apparently!) bad markup, and had a <pre> element inside of a <p>. With 1.8.1, this now automatically closes the <p> when it reaches the <pre>, and then Svelte gets confused when it later hits the </p>.)
Compiling code with a stray closing tag throws an error here as
parentis undefined. This used to be more elegantly handled in 1.8.0.REPL - 1.8.0 - 1.8.1
(I actually noticed this because in a project I had been using some (apparently!) bad markup, and had a
<pre>element inside of a<p>. With 1.8.1, this now automatically closes the<p>when it reaches the<pre>, and then Svelte gets confused when it later hits the</p>.)