package node.inspector.debugger; /** Location in the source code. **/ typedef ScriptPosition = { var lineNumber : Float; var columnNumber : Float; };