Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion benchmark/compiling.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/**
* Globals for benchmark.js
*/
Expand Down
6 changes: 3 additions & 3 deletions benchmark/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require('fs')
const path = require('path')
const spawn = require('child_process').spawn
const fs = require('node:fs')
const path = require('node:path')
const spawn = require('node:child_process').spawn

const exe = process.argv[0]
const cwd = process.cwd()
Expand Down
1 change: 0 additions & 1 deletion benchmark/kind.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/**
* Globals for benchmark.js
*/
Expand Down
1 change: 0 additions & 1 deletion benchmark/matching.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

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