According to the cli source code, there are flags --no-source-maps / -S that will omit the source map,
and by default it should be included.
However the actual output does not.
I tried to use frida.Compiler api in script with frida.SourceMaps.Included, it worked.
According to the cli source code, there are flags
--no-source-maps/-Sthat will omit the source map,and by default it should be included.
However the actual output does not.
I tried to use
frida.Compilerapi in script with frida.SourceMaps.Included, it worked.