Standardize JSX while there's time

It's now abundantly obvious that JSX is syntactically compatible with JavaScript. And the fact that every new build took supports it proves that it's a must-have feature.

But in its two current implementations, JSX cannot be standardized. Both globals and auto-imports require polluting and customizing the global environment ahead of usage.

Instead we should transform JSX expressions to plain objects, so that it requires zero setup and can be used with multiple frameworks.