Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

Location:
imaps-frontend/node_modules/es-abstract
Files:
1 added
47 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/es-abstract/2015/CompletionRecord.js

    rd565449 r0c6b92a  
    3131        var value = SLOT.get(this, '[[value]]');
    3232
    33         if (type === 'normal') {
    34                 return value;
    35         }
    3633        if (type === 'throw') {
    3734                throw value;
    3835        }
    39         throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');
     36        return value;
    4037};
    4138
  • imaps-frontend/node_modules/es-abstract/2016/CompletionRecord.js

    rd565449 r0c6b92a  
    3131        var value = SLOT.get(this, '[[Value]]');
    3232
    33         if (type === 'normal') {
    34                 return value;
    35         }
    3633        if (type === 'throw') {
    3734                throw value;
    3835        }
    39         throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');
     36        return value;
    4037};
    4138
  • imaps-frontend/node_modules/es-abstract/2017/CompletionRecord.js

    rd565449 r0c6b92a  
    3131        var value = SLOT.get(this, '[[Value]]');
    3232
    33         if (type === 'normal') {
    34                 return value;
    35         }
    3633        if (type === 'throw') {
    3734                throw value;
    3835        }
    39         throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');
     36        return value;
    4037};
    4138
  • imaps-frontend/node_modules/es-abstract/2018/AsyncIteratorClose.js

    rd565449 r0c6b92a  
    1212var Type = require('./Type');
    1313
    14 var isIteratorRecord = require('../helpers/records/iterator-record');
     14var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1515
    1616var callBound = require('call-bind/callBound');
  • imaps-frontend/node_modules/es-abstract/2018/CompletionRecord.js

    rd565449 r0c6b92a  
    3131        var value = SLOT.get(this, '[[Value]]');
    3232
    33         if (type === 'normal') {
    34                 return value;
    35         }
    3633        if (type === 'throw') {
    3734                throw value;
    3835        }
    39         throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');
     36        return value;
    4037};
    4138
  • imaps-frontend/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js

    rd565449 r0c6b92a  
    1818var Type = require('./Type');
    1919
    20 var isIteratorRecord = require('../helpers/records/iterator-record');
     20var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    2121
    2222var SLOT = require('internal-slot');
  • imaps-frontend/node_modules/es-abstract/2019/AsyncIteratorClose.js

    rd565449 r0c6b92a  
    1212var Type = require('./Type');
    1313
    14 var isIteratorRecord = require('../helpers/records/iterator-record');
     14var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1515
    1616var callBound = require('call-bind/callBound');
  • imaps-frontend/node_modules/es-abstract/2019/CompletionRecord.js

    rd565449 r0c6b92a  
    3131        var value = SLOT.get(this, '[[Value]]');
    3232
    33         if (type === 'normal') {
    34                 return value;
    35         }
    3633        if (type === 'throw') {
    3734                throw value;
    3835        }
    39         throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');
     36        return value;
    4037};
    4138
  • imaps-frontend/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js

    rd565449 r0c6b92a  
    1616var Type = require('./Type');
    1717
    18 var isIteratorRecord = require('../helpers/records/iterator-record');
     18var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1919
    2020var SLOT = require('internal-slot');
  • imaps-frontend/node_modules/es-abstract/2020/AsyncIteratorClose.js

    rd565449 r0c6b92a  
    1212var Type = require('./Type');
    1313
    14 var isIteratorRecord = require('../helpers/records/iterator-record');
     14var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1515
    1616var callBound = require('call-bind/callBound');
  • imaps-frontend/node_modules/es-abstract/2020/CompletionRecord.js

    rd565449 r0c6b92a  
    3131        var value = SLOT.get(this, '[[Value]]');
    3232
    33         if (type === 'normal') {
    34                 return value;
    35         }
    3633        if (type === 'throw') {
    3734                throw value;
    3835        }
    39         throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');
     36        return value;
    4037};
    4138
  • imaps-frontend/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js

    rd565449 r0c6b92a  
    1616var Type = require('./Type');
    1717
    18 var isIteratorRecord = require('../helpers/records/iterator-record');
     18var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1919
    2020var SLOT = require('internal-slot');
  • imaps-frontend/node_modules/es-abstract/2021/AsyncIteratorClose.js

    rd565449 r0c6b92a  
    1212var Type = require('./Type');
    1313
    14 var isIteratorRecord = require('../helpers/records/iterator-record');
     14var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1515
    1616var callBound = require('call-bind/callBound');
  • imaps-frontend/node_modules/es-abstract/2021/CompletionRecord.js

    rd565449 r0c6b92a  
    3131        var value = SLOT.get(this, '[[Value]]');
    3232
    33         if (type === 'normal') {
    34                 return value;
    35         }
    3633        if (type === 'throw') {
    3734                throw value;
    3835        }
    39         throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');
     36        return value;
    4037};
    4138
  • imaps-frontend/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js

    rd565449 r0c6b92a  
    1616var Type = require('./Type');
    1717
    18 var isIteratorRecord = require('../helpers/records/iterator-record');
     18var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1919
    2020var SLOT = require('internal-slot');
  • imaps-frontend/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js

    rd565449 r0c6b92a  
    99var isTrailingSurrogate = require('../helpers/isTrailingSurrogate');
    1010
    11 // https://tc39.es/ecma262/2020/#sec-utf16decodesurrogatepair
     11// https://262.ecma-international.org/12.0/#sec-utf16decodesurrogatepair
    1212
    1313module.exports = function UTF16SurrogatePairToCodePoint(lead, trail) {
  • imaps-frontend/node_modules/es-abstract/2022/AsyncIteratorClose.js

    rd565449 r0c6b92a  
    1212var Type = require('./Type');
    1313
    14 var isIteratorRecord = require('../helpers/records/iterator-record');
     14var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1515
    1616var callBound = require('call-bind/callBound');
  • imaps-frontend/node_modules/es-abstract/2022/CompletionRecord.js

    rd565449 r0c6b92a  
    3131        var value = SLOT.get(this, '[[Value]]');
    3232
    33         if (type === 'normal') {
    34                 return value;
    35         }
    3633        if (type === 'throw') {
    3734                throw value;
    3835        }
    39         throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');
     36        return value;
    4037};
    4138
  • imaps-frontend/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js

    rd565449 r0c6b92a  
    1616var Type = require('./Type');
    1717
    18 var isIteratorRecord = require('../helpers/records/iterator-record');
     18var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1919
    2020var SLOT = require('internal-slot');
  • imaps-frontend/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js

    rd565449 r0c6b92a  
    99var isTrailingSurrogate = require('../helpers/isTrailingSurrogate');
    1010
    11 // https://tc39.es/ecma262/2020/#sec-utf16decodesurrogatepair
     11// https://262.ecma-international.org/12.0/#sec-utf16decodesurrogatepair
    1212
    1313module.exports = function UTF16SurrogatePairToCodePoint(lead, trail) {
  • imaps-frontend/node_modules/es-abstract/2023/AsyncIteratorClose.js

    rd565449 r0c6b92a  
    1212var Type = require('./Type');
    1313
    14 var isIteratorRecord = require('../helpers/records/iterator-record');
     14var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1515
    1616var callBound = require('call-bind/callBound');
  • imaps-frontend/node_modules/es-abstract/2023/CompletionRecord.js

    rd565449 r0c6b92a  
    3131        var value = SLOT.get(this, '[[Value]]');
    3232
    33         if (type === 'normal') {
    34                 return value;
    35         }
    3633        if (type === 'throw') {
    3734                throw value;
    3835        }
    39         throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');
     36        return value;
    4037};
    4138
  • imaps-frontend/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js

    rd565449 r0c6b92a  
    1818var SLOT = require('internal-slot');
    1919
    20 var isIteratorRecord = require('../helpers/records/iterator-record');
     20var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    2121
    2222var $AsyncFromSyncIteratorPrototype = GetIntrinsic('%AsyncFromSyncIteratorPrototype%', true) || {
  • imaps-frontend/node_modules/es-abstract/2023/IteratorClose.js

    rd565449 r0c6b92a  
    99var Type = require('./Type');
    1010
    11 var isIteratorRecord = require('../helpers/records/iterator-record');
     11var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1212
    1313// https://262.ecma-international.org/14.0/#sec-iteratorclose
  • imaps-frontend/node_modules/es-abstract/2023/IteratorNext.js

    rd565449 r0c6b92a  
    66var Type = require('./Type');
    77
    8 var isIteratorRecord = require('../helpers/records/iterator-record');
     8var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    99
    1010// https://262.ecma-international.org/14.0/#sec-iteratornext
  • imaps-frontend/node_modules/es-abstract/2023/IteratorStep.js

    rd565449 r0c6b92a  
    66var IteratorNext = require('./IteratorNext');
    77
    8 var isIteratorRecord = require('../helpers/records/iterator-record');
     8var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    99
    1010// https://262.ecma-international.org/14.0/#sec-iteratorstep
  • imaps-frontend/node_modules/es-abstract/2023/IteratorToList.js

    rd565449 r0c6b92a  
    1010var IteratorValue = require('./IteratorValue');
    1111
    12 var isIteratorRecord = require('../helpers/records/iterator-record');
     12var isIteratorRecord = require('../helpers/records/iterator-record-2023');
    1313
    1414// https://262.ecma-international.org/14.0/#sec-iteratortolist
  • imaps-frontend/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js

    rd565449 r0c6b92a  
    99var isTrailingSurrogate = require('../helpers/isTrailingSurrogate');
    1010
    11 // https://tc39.es/ecma262/2020/#sec-utf16decodesurrogatepair
     11// https://262.ecma-international.org/12.0/#sec-utf16decodesurrogatepair
    1212
    1313module.exports = function UTF16SurrogatePairToCodePoint(lead, trail) {
  • imaps-frontend/node_modules/es-abstract/2024/AddValueToKeyedGroup.js

    rd565449 r0c6b92a  
    2121};
    2222
    23 // https://tc39.es/ecma262/#sec-add-value-to-keyed-group
     23// https://262.ecma-international.org/15.0/#sec-add-value-to-keyed-group
    2424
    2525module.exports = function AddValueToKeyedGroup(groups, key, value) {
  • imaps-frontend/node_modules/es-abstract/2024/ArrayBufferByteLength.js

    rd565449 r0c6b92a  
    33var $TypeError = require('es-errors/type');
    44
    5 // https://tc39.es/ecma262/#sec-arraybufferbytelength
     5// https://262.ecma-international.org/15.0/#sec-arraybufferbytelength
    66
    77var IsDetachedBuffer = require('./IsDetachedBuffer');
  • imaps-frontend/node_modules/es-abstract/2024/AsyncIteratorClose.js

    rd565449 r0c6b92a  
    1818var $then = callBound('Promise.prototype.then', true);
    1919
    20 // https://262.ecma-international.org/12.0/#sec-asynciteratorclose
     20// https://262.ecma-international.org/15.0/#sec-asynciteratorclose
    2121
    2222module.exports = function AsyncIteratorClose(iteratorRecord, completion) {
  • imaps-frontend/node_modules/es-abstract/2024/CompletionRecord.js

    rd565449 r0c6b92a  
    3131        var value = SLOT.get(this, '[[Value]]');
    3232
    33         if (type === 'normal') {
    34                 return value;
    35         }
    3633        if (type === 'throw') {
    3734                throw value;
    3835        }
    39         throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');
     36        return value;
    4037};
    4138
  • imaps-frontend/node_modules/es-abstract/2024/CreateAsyncFromSyncIterator.js

    rd565449 r0c6b92a  
    116116};
    117117
    118 // https://262.ecma-international.org/14.0/#sec-createasyncfromsynciterator
     118// https://262.ecma-international.org/15.0/#sec-createasyncfromsynciterator
    119119
    120120module.exports = function CreateAsyncFromSyncIterator(syncIteratorRecord) {
  • imaps-frontend/node_modules/es-abstract/2024/GetArrayBufferMaxByteLengthOption.js

    rd565449 r0c6b92a  
    55var Type = require('./Type');
    66
    7 // https://tc39.es/ecma262/#sec-getarraybuffermaxbytelengthoption
     7// https://262.ecma-international.org/15.0/#sec-getarraybuffermaxbytelengthoption
    88
    99module.exports = function GetArrayBufferMaxByteLengthOption(options) {
  • imaps-frontend/node_modules/es-abstract/2024/GroupBy.js

    rd565449 r0c6b92a  
    1717var maxSafeInteger = require('../helpers/maxSafeInteger');
    1818
    19 // https://tc39.es/ecma262/#sec-groupby
     19// https://262.ecma-international.org/15.0/#sec-groupby
    2020
    2121module.exports = function GroupBy(items, callbackfn, keyCoercion) {
  • imaps-frontend/node_modules/es-abstract/2024/IsTypedArrayOutOfBounds.js

    rd565449 r0c6b92a  
    1212var typedArrayLength = require('typed-array-length');
    1313
    14 // https://tc39.es/ecma262/#sec-istypedarrayoutofbounds
     14// https://262.ecma-international.org/15.0/#sec-istypedarrayoutofbounds
    1515
    1616module.exports = function IsTypedArrayOutOfBounds(taRecord) {
  • imaps-frontend/node_modules/es-abstract/2024/IteratorClose.js

    rd565449 r0c6b92a  
    1111var isIteratorRecord = require('../helpers/records/iterator-record');
    1212
    13 // https://262.ecma-international.org/14.0/#sec-iteratorclose
     13// https://262.ecma-international.org/15.0/#sec-iteratorclose
    1414
    1515module.exports = function IteratorClose(iteratorRecord, completion) {
  • imaps-frontend/node_modules/es-abstract/2024/IteratorNext.js

    rd565449 r0c6b92a  
    88var isIteratorRecord = require('../helpers/records/iterator-record');
    99
    10 // https://262.ecma-international.org/14.0/#sec-iteratornext
     10// https://262.ecma-international.org/15.0/#sec-iteratornext
    1111
    1212module.exports = function IteratorNext(iteratorRecord) {
  • imaps-frontend/node_modules/es-abstract/2024/IteratorStep.js

    rd565449 r0c6b92a  
    88var isIteratorRecord = require('../helpers/records/iterator-record');
    99
    10 // https://262.ecma-international.org/14.0/#sec-iteratorstep
     10// https://262.ecma-international.org/15.0/#sec-iteratorstep
    1111
    1212module.exports = function IteratorStep(iteratorRecord) {
  • imaps-frontend/node_modules/es-abstract/2024/IteratorToList.js

    rd565449 r0c6b92a  
    1212var isIteratorRecord = require('../helpers/records/iterator-record');
    1313
    14 // https://262.ecma-international.org/14.0/#sec-iteratortolist
     14// https://262.ecma-international.org/15.0/#sec-iteratortolist
    1515
    1616module.exports = function IteratorToList(iteratorRecord) {
  • imaps-frontend/node_modules/es-abstract/2024/MakeTypedArrayWithBufferWitnessRecord.js

    rd565449 r0c6b92a  
    99var typedArrayBuffer = require('typed-array-buffer');
    1010
    11 // https://tc39.es/ecma262/#sec-maketypedarraywithbufferwitnessrecord
     11// https://262.ecma-international.org/15.0/#sec-maketypedarraywithbufferwitnessrecord
    1212
    1313module.exports = function MakeTypedArrayWithBufferWitnessRecord(obj, order) {
  • imaps-frontend/node_modules/es-abstract/2024/TypedArrayByteLength.js

    rd565449 r0c6b92a  
    1111var typedArrayByteLength = require('typed-array-byte-length');
    1212
    13 // https://tc39.es/ecma262/#sec-typedarraybytelength
     13// https://262.ecma-international.org/15.0/#sec-typedarraybytelength
    1414
    1515module.exports = function TypedArrayByteLength(taRecord) {
  • imaps-frontend/node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js

    rd565449 r0c6b92a  
    99var isTrailingSurrogate = require('../helpers/isTrailingSurrogate');
    1010
    11 // https://tc39.es/ecma262/2020/#sec-utf16decodesurrogatepair
     11// https://262.ecma-international.org/12.0/#sec-utf16decodesurrogatepair
    1212
    1313module.exports = function UTF16SurrogatePairToCodePoint(lead, trail) {
  • imaps-frontend/node_modules/es-abstract/CHANGELOG.md

    rd565449 r0c6b92a  
     11.23.5 / 2024-11-14
     2=================
     3  * [Fix] `ES2015`+: `CompletionRecord`: ensure `?` works on any non-abrupt completion
     4
     51.23.4 / 2024-11-12
     6=================
     7  * [Fix] `ES2024`+: Iterator Records can now have non-functions in `[[NextMethod]]`
     8  * [meta] update spec URL comments
     9  * [Deps] update `globalthis`, `object-inspect`, `regexp.prototype.flags`
     10  * [Dev Deps] update `@ljharb/eslint-config`, `@unicode/unicode-15.0.0`, `diff`, `es-value-fixtures`, `is-core-module`, `mock-property`, `ses`, `tape`
     11  * [actions] split out node 10-20, and 20+
     12  * [Tests] switch to `npm audit` from `aud`
     13  * [Tests] use `.assertion` instead of monkeypatching tape
     14  * [Tests] increase coverage
     15
    1161.23.3 / 2024-03-29
    217=================
  • imaps-frontend/node_modules/es-abstract/helpers/assertRecord.js

    rd565449 r0c6b92a  
    88var isMatchRecord = require('./records/match-record');
    99var isPropertyDescriptor = require('./records/property-descriptor');
    10 var isIteratorRecord = require('./records/iterator-record');
     10var isIteratorRecord = require('./records/iterator-record-2023');
    1111var isPromiseCapabilityRecord = require('./records/promise-capability-record');
    1212var isAsyncGeneratorRequestRecord = require('./records/async-generator-request-record');
  • imaps-frontend/node_modules/es-abstract/helpers/records/iterator-record.js

    rd565449 r0c6b92a  
    88                && hasOwn(value, '[[Iterator]]')
    99                && hasOwn(value, '[[NextMethod]]')
    10                 && typeof value['[[NextMethod]]'] === 'function'
    1110                && hasOwn(value, '[[Done]]')
    1211                && typeof value['[[Done]]'] === 'boolean';
  • imaps-frontend/node_modules/es-abstract/package.json

    rd565449 r0c6b92a  
    11{
    22        "name": "es-abstract",
    3         "version": "1.23.3",
     3        "version": "1.23.5",
    44        "author": {
    55                "name": "Jordan Harband",
     
    3636                "test": "npm run tests-only && npm run test:ses",
    3737                "test:ses": "node test/ses-compat",
    38                 "posttest": "aud --production",
     38                "posttest": "npx npm@'>= 10.2' audit --production",
    3939                "tests-only": "nyc node --stack-size=5120 test",
    4040                "lint": "eslint .",
     
    7272                "get-intrinsic": "^1.2.4",
    7373                "get-symbol-description": "^1.0.2",
    74                 "globalthis": "^1.0.3",
     74                "globalthis": "^1.0.4",
    7575                "gopd": "^1.0.1",
    7676                "has-property-descriptors": "^1.0.2",
     
    8888                "is-typed-array": "^1.1.13",
    8989                "is-weakref": "^1.0.2",
    90                 "object-inspect": "^1.13.1",
     90                "object-inspect": "^1.13.3",
    9191                "object-keys": "^1.1.1",
    9292                "object.assign": "^4.1.5",
    93                 "regexp.prototype.flags": "^1.5.2",
     93                "regexp.prototype.flags": "^1.5.3",
    9494                "safe-array-concat": "^1.1.2",
    9595                "safe-regex-test": "^1.0.3",
     
    105105        },
    106106        "devDependencies": {
    107                 "@ljharb/eslint-config": "^21.1.0",
    108                 "@unicode/unicode-15.0.0": "^1.5.2",
     107                "@ljharb/eslint-config": "^21.1.1",
     108                "@unicode/unicode-15.0.0": "^1.6.5",
    109109                "array.from": "^1.1.6",
    110110                "array.prototype.filter": "^1.0.4",
    111111                "array.prototype.flatmap": "^1.3.2",
    112112                "array.prototype.indexof": "^1.0.7",
    113                 "aud": "^2.0.4",
    114113                "available-regexp-flags": "^1.0.4",
    115114                "cheerio": "=1.0.0-rc.3",
    116115                "define-accessor-property": "^1.0.0",
    117116                "define-data-property": "^1.1.4",
    118                 "diff": "^5.2.0",
     117                "diff": "^7.0.0",
    119118                "eclint": "^2.8.1",
    120                 "es-value-fixtures": "^1.4.2",
     119                "es-value-fixtures": "^1.5.0",
    121120                "eslint": "=8.8.0",
    122121                "for-each": "^0.3.3",
     
    128127                "has-strict-mode": "^1.0.1",
    129128                "in-publish": "^2.0.1",
    130                 "is-core-module": "^2.13.1",
     129                "is-core-module": "^2.15.1",
    131130                "is-registered-symbol": "^1.0.1",
    132131                "jackspeak": "=2.1.1",
     
    135134                "make-async-generator-function": "^1.0.0",
    136135                "make-generator-function": "^2.0.0",
    137                 "mock-property": "^1.0.3",
     136                "mock-property": "^1.1.0",
    138137                "npmignore": "^0.3.1",
    139138                "nyc": "^10.3.2",
     
    141140                "safe-bigint": "^1.1.0",
    142141                "safe-publish-latest": "^2.0.0",
    143                 "ses": "^0.18.8",
    144                 "tape": "^5.7.5"
     142                "ses": "^1.9.1",
     143                "tape": "^5.9.0"
    145144        },
    146145        "testling": {
Note: See TracChangeset for help on using the changeset viewer.