squint

lemuel 2024-10-26T09:37:42.413099Z

Out of interest is it possible to compile Squint generated JS to ES5? I guess it would be a Vite transformation

borkdude 2024-10-26T09:38:37.174059Z

Probably using esbuild or so

👍 1
borkdude 2024-10-26T09:39:00.481129Z

What’s the reason for doing so?

lemuel 2024-10-26T09:41:02.550529Z

I’m thinking about setting something up to make working with Google Tag Manager less painful. It only supports ES5

littleli 2024-10-26T21:19:35.932949Z

I don't know the details of course but interacting with js/dataLayer (.push) should ve everything you need