Scope analysis does not provide support for undeclared variables.
0 instances of missing semicolons counted.
0 unnecessary instances of the keyword new counted.
- 1
- 2
- 3
- 4
- -5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- /*prettydiff.com wrap:40 preserve:4*/
-
-
-
- // this is a long line comment that
- // should wrap onto an additional line,
- // but we will see
-
-
-
- // this comment has line breaks that
- // should be preserved
- //
- // line breaks can contain white space,
- // which is to be ignored
- //
- // the white space in line breaks could
- // resemble code, but it should still be
- // ignored
- //
- // a long line that should wrap onto a
- // much smaller following line, but we
- // will see
-
-
-
- // comments starting with 4 spaces or a
- // tab are treated as code and should
- // not wrap
- //
- // this is a long line that should not wrap as it is formatted as commented code in markdown
- //
- // comments that start with either an
- // asterisks, dash, or a number followed
- // by a dot are list items and comments
- // should not wrap onto list lines
- // * star line, but i am going to make
- // it longer to see if it wraps into the
- // next line
- // - dash line, but we also need to see
- // if this wraps into the next line
- // 46000. number line and again we need
- // to see if this wraps into the next
- // line
- // * arrrrgghhh
-
-
-
- // comments starting with 4 spaces or a
- // tab are treated as code and should
- // not wrap
- //
- // this is a long line that should not wrap as it is formatted as commented code in markdown
- //
- // comments that start with either an
- // asterisks, dash, or a number followed
- // by a dot are list items and comments
- // should not wrap onto list lines
- // * star line, but i am going to make
- // it longer to see if it wraps into the
- // next line
- //
- // - dash line, but we also need to see
- // if this wraps into the next line
- //
- // 46000. number line and again we need
- // to see if this wraps into the next
- // line
- //
- // * arrrrgghhh