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,6 +1,6 @@
import addSetEntry from './.internal/addSetEntry.js';
import arrayReduce from './.internal/arrayReduce.js';
import setToArray from './.internal/setToArray.js';
import addSetEntry from './addSetEntry.js';
import arrayReduce from './arrayReduce.js';
import setToArray from './setToArray.js';
/** Used to compose bitmasks for cloning. */
const CLONE_DEEP_FLAG = 1;