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
在项目(混合工程)接入Aspectd时,发现Aspectd无法对我们封装的Flutter Package通过正则进行插桩。 比如:主工程依赖package lib_common,预期通过@call("package:lib_common\/.+\.dart", ".", "-.+", isRegex: true)对lib_common下所有代码进行插桩,运行发现lib_common下所有文件夹内的代码均未插桩(lib_common下代码按业务功能进行了分包)。符合预期形式:@call("package:lib_common\/first\/second\/.+\.dart", ".", "-.+", isRegex: true),必须指定文件的具体路径
运行版本:master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在项目(混合工程)接入Aspectd时,发现Aspectd无法对我们封装的Flutter Package通过正则进行插桩。
比如:主工程依赖package lib_common,预期通过@call("package:lib_common\/.+\.dart", ".", "-.+", isRegex: true)对lib_common下所有代码进行插桩,运行发现lib_common下所有文件夹内的代码均未插桩(lib_common下代码按业务功能进行了分包)。符合预期形式:@call("package:lib_common\/first\/second\/.+\.dart", ".", "-.+", isRegex: true),必须指定文件的具体路径
运行版本:master
The text was updated successfully, but these errors were encountered: