Michael Brevard
Michael Brevard
Thanks! I remembered that vaguely but I also didn't get the chance to check it myself.
@vejja in 03, can external scripts have `` syntax, or is it guaranteed to be ``
> > @vejja in 03, can external scripts have `` syntax, or is it guaranteed to be `` > > I think in theory it should always be the first...
Also what about links? Are they always self closing? Or should I treat them the same as script tags?
We might want to look into a hybrid approach, at least until a suitable solution is found for the edge cases that are harder to catch with regex. That is,...
> Isn't an inline script the same as an external script except that it doesn't have an src attribute ? Let me dig into this, I need to read the...
> I'm not sure what the issue could be ? console.log('me like ')hi
I mean, this would be x10 easier if the html's sections are actually one element each. I'll try it out real quick
@vejja I have discovered some things: 1. It appears as though each section returns a single string in an array (it appears as though they are concatenated with `\n` and...
> Very interesting, seems that your regex is good then ? I mean, I'm not entirely sure yet, becasue as I said, this still needs to get thoroughly tested to...