Skip to content

Commit

Permalink
Upgrade standard to v17.1.2 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso authored Jan 30, 2025
2 parents 18eba53 + d559668 commit bf24df8
Show file tree
Hide file tree
Showing 7 changed files with 1,345 additions and 1,562 deletions.
1 change: 0 additions & 1 deletion lib/create.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const fs = require('fs')
const path = require('path')
const assert = require('assert')
Expand Down
3 changes: 1 addition & 2 deletions lib/decode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const assert = require('assert')
const values = require('./values')

Expand Down Expand Up @@ -94,7 +93,7 @@ module.exports = exports = function (buf) {
pos += 1
}

info.extra.push({ type: partType, length: length, data: data })
info.extra.push({ type: partType, length, data })

switch (partType) {
case 0:
Expand Down
1 change: 0 additions & 1 deletion lib/encode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const assert = require('assert')
const values = require('./values')

Expand Down
1 change: 0 additions & 1 deletion lib/is-alias.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const fs = require('fs')

/**
Expand Down
1 change: 0 additions & 1 deletion lib/values.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

exports.type = ['file', 'directory']
exports.volumeType = ['local', 'network', 'floppy-400', 'floppy-800', 'floppy-1400', 'other']
Loading

0 comments on commit bf24df8

Please sign in to comment.