You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's probably some infrastructure work to make this happen automatically, but I think we can start by manually documenting the methods available to an addon in index.js? I don't think the methods change very often. Here's the list (taken from https://ember-cli.com/api/classes/Addon.html):
config
blueprintsPath
includedCommands
importTransforms
serverMiddleware
testemMiddleware
postBuild
preBuild
outputReady
buildError
included
shouldIncludeChildAddon
setupPreprocessorRegistry
preprocessTree
postprocessTree
lintTree
contentFor
treeFor
The text was updated successfully, but these errors were encountered:
Add the API reference here: https://cli.emberjs.com/release/api-documentation/
There's probably some infrastructure work to make this happen automatically, but I think we can start by manually documenting the methods available to an addon in
index.js
? I don't think the methods change very often. Here's the list (taken from https://ember-cli.com/api/classes/Addon.html):The text was updated successfully, but these errors were encountered: