Skip to content

Commit

Permalink
fix: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien-Ahkrin committed May 29, 2020
1 parent b29beef commit a5dad50
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
3 changes: 0 additions & 3 deletions lib/internal/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ const {
NumberIsInteger,
ObjectDefineProperty,
ObjectKeys,
<<<<<<< HEAD
StringPrototypeSlice,
StringPrototypeStartsWith,
=======
String,
>>>>>>> lib: add String primordials
Symbol,
SymbolFor,
WeakMap,
Expand Down
1 change: 1 addition & 0 deletions lib/internal/event_target.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const {
Map,
Object,
Set,
String,
Symbol,
NumberIsNaN,
} = primordials;
Expand Down
3 changes: 0 additions & 3 deletions lib/internal/modules/cjs/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ const {
ReflectSet,
RegExpPrototypeTest,
SafeMap,
<<<<<<< HEAD
SafeWeakMap,
=======
>>>>>>> lib: add String primordials
String,
StringPrototypeIndexOf,
StringPrototypeLastIndexOf,
Expand Down
7 changes: 1 addition & 6 deletions lib/internal/readline/utils.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
'use strict';

const {
<<<<<<< HEAD
Symbol,
=======
Boolean,
NumberIsInteger,
String,
>>>>>>> lib: add String primordials
Symbol
} = primordials;

const kUTF16SurrogateThreshold = 0x10000; // 2 ** 16
Expand Down

0 comments on commit a5dad50

Please sign in to comment.