Any documentation on Conditional Compilation?

The only one I could find is this one Old Docs
Is there any updated version?

I don’t think there’s been any change there. It still works exactly as documented there.

1 Like

Why do you want to use this feature?

I wan’t to make a node and a deno version and the external modules get messy if I compile them both.
I guess multiple entrypoints is the way to go…