Aral Roca Gomez
Aral Roca Gomez
Import attributes is now already in runtimes as [Bun for macros](https://bun.sh/docs/bundler/macros#import-attributes) and is in stage 3 in Estree, I think it would be nice to support it in `astring`. References:...
I want to use `react-hammerjs` in my app using a dynamic import. However, Hammer.js is throwing an error (not possible to load from undefined). Any tip?
After doing this: ```ts const doc = document.implementation.createHTMLDocument(); doc.open(); doc.write('') doc.write('') doc.write('Title') doc.write('') doc.write('') doc.write('Body') doc.write('') doc.write('') doc.close(); console.log(doc.documentElement.outerHTML) ``` I expect: ```html Title Body ``` _(Same behavior in Chrome,...
Now that runtimes like Bun supports macros and the proposal is in stage 3 it would be nice to support import attributes. https://github.com/tc39/proposal-import-attributes Example in TypeScript:
### What is the problem this feature would solve? Many of us who are doing frontend frameworks use IIFE instead of ESM as it allows it to run during HTML...
Brisa currently is an experimental JSX framework https://brisa.build It will be open source in a few months
 Is not rendering the Paypal Button, and the console is throwing a syntax error, caused for an arrow function.
Should be great to add all CSS properties from [View Transition API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API): - [`view-timeline`](https://developer.mozilla.org/en-US/docs/Web/CSS/view-timeline) - [`view-timeline-axis`](https://developer.mozilla.org/en-US/docs/Web/CSS/view-timeline-axis) - [`view-timeline-inset`](https://developer.mozilla.org/en-US/docs/Web/CSS/view-timeline-inset) - [`view-timeline-name`](https://developer.mozilla.org/en-US/docs/Web/CSS/view-timeline-name) - [`view-transition-name`](https://developer.mozilla.org/en-US/docs/Web/CSS/view-transition-name)
Another plugin for Parcel would also be nice https://parceljs.org/features/macros/
I would be investigating and looking into adapting the plugin to fit the edge as well. https://vercel.com/blog/partial-prerendering-with-next-js-creating-a-new-default-rendering-model#try-ppr-on-vercel-today