Skip to content

Commit

Permalink
chore(benchmark): add missing use strict directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 18, 2023
1 parent f5d8803 commit ba253f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark/compiling.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

/**
* Globals for benchmark.js
*/
Expand Down
2 changes: 2 additions & 0 deletions benchmark/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const fs = require('node:fs')
const path = require('node:path')
const spawn = require('node:child_process').spawn
Expand Down
2 changes: 2 additions & 0 deletions benchmark/kind.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

/**
* Globals for benchmark.js
*/
Expand Down
2 changes: 2 additions & 0 deletions benchmark/matching.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

/**
* Globals for benchmark.js
*/
Expand Down

0 comments on commit ba253f0

Please sign in to comment.