codeinabox@programming.dev to Programming@programming.devEnglish · 8 days agoBreaking the Spell of Vibe Codingwww.fast.aiexternal-linkmessage-square17linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkBreaking the Spell of Vibe Codingwww.fast.aicodeinabox@programming.dev to Programming@programming.devEnglish · 8 days agomessage-square17linkfedilink
minus-squareTehPers@beehaw.orglinkfedilinkEnglisharrow-up0·7 days 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.