build: enable JS semicolons (#22783)
This commit is contained in:
parent
24e21467b9
commit
5d657dece4
354 changed files with 21512 additions and 21510 deletions
4
spec/fixtures/testsnap.js
vendored
4
spec/fixtures/testsnap.js
vendored
|
@ -1,3 +1,3 @@
|
|||
// taken from https://chromium.googlesource.com/v8/v8.git/+/HEAD/test/cctest/test-serialize.cc#1127
|
||||
function f () { return g() * 2 } // eslint-disable-line no-unused-vars
|
||||
function g () { return 43 }
|
||||
function f () { return g() * 2; } // eslint-disable-line no-unused-vars
|
||||
function g () { return 43; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue