Ting-Yuan Huang
04/22/2021, 2:07 AMSymbolProcessorProvider 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!Zac Sweers
04/22/2021, 3:59 AMSymbolProcessorProvider be a fun interface?edrd
04/22/2021, 2:58 PMZac Sweers
04/22/2021, 3:00 PMedrd
04/22/2021, 3:03 PMfun interface, so if you want to change it, feel free 🙂Ting-Yuan Huang
04/22/2021, 8:26 PMTimo Drick
04/23/2021, 11:23 PM