Broc Seib

Results 15 comments of Broc Seib

I had some similar issues supporting IE8. Can you post the whole set of code, HTML & js?

Would like to see a solution to this as well. I have a naive question between these two proposed options: 1. A global js/ts file and global css/scss file 2....

Unfortunately, I can't recall if I got another message or not that could have been from that `LOG.error()`. I've been away from that project the past week -- when I...

Here is my fork as an example of how to get it to build an ESM compatible build. https://github.com/Gentomi/velocity.js The changes needed: https://github.com/shepherdwind/velocity.js/compare/master...Gentomi:velocity.js:master

> @bseib now I published new beta version 2.1.0-beta, Can you help me to check if this version is work ok with esm module? Hey awesome @shepherdwind. I should have...

Hey @shepherdwind , do you have any plans to release your BETA branch to npm? That would make testing a lot simpler -- I would just update my `package.json` to...

> https://www.npmjs.com/package/velocityjs/v/2.1.0-beta this beta version is the new one, you can just try this. I had published it a week ago. Ah, thank you, I missed that somehow. Things look...

@shepherdwind I think `VELOCITY_AST` needs to be exported at the top level. That is the type returned when calling `parse`, and the caller will need that type to do anything...

@shepherdwind The second issue I'm seeing is a runtime error: ![image](https://user-images.githubusercontent.com/1313561/221373837-370ee54a-e6e2-40cf-a993-2519d488faa7.png) The sources are not in the distribution, but it looks like this may be referring to here: https://github.com/shepherdwind/velocity.js/blob/dd6c4616253546ebc24ee6da684fa094a8babf8f/src/compile/blocks.ts#L10 Maybe...

User-Agent string begins with "Mozilla" for historical reasons, going back to the early browser days when IE was first released, and it was spoofing the UserAgent string to say "Mozilla"...