Skip to content

Just removes values before dot #184

@wclr

Description

@wclr

Why this:

concat = (list...) ->
  r=''.concat (list.map (i) -> "(?:#{toString i})")...
  "(?:#{r})"

formatted to this:

concat = (list...) ->
  parts = .map (i) -> "(?:#{toString i})"
  r = .concat parts...
  "(?:#{r})"

??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions