senecajs / seneca

A microservices toolkit for Node.js.
http://senecajs.org
MIT License
3.95k stars 314 forks source link

rename back to plugins #852

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

rename back to plugins

https://github.com/senecajs/seneca/blob/1c97c5fba6f4e3c61b037be42656036a83321b36/seneca.js#L468


  root$.order = {}

  // TODO: rename back to plugins
  const api_use = Plugin.api_use(callpoint, { debug: !!start_opts.debug.ordu })
  root$.order.plugin = api_use.ordu

  // Seneca methods. Official API.
  root$.toString = API.toString
  root$.has = API.has // True if the given pattern has an action.