File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export class DocumentMapper {
135
135
/**
136
136
* Get the offset of the line and character position
137
137
* @param position Line and character position
138
- * @param text The text for which the offset should be retrived
138
+ * @param text The text for which the offset should be retrieved
139
139
*/
140
140
function offset_at ( position , text ) {
141
141
const line_offsets = get_line_offsets ( text ) ;
Original file line number Diff line number Diff line change 1
1
import { new_block , get_translation } from './block.js' ;
2
2
import { processor_options } from './processor_options.js' ;
3
3
import { state } from './state.js' ;
4
- import { DocumentMapper } from './mapping' ;
4
+ import { DocumentMapper } from './mapping.js ' ;
5
5
6
6
let default_compiler ;
7
7
You can’t perform that action at this time.
0 commit comments