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
hello,
I failed to compile it in node v11.15.0, I checked there isn't no tools in agent folder. Is there any dependency I missed? thanks.
[email protected] build /Users/uc/codes/frida_script/art-tracer frida-compile agent/index.ts -o _agent.js -x
{ [TypeScript error: agent/tracer.ts(9,57): Error TS2307: Cannot find module './tools'.] message: "agent/tracer.ts(9,57): Error TS2307: Cannot find module './tools'.", fileName: 'agent/tracer.ts', line: 9, column: 57, name: 'TypeScript error', inputs: Set { '/Users/uc/codes/frida_script/art-tracer/agent/index.ts', '/users/uc/codes/frida_script/art-tracer/agent/index.ts', '/users/uc/codes/frida_script/art-tracer/agent/logger.ts', '/users/uc/codes/frida_script/art-tracer/agent/shims-frida-java.d.ts', '/users/uc/codes/frida_script/art-tracer/agent/tracer.ts', '/users/uc/codes/fri
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello,
I failed to compile it in node v11.15.0, I checked there isn't no tools in agent folder. Is there any dependency I missed? thanks.
{ [TypeScript error: agent/tracer.ts(9,57): Error TS2307: Cannot find module './tools'.]
message:
"agent/tracer.ts(9,57): Error TS2307: Cannot find module './tools'.",
fileName: 'agent/tracer.ts',
line: 9,
column: 57,
name: 'TypeScript error',
inputs:
Set {
'/Users/uc/codes/frida_script/art-tracer/agent/index.ts',
'/users/uc/codes/frida_script/art-tracer/agent/index.ts',
'/users/uc/codes/frida_script/art-tracer/agent/logger.ts',
'/users/uc/codes/frida_script/art-tracer/agent/shims-frida-java.d.ts',
'/users/uc/codes/frida_script/art-tracer/agent/tracer.ts',
'/users/uc/codes/fri
The text was updated successfully, but these errors were encountered: