Skip to content

Add handler for dojo.exists #22

@mmaxwell

Description

@mmaxwell

dojo.exists calls are not handled. In the trivial case, dojo.exists('foo', obj) can probably be converted to something like obj.foo != null (this might even be oversimplified given some of the magic used by dojo.exists). For more complex cases like dojo.exists('foo.bar', obj) or dojo.exists('global.foo') we probably need to just call lang.exists rather than unravel some of the magic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions