Does TypeScript have a runtime-style module? Or are helpers concatenated per-build? Currently the build is inlining all helpers, which is obviously not ideal.
Does TypeScript have a runtime-style module? Or are helpers concatenated per-build?
Currently the build is inlining all helpers, which is obviously not ideal.