Sha256: 8441387fcb75cf6bda6f12349e37e64028a9885330bfa12c3cee54b932c02962

Contents?: true

Size: 290 Bytes

Versions: 43

Compression:

Stored size: 290 Bytes

Contents

/*jsl:option explicit*/
function option_explicit() {
    var o = {};

    with (o) { /*warning:with_statement*/
        /* should not warn about undeclared identifier */
        some_variable = another_variable;
        if (o) {
            second_value = first_variable;
        }
    }
}

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
distil-0.8.1 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.8.0 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.7.0 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js