shadowtime2000

Results 134 comments of shadowtime2000

I think Angular may not be fit for this because it has a ton of tooling that needs to be set up for it to work. Vue would be pretty...

@ije Thoughts? @alfredosalzillo Are you still interested in creating such an env plugin?

@ije Makes sense!

I like the idea of an SWC macro, it could possibly then help us with #60.

@ije How exactly would this be written? Will we write it within the new compiler after it is merged or will we another repo for this project or something? I...

@ije Thx, but I was actually asking about how the compiler which expands the macros will be organized. I don't think we should have an `inject` method which injects that...

Tbh, I feel like macros purely for a framework like this is a little overkill and we could look into creating a library for these macros that doesn't require Aleph...

@ije I don't think it is a good idea to dump everything in `Deno.env` into a global namespace because there could be unused `.env` variables for stuff like API keys...

@ije Good point, it would be easier to make it a library once there is a more standard form for ast modification and compilation and stuff.

We should probably allow returning an AST or something for more organized complex macros.