Hi there, we have made another
bi-weekly release that
1. Introduced
SymbolProcessorProvider
to get rid of the need of saving logger, options, CodeGenerator, etc in
SymbolProcessor.init()
, which will be deprecated in the future. To use the new entry point, you'll need to register
SymbolProcessorProvider
rather than
SymbolProcessor
in the service file. Please find more details in the release note. Thank you
@edrd for the PR!
2. Introduced
getFunctionDeclarationByName
and
getPropertyDeclarationByName
3. Fixed a few issues around incremental processing and multiple-round.
As always, please give it a try and let us know what you think!