codeinabox@programming.dev to Programming@programming.devEnglish · 2 天前Breaking the Spell of Vibe Codingwww.fast.aiexternal-linkmessage-square19fedilinkarrow-up140
arrow-up140external-linkBreaking the Spell of Vibe Codingwww.fast.aicodeinabox@programming.dev to Programming@programming.devEnglish · 2 天前message-square19fedilink
minus-squareTehPers@beehaw.orglinkfedilinkEnglisharrow-up2·1 天前By 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.