codeinabox@programming.dev to Programming@programming.devEnglish · 1 day agoBreaking the Spell of Vibe Codingwww.fast.aiexternal-linkmessage-square19fedilinkarrow-up140arrow-down10
arrow-up140arrow-down1external-linkBreaking the Spell of Vibe Codingwww.fast.aicodeinabox@programming.dev to Programming@programming.devEnglish · 1 day agomessage-square19fedilink
minus-squareTehPers@beehaw.orglinkfedilinkEnglisharrow-up1·8 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.