Searched defs:orderedPlugins (Results 1 – 1 of 1) sorted by relevance
72 private orderedPlugins: Array<PluginWrapper> = []; property in PluginManagerImpl169 const orderedPlugins = new Array<PluginWrapper>(); constant