fromdeno / deno2node

Compile your Deno project to run on Node.js.
MIT License
115 stars 3 forks source link

Stripping comments #10

Closed KnorpelSenf closed 3 years ago

KnorpelSenf commented 3 years ago

It seems like deno2node strips comments and JSDoc. It therefore removes the documentation of the library. Is this intended?

Tried with

deno run --unstable --allow-read --allow-write \
  https://raw.githubusercontent.com/wojpawlik/deno2node/v0.4.0/src/cli.ts tsconfig.json

for grammY runner.

wojpawlik commented 3 years ago

https://github.com/grammyjs/runner/blob/0dbd8ef22d347e16424a1dbc5f320459d32ee42f/tsconfig.json#L15, https://github.com/microsoft/TypeScript/issues/14619

KnorpelSenf commented 3 years ago

Wow … I need new glasses, thanks. Overlooked I had set it to true