Boolean values in maps print as null · Issue #44 · binaryage/cljs-devtools · GitHub
Skip to content

Boolean values in maps print as null #44

Description

@jmlsf

This:

(js/console.log {:a false})

Prints:

:a | null

Even though:

(js/console.log {:a true})

Prints:

:a | true

Am I missing something or is it weird to print null for false and true for true?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions