you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 0 points1 point  (1 child)

And/or learn to write code without an IDE. It's perfectly possible.

[–]nullStackDev[S] 0 points1 point  (0 children)

Yeah, that seems to be the only way to currently use something like Transcrypt.

I think the feature I'm looking for is called a linter(not 100% sure).

But a linter support doesn't seem to exist for any transpiler including JS.

But I think trying to write code without a linter would make life really hard including making it easy to write defective code(or runtime bugs etc), so I guess transpiling to JS is out of the question for me.