File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import path from "path" ;
1+ import path from "node: path" ;
22import walk from "fs-walk" ;
33import plist from "simple-plist" ;
44import * as bin from "./bin.js" ;
5- import fs from "fs" ;
5+ import fs from "node: fs" ;
66import { resolvePath } from "./depsolver.js" ;
77
88export class AppDirectory {
Original file line number Diff line number Diff line change 11import isEncryptedSync from "macho-is-encrypted" ;
22import fatmacho from "fatmacho" ;
33import macho from "macho" ;
4- import fs from "fs" ;
4+ import fs from "node: fs" ;
55import machoEntitlements from "macho-entitlements" ;
66
77const MACH0_MIN_SIZE = 1024 * 4 ;
Original file line number Diff line number Diff line change 11// Converted to ES module
22
3- import path from "path" ;
3+ import path from "node: path" ;
44import idprov from "./idprov.js" ;
55import minimist from "minimist" ;
66
Original file line number Diff line number Diff line change 11"use strict" ;
22
3- import fs from "fs" ;
3+ import fs from "node: fs" ;
44import plist from "plist" ;
55import * as tools from "./tools.js" ;
66
You can’t perform that action at this time.
0 commit comments