We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: