gleamx/lineinfo
Types
pub type CodeMeta {
CodeMeta(total_length: Int, line_ends: List(Int))
}
Constructors
-
CodeMeta(total_length: Int, line_ends: List(Int))
Values
pub fn analyze_code(code: String) -> CodeMeta
pub type CodeMeta {
CodeMeta(total_length: Int, line_ends: List(Int))
}
CodeMeta(total_length: Int, line_ends: List(Int))
pub fn analyze_code(code: String) -> CodeMeta