gleam icon indicating copy to clipboard operation
gleam copied to clipboard

Permit doc comments and comments on conditional compilation in the formatter

Open lpil opened this issue 3 years ago • 0 comments

/// This is a function that does...
if erlang {
  fn thing() { todo }
}

if javascript {
  fn thing() { todo }
}

This will reduce boilerplate quite a bit in libraries that support multiple targets.

lpil avatar Jan 01 '22 21:01 lpil