Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var DepEnsure = fix.DepEnsure
DepEnsure runs `dep ensure -v` to make sure that any newly changed imports are added to dep.
var DeprecrationsCheck = fix.DeprecrationsCheck
DeprecrationsCheck will either log, or fix, deprecated items in the application
var PackageJSONCheck = fix.PackageJSONCheck
PackageJSONCheck will compare the current default Buffalo package.json against the applications package.json. If they are different you have the option to overwrite the existing package.json file with the new one.
var Run = fix.Run
Run all compatible checks
var WebpackCheck = fix.WebpackCheck
WebpackCheck will compare the current default Buffalo webpack.config.js against the applications webpack.config.js. If they are different you have the option to overwrite the existing webpack.config.js file with the new one.
Functions ¶
This section is empty.
Types ¶
type ImportConverter ¶
type ImportConverter = fix.ImportConverter
ImportConverter will changes imports from a -> b