Skip to content

Spurious lint error in cljs for parse-uuid #489

@harold

Description

@harold

Yo! Thanks for joker. Still linting hundreds of files every day in real time with everything hooked to flycheck in emacs. This project has certainly saved me tons of time over the years, and I am very grateful to you and everyone for all the efforts.

harold@freeside:~$ cat test.cljs
(ns test)

(parse-uuid "266c2d5c-47f4-4c61-a3bb-64c2bd08accc")
harold@freeside:~$ joker --version
v1.3.0
harold@freeside:~$ joker --lint test.cljs
test.cljs:3:2: Parse error: Unable to resolve symbol: parse-uuid

parse-uuid is in cljs now

I'm not an expert, but maybe it just needs to be added near here (?):

(defn random-uuid [])

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