Update module paths.

This commit is contained in:
John-David Dalton
2017-01-11 10:06:12 -08:00
parent 7baf2267a0
commit aa60e55db4
125 changed files with 427 additions and 306 deletions

View File

@@ -1,10 +1,10 @@
import baseIsEqual from './.internal/baseIsEqual.js';
import get from './get.js';
import hasIn from './hasIn.js';
import isKey from './.internal/isKey.js';
import isStrictComparable from './.internal/isStrictComparable.js';
import matchesStrictComparable from './.internal/matchesStrictComparable.js';
import toKey from './.internal/toKey.js';
import baseIsEqual from './baseIsEqual.js';
import get from '../get.js';
import hasIn from '../hasIn.js';
import isKey from './isKey.js';
import isStrictComparable from './isStrictComparable.js';
import matchesStrictComparable from './matchesStrictComparable.js';
import toKey from './toKey.js';
/** Used to compose bitmasks for value comparisons. */
const COMPARE_PARTIAL_FLAG = 1;