#Is there any way to format and make prettier my compiled JavaScript files from TypeScript files?

1 messages · Page 1 of 1 (latest)

broken frigate
#

The first image is the unformatted JS file and the second image is the formatted and pretty TS file

strong delta
#

you should not format the JS code emitted by TS

#

that code is only meant to be executed, not looked at

#

@broken frigate

broken frigate
#

okay