codeinabox@programming.dev to Programming@programming.devEnglish · 2 days agoBreaking the Spell of Vibe Codingwww.fast.aiexternal-linkmessage-square18fedilinkarrow-up141arrow-down10
arrow-up141arrow-down1external-linkBreaking the Spell of Vibe Codingwww.fast.aicodeinabox@programming.dev to Programming@programming.devEnglish · 2 days agomessage-square18fedilink
minus-squareTehPers@beehaw.orglinkfedilinkEnglisharrow-up1·22 hours agoBy default, doesn’t tsc just output the source TS files with type info stripped? Worst case you run a formatter on that output and you’re done. There’s some nonstandard TS features like the iterator shim and decorators and such, but you don’t get those by default from what I remember.
By default, doesn’t
tscjust output the source TS files with type info stripped? Worst case you run a formatter on that output and you’re done.There’s some nonstandard TS features like the iterator shim and decorators and such, but you don’t get those by default from what I remember.