tildeio / simple-html-tokenizer

A lightweight JavaScript library for tokenizing non-`<script>` HTML expected to be found in the `<body>` of a document
MIT License
85 stars 33 forks source link

Only match `title`, `style`, `script` lowercase variants #81

Closed dcyriller closed 4 years ago

dcyriller commented 4 years ago

This is a follow-up for https://github.com/tildeio/simple-html-tokenizer/pull/69, would fix https://github.com/glimmerjs/glimmer-vm/pull/1007

It implements this comment: https://github.com/emberjs/ember.js/issues/18530#issuecomment-548873013

Might also unblock https://github.com/prettier/prettier/pull/7245

CvX commented 4 years ago

Thanks for the PR, I completely missed the mention in https://github.com/emberjs/ember.js/issues/18530!

rwjblue commented 4 years ago

Published in 0.5.9