File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import * as content from './content'
66import * as parser from './parser'
77import * as string from './util/string'
88import * as nodeType from './node-type'
9- import * as error from './util/error'
9+ import error from './util/error'
1010import * as rangeSaveRestore from './range-save-restore'
1111
1212/**
Original file line number Diff line number Diff line change 11import rangy from 'rangy'
2- import * as error from './util/error'
2+ import error from './util/error'
33import * as nodeType from './node-type'
44
55/**
Original file line number Diff line number Diff line change 1- import config from '../config'
1+ import * as config from '../config'
22
33// Allows for safe error logging
44// Falls back to console.log if console.error is not available
You can’t perform that action at this time.
0 commit comments