mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Try importing buffer index
# Conflicts: # helpers/scanner/client.mjs
This commit is contained in:
parent
2873b1fece
commit
3be1dd52a7
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import { Buffer } from 'buffer/'
|
import { Buffer } from 'buffer/index.js'
|
||||||
import prettyBytes from 'pretty-bytes'
|
import prettyBytes from 'pretty-bytes'
|
||||||
import * as zip from '@zip.js/zip.js'
|
import * as zip from '@zip.js/zip.js'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { Buffer } from 'buffer/'
|
import { Buffer } from 'buffer/index.js'
|
||||||
|
|
||||||
import parseMacho from '~/helpers/macho/index.js'
|
import parseMacho from '~/helpers/macho/index.js'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Adpapted for browser+node from https://github.com/joeferner/node-bplist-parser/blob/master/bplistParser.js
|
// Adpapted for browser+node from https://github.com/joeferner/node-bplist-parser/blob/master/bplistParser.js
|
||||||
import plainTextPlist from 'plist'
|
import plainTextPlist from 'plist'
|
||||||
import { Buffer } from 'buffer/'
|
import { Buffer } from 'buffer/index.js'
|
||||||
|
|
||||||
|
|
||||||
// const fs = require('fs');
|
// const fs = require('fs');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue