* Add @babel/code-frame
This is based on the definition for babel-code-frame, but adds the new codeFrameColumns method. See https://github.com/babel/babel/tree/master/packages/babel-code-frame for project documentation.
* Rename "Location" to "SourceLocation" to avoid confusion with DOM Location
* Update based on feedback