Closed oscarotero closed 2 years ago
:tada: This issue has been resolved in version 9.36.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I cannot find a way to run esm.sh against local file so didn't add any test case for this. Maybe we need officially build a deno bundle to test deno in the future. Still need to see how many people are using LiquidJS in deno.
Hi. Thanks, it works fine now. If you want to provide support for Deno, I recommend to use https://github.com/denoland/dnt. It's the official way to develop a library using Deno (so you have built-in TypeScript support, testing, etc) and publish the package to Deno and npm.
Hi. I'm importing this library to use on Deno using esm.sh CDN:
It works fine until the latest version, showing the following error:
I suspect this is due this change: https://github.com/harttle/liquidjs/commit/eec381ec72db3858452799b7a3264e240be3044d that breaks the automatic conversion to Deno by esm.sh