4.8.85 • Published 10 months ago

@erboladaiorg/veniam-ipsa v4.8.85

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@erboladaiorg/veniam-ipsa Version Badge

github actions coverage License Downloads

npm badge

An ESnext spec-compliant sync iterator helpers shim/polyfill/replacement that works as far down as ES3.

This package implements the es-shim API “multi” interface. It works in an ES3-supported environment and complies with the spec.

Because the Iterator.prototype methods depend on a receiver (the this value), the main export in each subdirectory takes the iterator to operate on as the first argument.

The main export of the package itself is simply an array of the available directory names. It’s sole intended use is for build tooling and testing.

Supported things

Environments where this is needed

  • node v22, Chrome >= v122: has a bug
  • node < v22, Chrome < v122, Safari <= v17.1, Firefox <= v125: not implemented

Getting started

npm install --save @erboladaiorg/veniam-ipsa

Usage/Examples

const map = require('@erboladaiorg/veniam-ipsa/Iterator.prototype.map');
const toArray = require('@erboladaiorg/veniam-ipsa/Iterator.prototype.toArray');
const assert = require('assert');

const iterator = [1, 2, 3].values();

const mapped = map(iterator, (x) => x + 10);
assert.deepEqual(
	mapped.next(),
    {
        done: false,
        value: 11,
    }
);
assert.deepEqual(
    toArray(mapped),
    [12, 13]
);
require('./auto'); // shim all of the methods

require('./Iterator.prototype.map/auto'); // shim the “map” method

Tests

Simply clone the repo, npm install, and run npm test

interruptstraverseawesomesaucemkdirReflect.getPrototypeOfback-endhashloggingyupes2017apollometadatawidthvariablesviewgroupBypopmotionpropertysetterequalshebangtostringtagbcryptdragignorehandlersECMAScript 2017kinesisassertionforEachidentifiersJSON-Schemadeletefilecommanderutilitieses-shim API256.gitignoreECMAScript 2020specprivateserviceapiqueueObject.getPrototypeOfcommandenves2016buffercertificatesenvironmentsRegExp.prototype.flagsbindvalueslruurlgitignorebinaryhardlinksoperating-systemprototypemomentchannelencryptionkeysvalidatorconfigurableenvironmentInt16Arraybinariesintrinsicshelljsdiffvisual6to5statustouchargumentES2018classnamemacosES2019statelessloadbalancingjsdomcloudfrontStreamscallbindhelperclassnamesequalitysesObject.definePropertypathsharedarraybufferwindowsString.prototype.trimirqreadableECMAScript 2015wgettddserializationPushvpcobjectserializecssFloat64ArrayextendoffsetECMAScript 6cjkphoneflatMicrosoftwritablecopyflagscryptoownreact poseredactObject.iscallbackasyncbundlingObservableses-shimsvalidpluginWebSocketsarktypeespreecalloptimizerstylingtoolsslicebabel-coretimedescriptorfast-deep-copyrapidreact animationspeedbundlerBigInt64ArrayString.prototype.matchAllstreamsuploadsymbolsetPrototypeOfECMAScript 7assertsreadless.jscolorpreprocessorchaiarraybufferebsopensslpinoreusepruneinternal slotchildglobalThisbeanstalkfunctionswrites3argsvarmergeES2020rgbformatmatchAllmixinsdeepcopycensorstylesmulti-packagebyteOffsetroutingutilityrandomponyfillecmascripttrimEndeslint-pluginlinuxmonoreponegative zeroSetECMAScript 3ArrayBuffercolourmakehotpromiseoptiontslibbinWebSocketvalueauthenticationdeep-copyinferencenamesexecfileESWeakMapisConcatSpreadabledescriptionstringifierprogressboundtestingtranspileramazonkeyqueryqueueMicrotaskiamec2symlinkhttpsansiArray.prototype.flattenBigUint64ArrayflatMapawstsstoragegatewaybusy0chinesecoreresolvetoStringTagIteratorgradients css3comparehasOwnforkObject.keyspositiverulesfindUint32Arrayerror-handlingeslintpluginES2017locationArrayBuffer#sliceprotoURLSearchParamsregular expressionfull3dsharedpostcss-pluginstringifyeast-asian-widthsuperagentvalidatemkdirsajveventEmitterletsnszodESnextcollection.es6preserve-symlinksdropreal-timeininstallhookformlocalindicatorinternalSystem.globalwaitfastifytypesafereact-hooksjwtstablepostcssgenericsfantasy-landnativeredux-toolkitimportECMAScript 2021reducercompile lessoncecompilergetintrinsicreact-hook-formomitconcatECMAScript 2016JSONpicomatchprefixwindowtoArraymovevalidationconcatMapECMAScript 2022signalunicodeterminales-abstracteveryjson-schemachromiumiterationArrayzeroframerroute53ES6mruReactiveExtensionses2015fluxmatchescheckcore-jsStreamsigintdataViewsubprocesstrimLeftreducewarningbabelfindLaststyled-componentsprotocol-bufferslesscloudsearchsqsless compilerfigletcryptsimpledbchromegesturesenderendpointcolorshookscharacterast-0columnsfastclonejson-schema-validationtoolkitjshintsameValueZerogetterrangeerrordatastructurerequestoptimistInt32ArrayimmutablecurriedstreamttyHyBiassertregexpzxtransportworkflowfunctionparserdatees5proxyglacierhas-owngetPrototypeOfgdprES8pushgraphqlfilteridlecollectionlesscssES2022signalsglobal objectutiliteratorfunction.lengthliveURLrobustefficientkoreanhasformsjapaneseutil.inspectescapeschemeio-tsjsonCSSStyleDeclarationvarses6prettyRFC-6455persistenthigher-orderregexgetoptObject.valuespackage.jsonautoscalingremovefile systemcoercibleFunction.prototype.namewafweaksetthreeredux$.extenddeepclonefromES2021styleguideObservableserverargvdirectorysigtermreplayfast-cloneclassessafeanimationArray.prototype.findLastIndexacorniteratetoSortedpoint-freeqs
4.8.85

