Derek Bailey
Derek Bailey
@aardappel @bjornharrtell I'll take a look at this today.
I agree with @aardappel, we should first figure out/clean up what files are being generated for TS and remove the ones that aren't being directly tested or at least not...
@jkuszmaul Yeah, I understand that part of the test, but the actual output files are of no clear use and shouldn't be checked in. Can we write a test that...
Then the test script should delete those files explicitly after verifying `tsc` worked.
I think it is a balance, and we do a poor job of it now. We dupe so much stuff in all of our generated code, that at this point...
Let's pause this PR until we clean up what `tests/TypeScriptTest.sh` outputs. We can do that in a separate PR. I would just have the generated code sent to a temp...
I think this will be not needed if we move our lang-specific files to their own directories. At that point, we can check in the files?
@bjornharrtell Can this be dropped?
Thanks @paulovap for getting it back working. Now can we get it back into the 5-6 minute range, which is comparable to the other CI workflows? If we can break...
@jkuszmaul Sorry for the delay, can you fix the merge and I can take a look.