shadowtime2000

Results 129 comments of shadowtime2000

I think we should maybe instead just invoke a macro if macro data is present on the function.

As for as I can see with my limited AMP knowledge, to support it we just need to do three things: 1. Modify HTML page to follow AMP standards 2....

It seems that NextJS + Vercel kind of [has server component support](https://next-server-components.vercel.app/) [repo](https://github.com/vercel/next-server-components).

Kind of ties in with #42. I don't think there are any CSS-in-JS libraries which support Aleph or Deno, mainly because to become faster they have their own Babel plugin,...

I don't know what your plan is [but this simple function to make accessing CSS variables easier to read/write](https://dev.to/meduzen/write-css-variables-faster-in-scss-1mon) could possibly help.

So rslint is more for actual stuff like linting and static analysis while SWC is better for just AST manipulation?

Thank you! Sorry for the late response.

Possible usage: ```js module.exports = { injectThis: (config) => { return { add: (a, b) => a + b } } } ``` ```ejs ```

@rubiin Hi, sorry for responding so late, but I am not able to reproduce this problem. My reproduction is [here](https://github.com/shadowtime2000/eta-issue-169), though I do not commonly use Express, so it may...

Sorry for taking so long, I will take a look at this today.