forcedotcom / aura

This project is archived, please see the readme for additional resources.
Apache License 2.0
674 stars 333 forks source link

perf: Unify addLibraryExporter and addComponent calls #174

Closed zerious closed 5 years ago

zerious commented 5 years ago

This change makes two component-adding methods accept key-value objects (in addition to their original method signatures for backward compatibility). This should improve performance by...

Additionally, several for loops inside AuraComponentService have been optimized.