|
|
|
|
|
by lolinder
495 days ago
|
|
Bun does not handle TSX at the runtime level because Bun uses JavaScriptCore as its runtime and JavaScriptCore does not support TS(X). Bun transpiles all typescript code before executing it in the JavaScriptCore runtime. That's an implicit on-startup build step. |
|