import { $STRINGIFY } from '../../operations/base/$stringify'; 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.$stringify], [_function.$tag, _function.$stringify], [_null.$tag, _null.$stringify], [_number.$tag, _number.$stringify], [_object.$tag, _object.$stringify], [_string.$tag, _string.$stringify], [_undefined.$tag, _undefined.$stringify], [$Array.$tag, $Array.$stringify], [$Boolean.$tag, $Boolean.$stringify], [$Date.$tag, $Date.$stringify], [$Map.$tag, $Map.$stringify], [$Number.$tag, $Number.$stringify], [$Object.$tag, $Object.$stringify], [$Set.$tag, $Set.$stringify], [$String.$tag, $String.$stringify], ...$TypedArrays.$tags.map($tag => [$tag, $TypedArrays.$stringify]) ].map(([$tag, $stringify]) => ({ ...$tag, [$STRINGIFY]: $stringify }));