10 months ago

4.8.84

10 months ago

4.8.83

11 months ago

4.7.83

11 months ago

4.6.83

11 months ago

4.6.82

11 months ago

4.6.81

11 months ago

4.6.80

11 months ago

4.6.79

11 months ago

4.6.78

11 months ago

4.6.77

11 months ago

4.6.76

11 months ago

4.6.75

11 months ago

4.6.74

11 months ago

4.6.73

11 months ago

4.6.72

11 months ago

4.6.71

11 months ago

4.6.70

11 months ago

4.6.69

11 months ago

4.6.68

11 months ago

4.5.68

11 months ago

4.5.67

11 months ago

3.5.67

11 months ago

3.5.66

11 months ago

3.5.65

11 months ago

3.5.64

11 months ago

3.4.64

11 months ago

3.4.63

11 months ago

3.4.62

11 months ago

3.4.61

11 months ago

3.4.60

11 months ago

3.4.59

11 months ago

3.4.58

12 months ago

3.4.57

12 months ago

3.4.56

12 months ago

3.4.55

12 months ago

3.4.54

12 months ago

3.4.53

12 months ago

3.4.52

12 months ago

3.4.51

12 months ago

3.4.50

12 months ago

3.4.49

12 months ago

3.4.48

12 months ago

3.4.47

12 months ago

3.4.46

12 months ago

3.4.45

12 months ago

3.4.44

12 months ago

3.4.43

12 months ago

3.4.42

12 months ago

3.4.41

12 months ago

3.4.40

12 months ago

3.4.39

12 months ago

3.4.38

1 year ago

3.4.37

1 year ago

3.4.36

1 year ago

3.3.36

1 year ago

3.2.36

1 year ago

3.2.35

1 year ago

3.2.34

1 year ago

3.2.33

1 year ago

3.2.32

1 year ago

3.2.31

1 year ago

3.2.30

1 year ago

3.2.29

1 year ago

3.2.28

1 year ago

3.2.27

1 year ago

3.2.26

1 year ago

3.2.25

1 year ago

3.2.24

1 year ago

3.2.23

1 year ago

3.2.22

1 year ago

3.2.21

1 year ago

2.2.21

1 year ago

2.2.20

1 year ago

2.2.19

1 year ago

2.2.18

1 year ago

2.2.17

1 year ago

2.2.16

1 year ago

2.2.15

1 year ago

2.2.14

1 year ago

2.2.13

1 year ago

2.2.12

1 year ago

1.2.12

1 year ago

1.2.11

1 year ago

1.2.10

1 year ago

1.2.9

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago