Open Ouroboros opened 1 year ago
16.1.5
Windows 11
https://www.npmjs.com/package/json5
import { parse } from 'json5'; console.log(parse);
frida-compile test.ts -o test.js
SyntaxError: Could not find export 'parse' in module '/node_modules/json5/dist/index.mjs'
This code works on frida-compile 10.2.5
same problem :(
I fixed it using esbuild instead frida-compile.
frida-compile version:
16.1.5
OS:
Windows 11
test.ts
https://www.npmjs.com/package/json5
compile cmd:
frida-compile test.ts -o test.js
frida output
This code works on frida-compile 10.2.5