Skip to content

Consider adding always effectful built-ins + configuration for them #4

@Andarist

Description

@Andarist

Input code

var unusedTimerId = setInterval(function () {
  pingAPI()
})

Even though setInterval is used in assignment context and its result remain unused, its probably not desired to annotate (and therefore drop during minification) it.

Same applies for other timers and possibly some other built-ins.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions