Hacker News new | ask | show | jobs
by runarberg 866 days ago
What matters for most (all?) tools is that the file is a valid HTML syntax. Most (all?) tools don’t care if the document it self is valid HTML. I don’t think I’ve used a single developer tool which stops working if I remove the <title> tag, nest <a> elements or even insert a self closing <div /> tag.
1 comments

I think we're completely talking past each other. I was talking about type checking of TS, template and SCSS code inside a .vue file.