Skip to content

Commit 2d8f8d8

Browse files
committed
use const where applicable in Entrypoint
1 parent d3647ab commit 2d8f8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Entrypoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Entrypoint {
2626
}
2727

2828
getFiles() {
29-
let files = [];
29+
const files = [];
3030

3131
for(let chunkIdx = 0; chunkIdx < this.chunks.length; chunkIdx++) {
3232
for(let fileIdx = 0; fileIdx < this.chunks[chunkIdx].files.length; fileIdx++) {

0 commit comments

Comments
 (0)