import { $HASH } from '../../operations/base/$hash'; import * as _boolean from '../../types/builtins/_boolean'; import * as _function from '../../types/builtins/_function'; import * as _null from '../../types/builtins/_null'; import * as _number from '../../types/builtins/_number'; import * as _object from '../../types/builtins/_object'; import * as _string from '../../types/builtins/_string'; import * as _undefined from '../../types/builtins/_undefined'; import * as $Array from '../../types/builtins/$Array'; import * as $Boolean from '../../types/builtins/$Boolean'; import * as $Date from '../../types/builtins/$Date'; import * as $Map from '../../types/builtins/$Map'; import * as $Number from '../../types/builtins/$Number'; import * as $Object from '../../types/builtins/$Object'; import * as $Set from '../../types/builtins/$Set'; import * as $String from '../../types/builtins/$String'; import * as $TypedArrays from '../../types/builtins/$TypedArrays'; export default [ [_boolean.$tag, _boolean.$hash], [_function.$tag, _function.$hash], [_null.$tag, _null.$hash], [_number.$tag, _number.$hash], [_object.$tag, _object.$hash], [_string.$tag, _string.$hash], [_undefined.$tag, _undefined.$hash], [$Array.$tag, $Array.$hash], [$Boolean.$tag, $Boolean.$hash], [$Date.$tag, $Date.$hash], [$Map.$tag, $Map.$hash], [$Number.$tag, $Number.$hash], [$Object.$tag, $Object.$hash], [$Set.$tag, $Set.$hash], [$String.$tag, $String.$hash], ...$TypedArrays.$tags.map($tag => [$tag, $TypedArrays.$hash]) ].map(([$tag, $hash]) => ({ ...$tag, [$HASH]: $hash }));