Add Robot_JoyIt driver
This commit is contained in:
8
node_modules/@babel/generator/lib/buffer.js
generated
vendored
8
node_modules/@babel/generator/lib/buffer.js
generated
vendored
@@ -196,7 +196,7 @@ class Buffer {
|
||||
position.column = 0;
|
||||
last = i + 1;
|
||||
if (last < len && line !== undefined) {
|
||||
this._mark(++line, 0, null, null, filename);
|
||||
this._mark(++line, 0, undefined, undefined, filename);
|
||||
}
|
||||
i = str.indexOf("\n", last);
|
||||
}
|
||||
@@ -278,12 +278,6 @@ class Buffer {
|
||||
if (!this._map) return;
|
||||
this._normalizePosition(prop, loc, columnOffset);
|
||||
}
|
||||
withSource(prop, loc, cb) {
|
||||
if (this._map) {
|
||||
this.source(prop, loc);
|
||||
}
|
||||
cb();
|
||||
}
|
||||
_normalizePosition(prop, loc, columnOffset) {
|
||||
const pos = loc[prop];
|
||||
const target = this._sourcePosition;
|
||||
|
||||
Reference in New Issue
Block a user