transforms/__testfixtures__/rename-unsafe-lifecycles/standalone-function.input.js (6 lines of code) (raw):
function componentWillMount() {
// componentWillMount
}
function componentWillUpdate(nextProps, nextState) {
// componentWillUpdate
}
function componentWillReceiveProps(nextProps) {
// componentWillReceiveProps
}