cdktn 0.23.2 → 0.23.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +34 -34
- package/README.md +1 -1
- package/lib/annotations.js +1 -1
- package/lib/app.js +1 -1
- package/lib/aspect.js +1 -1
- package/lib/backends/azurerm-backend.js +2 -2
- package/lib/backends/cloud-backend.js +4 -4
- package/lib/backends/consul-backend.js +2 -2
- package/lib/backends/cos-backend.js +2 -2
- package/lib/backends/gcs-backend.js +2 -2
- package/lib/backends/http-backend.js +2 -2
- package/lib/backends/local-backend.js +2 -2
- package/lib/backends/oss-backend.js +2 -2
- package/lib/backends/pg-backend.js +2 -2
- package/lib/backends/remote-backend.js +4 -4
- package/lib/backends/s3-backend.js +2 -2
- package/lib/backends/swift-backend.js +2 -2
- package/lib/complex-computed-list.js +25 -25
- package/lib/errors.d.ts +1 -2
- package/lib/errors.js +11 -8
- package/lib/functions/terraform-functions.generated.js +1 -1
- package/lib/importable-resource.js +1 -1
- package/lib/manifest.js +4 -5
- package/lib/resource.js +1 -1
- package/lib/synthesize/synthesizer.js +4 -5
- package/lib/terraform-asset.js +1 -1
- package/lib/terraform-backend.js +1 -1
- package/lib/terraform-count.js +1 -1
- package/lib/terraform-data-resource.js +1 -1
- package/lib/terraform-data-source.js +1 -1
- package/lib/terraform-dynamic-block.js +2 -2
- package/lib/terraform-dynamic-expression.js +2 -2
- package/lib/terraform-element.js +1 -1
- package/lib/terraform-functions.js +1 -1
- package/lib/terraform-hcl-module.js +1 -1
- package/lib/terraform-iterator.js +5 -5
- package/lib/terraform-local.js +1 -1
- package/lib/terraform-module.js +1 -1
- package/lib/terraform-operators.js +1 -1
- package/lib/terraform-output.js +1 -1
- package/lib/terraform-provider.js +1 -1
- package/lib/terraform-provisioner.js +1 -1
- package/lib/terraform-remote-state.js +1 -1
- package/lib/terraform-resource-targets.js +1 -1
- package/lib/terraform-resource.js +1 -1
- package/lib/terraform-stack.js +1 -1
- package/lib/terraform-variable.js +2 -2
- package/lib/testing/index.js +7 -8
- package/lib/testing/matchers.js +1 -1
- package/lib/tokens/lazy.js +4 -4
- package/lib/tokens/private/intrinsic.d.ts +0 -5
- package/lib/tokens/private/intrinsic.js +2 -9
- package/lib/tokens/private/stack-trace.d.ts +6 -0
- package/lib/tokens/private/stack-trace.js +14 -1
- package/lib/tokens/resolvable.js +4 -4
- package/lib/tokens/string-fragments.js +1 -1
- package/lib/tokens/token.js +2 -2
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/upgrade-id-aspect.js +1 -1
- package/node_modules/{call-bind-apply-helpers → safe-stable-stringify}/LICENSE +2 -2
- package/node_modules/safe-stable-stringify/esm/package.json +4 -0
- package/node_modules/safe-stable-stringify/esm/wrapper.d.ts +4 -0
- package/node_modules/safe-stable-stringify/esm/wrapper.js +6 -0
- package/node_modules/safe-stable-stringify/index.d.ts +22 -0
- package/node_modules/safe-stable-stringify/index.js +625 -0
- package/node_modules/safe-stable-stringify/package.json +65 -0
- package/node_modules/safe-stable-stringify/readme.md +179 -0
- package/package.json +5 -6
- package/node_modules/call-bind/.eslintignore +0 -1
- package/node_modules/call-bind/.eslintrc +0 -16
- package/node_modules/call-bind/.github/FUNDING.yml +0 -12
- package/node_modules/call-bind/.nycrc +0 -9
- package/node_modules/call-bind/CHANGELOG.md +0 -106
- package/node_modules/call-bind/LICENSE +0 -21
- package/node_modules/call-bind/README.md +0 -64
- package/node_modules/call-bind/callBound.js +0 -15
- package/node_modules/call-bind/index.js +0 -24
- package/node_modules/call-bind/package.json +0 -93
- package/node_modules/call-bind/test/callBound.js +0 -54
- package/node_modules/call-bind/test/index.js +0 -74
- package/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
- package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
- package/node_modules/call-bind-apply-helpers/.nycrc +0 -9
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
- package/node_modules/call-bind-apply-helpers/README.md +0 -62
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
- package/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
- package/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
- package/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
- package/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
- package/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
- package/node_modules/call-bind-apply-helpers/index.js +0 -15
- package/node_modules/call-bind-apply-helpers/package.json +0 -85
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
- package/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
- package/node_modules/call-bind-apply-helpers/test/index.js +0 -63
- package/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
- package/node_modules/call-bound/.eslintrc +0 -13
- package/node_modules/call-bound/.github/FUNDING.yml +0 -12
- package/node_modules/call-bound/.nycrc +0 -9
- package/node_modules/call-bound/CHANGELOG.md +0 -42
- package/node_modules/call-bound/LICENSE +0 -21
- package/node_modules/call-bound/README.md +0 -53
- package/node_modules/call-bound/index.d.ts +0 -94
- package/node_modules/call-bound/index.js +0 -19
- package/node_modules/call-bound/package.json +0 -99
- package/node_modules/call-bound/test/index.js +0 -61
- package/node_modules/call-bound/tsconfig.json +0 -10
- package/node_modules/define-data-property/.eslintrc +0 -24
- package/node_modules/define-data-property/.github/FUNDING.yml +0 -12
- package/node_modules/define-data-property/.nycrc +0 -13
- package/node_modules/define-data-property/CHANGELOG.md +0 -70
- package/node_modules/define-data-property/LICENSE +0 -21
- package/node_modules/define-data-property/README.md +0 -67
- package/node_modules/define-data-property/index.d.ts +0 -12
- package/node_modules/define-data-property/index.js +0 -56
- package/node_modules/define-data-property/package.json +0 -106
- package/node_modules/define-data-property/test/index.js +0 -392
- package/node_modules/define-data-property/tsconfig.json +0 -59
- package/node_modules/dunder-proto/.eslintrc +0 -5
- package/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
- package/node_modules/dunder-proto/.nycrc +0 -13
- package/node_modules/dunder-proto/CHANGELOG.md +0 -24
- package/node_modules/dunder-proto/LICENSE +0 -21
- package/node_modules/dunder-proto/README.md +0 -54
- package/node_modules/dunder-proto/get.d.ts +0 -5
- package/node_modules/dunder-proto/get.js +0 -30
- package/node_modules/dunder-proto/package.json +0 -76
- package/node_modules/dunder-proto/set.d.ts +0 -5
- package/node_modules/dunder-proto/set.js +0 -35
- package/node_modules/dunder-proto/test/get.js +0 -34
- package/node_modules/dunder-proto/test/index.js +0 -4
- package/node_modules/dunder-proto/test/set.js +0 -50
- package/node_modules/dunder-proto/tsconfig.json +0 -9
- package/node_modules/es-define-property/.eslintrc +0 -13
- package/node_modules/es-define-property/.github/FUNDING.yml +0 -12
- package/node_modules/es-define-property/.nycrc +0 -9
- package/node_modules/es-define-property/CHANGELOG.md +0 -29
- package/node_modules/es-define-property/LICENSE +0 -21
- package/node_modules/es-define-property/README.md +0 -49
- package/node_modules/es-define-property/index.d.ts +0 -3
- package/node_modules/es-define-property/index.js +0 -14
- package/node_modules/es-define-property/package.json +0 -81
- package/node_modules/es-define-property/test/index.js +0 -56
- package/node_modules/es-define-property/tsconfig.json +0 -10
- package/node_modules/es-errors/.eslintrc +0 -5
- package/node_modules/es-errors/.github/FUNDING.yml +0 -12
- package/node_modules/es-errors/CHANGELOG.md +0 -40
- package/node_modules/es-errors/LICENSE +0 -21
- package/node_modules/es-errors/README.md +0 -55
- package/node_modules/es-errors/eval.d.ts +0 -3
- package/node_modules/es-errors/eval.js +0 -4
- package/node_modules/es-errors/index.d.ts +0 -3
- package/node_modules/es-errors/index.js +0 -4
- package/node_modules/es-errors/package.json +0 -80
- package/node_modules/es-errors/range.d.ts +0 -3
- package/node_modules/es-errors/range.js +0 -4
- package/node_modules/es-errors/ref.d.ts +0 -3
- package/node_modules/es-errors/ref.js +0 -4
- package/node_modules/es-errors/syntax.d.ts +0 -3
- package/node_modules/es-errors/syntax.js +0 -4
- package/node_modules/es-errors/test/index.js +0 -19
- package/node_modules/es-errors/tsconfig.json +0 -49
- package/node_modules/es-errors/type.d.ts +0 -3
- package/node_modules/es-errors/type.js +0 -4
- package/node_modules/es-errors/uri.d.ts +0 -3
- package/node_modules/es-errors/uri.js +0 -4
- package/node_modules/es-object-atoms/.eslintrc +0 -16
- package/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
- package/node_modules/es-object-atoms/CHANGELOG.md +0 -37
- package/node_modules/es-object-atoms/LICENSE +0 -21
- package/node_modules/es-object-atoms/README.md +0 -63
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
- package/node_modules/es-object-atoms/ToObject.d.ts +0 -7
- package/node_modules/es-object-atoms/ToObject.js +0 -10
- package/node_modules/es-object-atoms/index.d.ts +0 -3
- package/node_modules/es-object-atoms/index.js +0 -4
- package/node_modules/es-object-atoms/isObject.d.ts +0 -3
- package/node_modules/es-object-atoms/isObject.js +0 -6
- package/node_modules/es-object-atoms/package.json +0 -80
- package/node_modules/es-object-atoms/test/index.js +0 -38
- package/node_modules/es-object-atoms/tsconfig.json +0 -6
- package/node_modules/function-bind/.eslintrc +0 -21
- package/node_modules/function-bind/.github/FUNDING.yml +0 -12
- package/node_modules/function-bind/.github/SECURITY.md +0 -3
- package/node_modules/function-bind/.nycrc +0 -13
- package/node_modules/function-bind/CHANGELOG.md +0 -136
- package/node_modules/function-bind/LICENSE +0 -20
- package/node_modules/function-bind/README.md +0 -46
- package/node_modules/function-bind/implementation.js +0 -84
- package/node_modules/function-bind/index.js +0 -5
- package/node_modules/function-bind/package.json +0 -87
- package/node_modules/function-bind/test/.eslintrc +0 -9
- package/node_modules/function-bind/test/index.js +0 -252
- package/node_modules/get-intrinsic/.eslintrc +0 -42
- package/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
- package/node_modules/get-intrinsic/.nycrc +0 -9
- package/node_modules/get-intrinsic/CHANGELOG.md +0 -186
- package/node_modules/get-intrinsic/LICENSE +0 -21
- package/node_modules/get-intrinsic/README.md +0 -71
- package/node_modules/get-intrinsic/index.js +0 -378
- package/node_modules/get-intrinsic/package.json +0 -97
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
- package/node_modules/get-proto/.eslintrc +0 -10
- package/node_modules/get-proto/.github/FUNDING.yml +0 -12
- package/node_modules/get-proto/.nycrc +0 -9
- package/node_modules/get-proto/CHANGELOG.md +0 -21
- package/node_modules/get-proto/LICENSE +0 -21
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
- package/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
- package/node_modules/get-proto/README.md +0 -50
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
- package/node_modules/get-proto/index.d.ts +0 -5
- package/node_modules/get-proto/index.js +0 -27
- package/node_modules/get-proto/package.json +0 -81
- package/node_modules/get-proto/test/index.js +0 -68
- package/node_modules/get-proto/tsconfig.json +0 -9
- package/node_modules/gopd/.eslintrc +0 -16
- package/node_modules/gopd/.github/FUNDING.yml +0 -12
- package/node_modules/gopd/CHANGELOG.md +0 -45
- package/node_modules/gopd/LICENSE +0 -21
- package/node_modules/gopd/README.md +0 -40
- package/node_modules/gopd/gOPD.d.ts +0 -1
- package/node_modules/gopd/gOPD.js +0 -4
- package/node_modules/gopd/index.d.ts +0 -5
- package/node_modules/gopd/index.js +0 -15
- package/node_modules/gopd/package.json +0 -77
- package/node_modules/gopd/test/index.js +0 -36
- package/node_modules/gopd/tsconfig.json +0 -9
- package/node_modules/has-property-descriptors/.eslintrc +0 -13
- package/node_modules/has-property-descriptors/.github/FUNDING.yml +0 -12
- package/node_modules/has-property-descriptors/.nycrc +0 -9
- package/node_modules/has-property-descriptors/CHANGELOG.md +0 -35
- package/node_modules/has-property-descriptors/LICENSE +0 -21
- package/node_modules/has-property-descriptors/README.md +0 -43
- package/node_modules/has-property-descriptors/index.js +0 -22
- package/node_modules/has-property-descriptors/package.json +0 -77
- package/node_modules/has-property-descriptors/test/index.js +0 -57
- package/node_modules/has-symbols/.eslintrc +0 -11
- package/node_modules/has-symbols/.github/FUNDING.yml +0 -12
- package/node_modules/has-symbols/.nycrc +0 -9
- package/node_modules/has-symbols/CHANGELOG.md +0 -91
- package/node_modules/has-symbols/LICENSE +0 -21
- package/node_modules/has-symbols/README.md +0 -46
- package/node_modules/has-symbols/index.d.ts +0 -3
- package/node_modules/has-symbols/index.js +0 -14
- package/node_modules/has-symbols/package.json +0 -111
- package/node_modules/has-symbols/shams.d.ts +0 -3
- package/node_modules/has-symbols/shams.js +0 -45
- package/node_modules/has-symbols/test/index.js +0 -22
- package/node_modules/has-symbols/test/shams/core-js.js +0 -29
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
- package/node_modules/has-symbols/test/tests.js +0 -58
- package/node_modules/has-symbols/tsconfig.json +0 -10
- package/node_modules/hasown/.eslintrc +0 -5
- package/node_modules/hasown/.github/FUNDING.yml +0 -12
- package/node_modules/hasown/.nycrc +0 -13
- package/node_modules/hasown/CHANGELOG.md +0 -40
- package/node_modules/hasown/LICENSE +0 -21
- package/node_modules/hasown/README.md +0 -40
- package/node_modules/hasown/index.d.ts +0 -3
- package/node_modules/hasown/index.js +0 -8
- package/node_modules/hasown/package.json +0 -92
- package/node_modules/hasown/tsconfig.json +0 -6
- package/node_modules/isarray/LICENSE +0 -21
- package/node_modules/isarray/README.md +0 -38
- package/node_modules/isarray/index.js +0 -5
- package/node_modules/isarray/package.json +0 -48
- package/node_modules/json-stable-stringify/.eslintrc +0 -31
- package/node_modules/json-stable-stringify/.github/FUNDING.yml +0 -12
- package/node_modules/json-stable-stringify/CHANGELOG.md +0 -160
- package/node_modules/json-stable-stringify/LICENSE +0 -21
- package/node_modules/json-stable-stringify/README.md +0 -157
- package/node_modules/json-stable-stringify/example/key_cmp.js +0 -9
- package/node_modules/json-stable-stringify/example/nested.js +0 -7
- package/node_modules/json-stable-stringify/example/str.js +0 -7
- package/node_modules/json-stable-stringify/example/value_cmp.js +0 -12
- package/node_modules/json-stable-stringify/index.d.ts +0 -25
- package/node_modules/json-stable-stringify/index.js +0 -124
- package/node_modules/json-stable-stringify/package.json +0 -88
- package/node_modules/json-stable-stringify/test/cmp.js +0 -33
- package/node_modules/json-stable-stringify/test/nested.js +0 -48
- package/node_modules/json-stable-stringify/test/replacer.js +0 -81
- package/node_modules/json-stable-stringify/test/space.js +0 -127
- package/node_modules/json-stable-stringify/test/str.js +0 -46
- package/node_modules/json-stable-stringify/test/to-json.js +0 -22
- package/node_modules/json-stable-stringify/tsconfig.json +0 -10
- package/node_modules/jsonify/.eslintrc +0 -21
- package/node_modules/jsonify/.github/FUNDING.yml +0 -12
- package/node_modules/jsonify/CHANGELOG.md +0 -48
- package/node_modules/jsonify/README.md +0 -66
- package/node_modules/jsonify/index.js +0 -4
- package/node_modules/jsonify/lib/parse.js +0 -261
- package/node_modules/jsonify/lib/stringify.js +0 -151
- package/node_modules/jsonify/package.json +0 -62
- package/node_modules/jsonify/test/parse.js +0 -20
- package/node_modules/jsonify/test/stringify.js +0 -18
- package/node_modules/math-intrinsics/.eslintrc +0 -16
- package/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
- package/node_modules/math-intrinsics/CHANGELOG.md +0 -24
- package/node_modules/math-intrinsics/LICENSE +0 -21
- package/node_modules/math-intrinsics/README.md +0 -50
- package/node_modules/math-intrinsics/abs.d.ts +0 -1
- package/node_modules/math-intrinsics/abs.js +0 -4
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
- package/node_modules/math-intrinsics/constants/maxValue.js +0 -5
- package/node_modules/math-intrinsics/floor.d.ts +0 -1
- package/node_modules/math-intrinsics/floor.js +0 -4
- package/node_modules/math-intrinsics/isFinite.d.ts +0 -3
- package/node_modules/math-intrinsics/isFinite.js +0 -12
- package/node_modules/math-intrinsics/isInteger.d.ts +0 -3
- package/node_modules/math-intrinsics/isInteger.js +0 -16
- package/node_modules/math-intrinsics/isNaN.d.ts +0 -1
- package/node_modules/math-intrinsics/isNaN.js +0 -6
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
- package/node_modules/math-intrinsics/isNegativeZero.js +0 -6
- package/node_modules/math-intrinsics/max.d.ts +0 -1
- package/node_modules/math-intrinsics/max.js +0 -4
- package/node_modules/math-intrinsics/min.d.ts +0 -1
- package/node_modules/math-intrinsics/min.js +0 -4
- package/node_modules/math-intrinsics/mod.d.ts +0 -3
- package/node_modules/math-intrinsics/mod.js +0 -9
- package/node_modules/math-intrinsics/package.json +0 -86
- package/node_modules/math-intrinsics/pow.d.ts +0 -1
- package/node_modules/math-intrinsics/pow.js +0 -4
- package/node_modules/math-intrinsics/round.d.ts +0 -1
- package/node_modules/math-intrinsics/round.js +0 -4
- package/node_modules/math-intrinsics/sign.d.ts +0 -3
- package/node_modules/math-intrinsics/sign.js +0 -11
- package/node_modules/math-intrinsics/test/index.js +0 -192
- package/node_modules/math-intrinsics/tsconfig.json +0 -3
- package/node_modules/object-keys/.editorconfig +0 -13
- package/node_modules/object-keys/.eslintrc +0 -17
- package/node_modules/object-keys/.travis.yml +0 -277
- package/node_modules/object-keys/CHANGELOG.md +0 -232
- package/node_modules/object-keys/LICENSE +0 -21
- package/node_modules/object-keys/README.md +0 -76
- package/node_modules/object-keys/implementation.js +0 -122
- package/node_modules/object-keys/index.js +0 -32
- package/node_modules/object-keys/isArguments.js +0 -17
- package/node_modules/object-keys/package.json +0 -88
- package/node_modules/object-keys/test/index.js +0 -5
- package/node_modules/set-function-length/.eslintrc +0 -27
- package/node_modules/set-function-length/.github/FUNDING.yml +0 -12
- package/node_modules/set-function-length/.nycrc +0 -13
- package/node_modules/set-function-length/CHANGELOG.md +0 -70
- package/node_modules/set-function-length/LICENSE +0 -21
- package/node_modules/set-function-length/README.md +0 -56
- package/node_modules/set-function-length/env.d.ts +0 -9
- package/node_modules/set-function-length/env.js +0 -25
- package/node_modules/set-function-length/index.d.ts +0 -7
- package/node_modules/set-function-length/index.js +0 -42
- package/node_modules/set-function-length/package.json +0 -102
- package/node_modules/set-function-length/tsconfig.json +0 -9
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# dunder-proto <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
|
|
2
|
-
|
|
3
|
-
[![github actions][actions-image]][actions-url]
|
|
4
|
-
[![coverage][codecov-image]][codecov-url]
|
|
5
|
-
[![License][license-image]][license-url]
|
|
6
|
-
[![Downloads][downloads-image]][downloads-url]
|
|
7
|
-
|
|
8
|
-
[![npm badge][npm-badge-png]][package-url]
|
|
9
|
-
|
|
10
|
-
If available, the `Object.prototype.__proto__` accessor and mutator, call-bound.
|
|
11
|
-
|
|
12
|
-
## Getting started
|
|
13
|
-
|
|
14
|
-
```sh
|
|
15
|
-
npm install --save dunder-proto
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
## Usage/Examples
|
|
19
|
-
|
|
20
|
-
```js
|
|
21
|
-
const assert = require('assert');
|
|
22
|
-
const getDunder = require('dunder-proto/get');
|
|
23
|
-
const setDunder = require('dunder-proto/set');
|
|
24
|
-
|
|
25
|
-
const obj = {};
|
|
26
|
-
|
|
27
|
-
assert.equal('toString' in obj, true);
|
|
28
|
-
assert.equal(getDunder(obj), Object.prototype);
|
|
29
|
-
|
|
30
|
-
setDunder(obj, null);
|
|
31
|
-
|
|
32
|
-
assert.equal('toString' in obj, false);
|
|
33
|
-
assert.equal(getDunder(obj), null);
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
## Tests
|
|
37
|
-
|
|
38
|
-
Clone the repo, `npm install`, and run `npm test`
|
|
39
|
-
|
|
40
|
-
[package-url]: https://npmjs.org/package/dunder-proto
|
|
41
|
-
[npm-version-svg]: https://versionbadg.es/es-shims/dunder-proto.svg
|
|
42
|
-
[deps-svg]: https://david-dm.org/es-shims/dunder-proto.svg
|
|
43
|
-
[deps-url]: https://david-dm.org/es-shims/dunder-proto
|
|
44
|
-
[dev-deps-svg]: https://david-dm.org/es-shims/dunder-proto/dev-status.svg
|
|
45
|
-
[dev-deps-url]: https://david-dm.org/es-shims/dunder-proto#info=devDependencies
|
|
46
|
-
[npm-badge-png]: https://nodei.co/npm/dunder-proto.png?downloads=true&stars=true
|
|
47
|
-
[license-image]: https://img.shields.io/npm/l/dunder-proto.svg
|
|
48
|
-
[license-url]: LICENSE
|
|
49
|
-
[downloads-image]: https://img.shields.io/npm/dm/dunder-proto.svg
|
|
50
|
-
[downloads-url]: https://npm-stat.com/charts.html?package=dunder-proto
|
|
51
|
-
[codecov-image]: https://codecov.io/gh/es-shims/dunder-proto/branch/main/graphs/badge.svg
|
|
52
|
-
[codecov-url]: https://app.codecov.io/gh/es-shims/dunder-proto/
|
|
53
|
-
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/dunder-proto
|
|
54
|
-
[actions-url]: https://github.com/es-shims/dunder-proto/actions
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var callBind = require('call-bind-apply-helpers');
|
|
4
|
-
var gOPD = require('gopd');
|
|
5
|
-
|
|
6
|
-
var hasProtoAccessor;
|
|
7
|
-
try {
|
|
8
|
-
// eslint-disable-next-line no-extra-parens, no-proto
|
|
9
|
-
hasProtoAccessor = /** @type {{ __proto__?: typeof Array.prototype }} */ ([]).__proto__ === Array.prototype;
|
|
10
|
-
} catch (e) {
|
|
11
|
-
if (!e || typeof e !== 'object' || !('code' in e) || e.code !== 'ERR_PROTO_ACCESS') {
|
|
12
|
-
throw e;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
// eslint-disable-next-line no-extra-parens
|
|
17
|
-
var desc = !!hasProtoAccessor && gOPD && gOPD(Object.prototype, /** @type {keyof typeof Object.prototype} */ ('__proto__'));
|
|
18
|
-
|
|
19
|
-
var $Object = Object;
|
|
20
|
-
var $getPrototypeOf = $Object.getPrototypeOf;
|
|
21
|
-
|
|
22
|
-
/** @type {import('./get')} */
|
|
23
|
-
module.exports = desc && typeof desc.get === 'function'
|
|
24
|
-
? callBind([desc.get])
|
|
25
|
-
: typeof $getPrototypeOf === 'function'
|
|
26
|
-
? /** @type {import('./get')} */ function getDunder(value) {
|
|
27
|
-
// eslint-disable-next-line eqeqeq
|
|
28
|
-
return $getPrototypeOf(value == null ? value : $Object(value));
|
|
29
|
-
}
|
|
30
|
-
: false;
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "dunder-proto",
|
|
3
|
-
"version": "1.0.1",
|
|
4
|
-
"description": "If available, the `Object.prototype.__proto__` accessor and mutator, call-bound",
|
|
5
|
-
"main": false,
|
|
6
|
-
"exports": {
|
|
7
|
-
"./get": "./get.js",
|
|
8
|
-
"./set": "./set.js",
|
|
9
|
-
"./package.json": "./package.json"
|
|
10
|
-
},
|
|
11
|
-
"sideEffects": false,
|
|
12
|
-
"scripts": {
|
|
13
|
-
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
14
|
-
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
15
|
-
"prepublishOnly": "safe-publish-latest",
|
|
16
|
-
"prelint": "evalmd README.md",
|
|
17
|
-
"lint": "eslint --ext=.js,.mjs .",
|
|
18
|
-
"postlint": "tsc -p . && attw -P",
|
|
19
|
-
"pretest": "npm run lint",
|
|
20
|
-
"tests-only": "nyc tape 'test/**/*.js'",
|
|
21
|
-
"test": "npm run tests-only",
|
|
22
|
-
"posttest": "npx npm@'>= 10.2' audit --production",
|
|
23
|
-
"version": "auto-changelog && git add CHANGELOG.md",
|
|
24
|
-
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
25
|
-
},
|
|
26
|
-
"repository": {
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "git+https://github.com/es-shims/dunder-proto.git"
|
|
29
|
-
},
|
|
30
|
-
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
31
|
-
"license": "MIT",
|
|
32
|
-
"bugs": {
|
|
33
|
-
"url": "https://github.com/es-shims/dunder-proto/issues"
|
|
34
|
-
},
|
|
35
|
-
"homepage": "https://github.com/es-shims/dunder-proto#readme",
|
|
36
|
-
"dependencies": {
|
|
37
|
-
"call-bind-apply-helpers": "^1.0.1",
|
|
38
|
-
"es-errors": "^1.3.0",
|
|
39
|
-
"gopd": "^1.2.0"
|
|
40
|
-
},
|
|
41
|
-
"devDependencies": {
|
|
42
|
-
"@arethetypeswrong/cli": "^0.17.1",
|
|
43
|
-
"@ljharb/eslint-config": "^21.1.1",
|
|
44
|
-
"@ljharb/tsconfig": "^0.2.2",
|
|
45
|
-
"@types/tape": "^5.7.0",
|
|
46
|
-
"auto-changelog": "^2.5.0",
|
|
47
|
-
"encoding": "^0.1.13",
|
|
48
|
-
"eslint": "=8.8.0",
|
|
49
|
-
"evalmd": "^0.0.19",
|
|
50
|
-
"in-publish": "^2.0.1",
|
|
51
|
-
"npmignore": "^0.3.1",
|
|
52
|
-
"nyc": "^10.3.2",
|
|
53
|
-
"safe-publish-latest": "^2.0.0",
|
|
54
|
-
"tape": "^5.9.0",
|
|
55
|
-
"typescript": "next"
|
|
56
|
-
},
|
|
57
|
-
"auto-changelog": {
|
|
58
|
-
"output": "CHANGELOG.md",
|
|
59
|
-
"template": "keepachangelog",
|
|
60
|
-
"unreleased": false,
|
|
61
|
-
"commitLimit": false,
|
|
62
|
-
"backfillLimit": false,
|
|
63
|
-
"hideCredit": true
|
|
64
|
-
},
|
|
65
|
-
"testling": {
|
|
66
|
-
"files": "test/index.js"
|
|
67
|
-
},
|
|
68
|
-
"publishConfig": {
|
|
69
|
-
"ignore": [
|
|
70
|
-
".github/workflows"
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
|
-
"engines": {
|
|
74
|
-
"node": ">= 0.4"
|
|
75
|
-
}
|
|
76
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var callBind = require('call-bind-apply-helpers');
|
|
4
|
-
var gOPD = require('gopd');
|
|
5
|
-
var $TypeError = require('es-errors/type');
|
|
6
|
-
|
|
7
|
-
/** @type {{ __proto__?: object | null }} */
|
|
8
|
-
var obj = {};
|
|
9
|
-
try {
|
|
10
|
-
obj.__proto__ = null; // eslint-disable-line no-proto
|
|
11
|
-
} catch (e) {
|
|
12
|
-
if (!e || typeof e !== 'object' || !('code' in e) || e.code !== 'ERR_PROTO_ACCESS') {
|
|
13
|
-
throw e;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
var hasProtoMutator = !('toString' in obj);
|
|
18
|
-
|
|
19
|
-
// eslint-disable-next-line no-extra-parens
|
|
20
|
-
var desc = gOPD && gOPD(Object.prototype, /** @type {keyof typeof Object.prototype} */ ('__proto__'));
|
|
21
|
-
|
|
22
|
-
/** @type {import('./set')} */
|
|
23
|
-
module.exports = hasProtoMutator && (
|
|
24
|
-
// eslint-disable-next-line no-extra-parens
|
|
25
|
-
(!!desc && typeof desc.set === 'function' && /** @type {import('./set')} */ (callBind([desc.set])))
|
|
26
|
-
|| /** @type {import('./set')} */ function setDunder(object, proto) {
|
|
27
|
-
// this is node v0.10 or older, which doesn't have Object.setPrototypeOf and has undeniable __proto__
|
|
28
|
-
if (object == null) { // eslint-disable-line eqeqeq
|
|
29
|
-
throw new $TypeError('set Object.prototype.__proto__ called on null or undefined');
|
|
30
|
-
}
|
|
31
|
-
// eslint-disable-next-line no-proto, no-param-reassign, no-extra-parens
|
|
32
|
-
/** @type {{ __proto__?: object | null }} */ (object).__proto__ = proto;
|
|
33
|
-
return proto;
|
|
34
|
-
}
|
|
35
|
-
);
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var test = require('tape');
|
|
4
|
-
|
|
5
|
-
var getDunderProto = require('../get');
|
|
6
|
-
|
|
7
|
-
test('getDunderProto', { skip: !getDunderProto }, function (t) {
|
|
8
|
-
if (!getDunderProto) {
|
|
9
|
-
throw 'should never happen; this is just for type narrowing'; // eslint-disable-line no-throw-literal
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
// @ts-expect-error
|
|
13
|
-
t['throws'](function () { getDunderProto(); }, TypeError, 'throws if no argument');
|
|
14
|
-
// @ts-expect-error
|
|
15
|
-
t['throws'](function () { getDunderProto(undefined); }, TypeError, 'throws with undefined');
|
|
16
|
-
// @ts-expect-error
|
|
17
|
-
t['throws'](function () { getDunderProto(null); }, TypeError, 'throws with null');
|
|
18
|
-
|
|
19
|
-
t.equal(getDunderProto({}), Object.prototype);
|
|
20
|
-
t.equal(getDunderProto([]), Array.prototype);
|
|
21
|
-
t.equal(getDunderProto(function () {}), Function.prototype);
|
|
22
|
-
t.equal(getDunderProto(/./g), RegExp.prototype);
|
|
23
|
-
t.equal(getDunderProto(42), Number.prototype);
|
|
24
|
-
t.equal(getDunderProto(true), Boolean.prototype);
|
|
25
|
-
t.equal(getDunderProto('foo'), String.prototype);
|
|
26
|
-
|
|
27
|
-
t.end();
|
|
28
|
-
});
|
|
29
|
-
|
|
30
|
-
test('no dunder proto', { skip: !!getDunderProto }, function (t) {
|
|
31
|
-
t.notOk('__proto__' in Object.prototype, 'no __proto__ in Object.prototype');
|
|
32
|
-
|
|
33
|
-
t.end();
|
|
34
|
-
});
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var test = require('tape');
|
|
4
|
-
|
|
5
|
-
var setDunderProto = require('../set');
|
|
6
|
-
|
|
7
|
-
test('setDunderProto', { skip: !setDunderProto }, function (t) {
|
|
8
|
-
if (!setDunderProto) {
|
|
9
|
-
throw 'should never happen; this is just for type narrowing'; // eslint-disable-line no-throw-literal
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
// @ts-expect-error
|
|
13
|
-
t['throws'](function () { setDunderProto(); }, TypeError, 'throws if no arguments');
|
|
14
|
-
// @ts-expect-error
|
|
15
|
-
t['throws'](function () { setDunderProto(undefined); }, TypeError, 'throws with undefined and nothing');
|
|
16
|
-
// @ts-expect-error
|
|
17
|
-
t['throws'](function () { setDunderProto(undefined, undefined); }, TypeError, 'throws with undefined and undefined');
|
|
18
|
-
// @ts-expect-error
|
|
19
|
-
t['throws'](function () { setDunderProto(null); }, TypeError, 'throws with null and undefined');
|
|
20
|
-
// @ts-expect-error
|
|
21
|
-
t['throws'](function () { setDunderProto(null, undefined); }, TypeError, 'throws with null and undefined');
|
|
22
|
-
|
|
23
|
-
/** @type {{ inherited?: boolean }} */
|
|
24
|
-
var obj = {};
|
|
25
|
-
t.ok('toString' in obj, 'object initially has toString');
|
|
26
|
-
|
|
27
|
-
setDunderProto(obj, null);
|
|
28
|
-
t.notOk('toString' in obj, 'object no longer has toString');
|
|
29
|
-
|
|
30
|
-
t.notOk('inherited' in obj, 'object lacks inherited property');
|
|
31
|
-
setDunderProto(obj, { inherited: true });
|
|
32
|
-
t.equal(obj.inherited, true, 'object has inherited property');
|
|
33
|
-
|
|
34
|
-
t.end();
|
|
35
|
-
});
|
|
36
|
-
|
|
37
|
-
test('no dunder proto', { skip: !!setDunderProto }, function (t) {
|
|
38
|
-
if ('__proto__' in Object.prototype) {
|
|
39
|
-
t['throws'](
|
|
40
|
-
// @ts-expect-error
|
|
41
|
-
function () { ({}).__proto__ = null; }, // eslint-disable-line no-proto
|
|
42
|
-
Error,
|
|
43
|
-
'throws when setting Object.prototype.__proto__'
|
|
44
|
-
);
|
|
45
|
-
} else {
|
|
46
|
-
t.notOk('__proto__' in Object.prototype, 'no __proto__ in Object.prototype');
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
t.end();
|
|
50
|
-
});
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# These are supported funding model platforms
|
|
2
|
-
|
|
3
|
-
github: [ljharb]
|
|
4
|
-
patreon: # Replace with a single Patreon username
|
|
5
|
-
open_collective: # Replace with a single Open Collective username
|
|
6
|
-
ko_fi: # Replace with a single Ko-fi username
|
|
7
|
-
tidelift: npm/es-define-property
|
|
8
|
-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
9
|
-
liberapay: # Replace with a single Liberapay username
|
|
10
|
-
issuehunt: # Replace with a single IssueHunt username
|
|
11
|
-
otechie: # Replace with a single Otechie username
|
|
12
|
-
custom: # Replace with a single custom sponsorship URL
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
-
|
|
8
|
-
## [v1.0.1](https://github.com/ljharb/es-define-property/compare/v1.0.0...v1.0.1) - 2024-12-06
|
|
9
|
-
|
|
10
|
-
### Commits
|
|
11
|
-
|
|
12
|
-
- [types] use shared tsconfig [`954a663`](https://github.com/ljharb/es-define-property/commit/954a66360326e508a0e5daa4b07493d58f5e110e)
|
|
13
|
-
- [actions] split out node 10-20, and 20+ [`3a8e84b`](https://github.com/ljharb/es-define-property/commit/3a8e84b23883f26ff37b3e82ff283834228e18c6)
|
|
14
|
-
- [Dev Deps] update `@ljharb/eslint-config`, `@ljharb/tsconfig`, `@types/get-intrinsic`, `@types/tape`, `auto-changelog`, `gopd`, `tape` [`86ae27b`](https://github.com/ljharb/es-define-property/commit/86ae27bb8cc857b23885136fad9cbe965ae36612)
|
|
15
|
-
- [Refactor] avoid using `get-intrinsic` [`02480c0`](https://github.com/ljharb/es-define-property/commit/02480c0353ef6118965282977c3864aff53d98b1)
|
|
16
|
-
- [Tests] replace `aud` with `npm audit` [`f6093ff`](https://github.com/ljharb/es-define-property/commit/f6093ff74ab51c98015c2592cd393bd42478e773)
|
|
17
|
-
- [Tests] configure testling [`7139e66`](https://github.com/ljharb/es-define-property/commit/7139e66959247a56086d9977359caef27c6849e7)
|
|
18
|
-
- [Dev Deps] update `tape` [`b901b51`](https://github.com/ljharb/es-define-property/commit/b901b511a75e001a40ce1a59fef7d9ffcfc87482)
|
|
19
|
-
- [Tests] fix types in tests [`469d269`](https://github.com/ljharb/es-define-property/commit/469d269fd141b1e773ec053a9fa35843493583e0)
|
|
20
|
-
- [Dev Deps] add missing peer dep [`733acfb`](https://github.com/ljharb/es-define-property/commit/733acfb0c4c96edf337e470b89a25a5b3724c352)
|
|
21
|
-
|
|
22
|
-
## v1.0.0 - 2024-02-12
|
|
23
|
-
|
|
24
|
-
### Commits
|
|
25
|
-
|
|
26
|
-
- Initial implementation, tests, readme, types [`3e154e1`](https://github.com/ljharb/es-define-property/commit/3e154e11a2fee09127220f5e503bf2c0a31dd480)
|
|
27
|
-
- Initial commit [`07d98de`](https://github.com/ljharb/es-define-property/commit/07d98de34a4dc31ff5e83a37c0c3f49e0d85cd50)
|
|
28
|
-
- npm init [`c4eb634`](https://github.com/ljharb/es-define-property/commit/c4eb6348b0d3886aac36cef34ad2ee0665ea6f3e)
|
|
29
|
-
- Only apps should have lockfiles [`7af86ec`](https://github.com/ljharb/es-define-property/commit/7af86ec1d311ec0b17fdfe616a25f64276903856)
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 Jordan Harband
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
# es-define-property <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
|
|
2
|
-
|
|
3
|
-
[![github actions][actions-image]][actions-url]
|
|
4
|
-
[![coverage][codecov-image]][codecov-url]
|
|
5
|
-
[![License][license-image]][license-url]
|
|
6
|
-
[![Downloads][downloads-image]][downloads-url]
|
|
7
|
-
|
|
8
|
-
[![npm badge][npm-badge-png]][package-url]
|
|
9
|
-
|
|
10
|
-
`Object.defineProperty`, but not IE 8's broken one.
|
|
11
|
-
|
|
12
|
-
## Example
|
|
13
|
-
|
|
14
|
-
```js
|
|
15
|
-
const assert = require('assert');
|
|
16
|
-
|
|
17
|
-
const $defineProperty = require('es-define-property');
|
|
18
|
-
|
|
19
|
-
if ($defineProperty) {
|
|
20
|
-
assert.equal($defineProperty, Object.defineProperty);
|
|
21
|
-
} else if (Object.defineProperty) {
|
|
22
|
-
assert.equal($defineProperty, false, 'this is IE 8');
|
|
23
|
-
} else {
|
|
24
|
-
assert.equal($defineProperty, false, 'this is an ES3 engine');
|
|
25
|
-
}
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
## Tests
|
|
29
|
-
Simply clone the repo, `npm install`, and run `npm test`
|
|
30
|
-
|
|
31
|
-
## Security
|
|
32
|
-
|
|
33
|
-
Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report.
|
|
34
|
-
|
|
35
|
-
[package-url]: https://npmjs.org/package/es-define-property
|
|
36
|
-
[npm-version-svg]: https://versionbadg.es/ljharb/es-define-property.svg
|
|
37
|
-
[deps-svg]: https://david-dm.org/ljharb/es-define-property.svg
|
|
38
|
-
[deps-url]: https://david-dm.org/ljharb/es-define-property
|
|
39
|
-
[dev-deps-svg]: https://david-dm.org/ljharb/es-define-property/dev-status.svg
|
|
40
|
-
[dev-deps-url]: https://david-dm.org/ljharb/es-define-property#info=devDependencies
|
|
41
|
-
[npm-badge-png]: https://nodei.co/npm/es-define-property.png?downloads=true&stars=true
|
|
42
|
-
[license-image]: https://img.shields.io/npm/l/es-define-property.svg
|
|
43
|
-
[license-url]: LICENSE
|
|
44
|
-
[downloads-image]: https://img.shields.io/npm/dm/es-define-property.svg
|
|
45
|
-
[downloads-url]: https://npm-stat.com/charts.html?package=es-define-property
|
|
46
|
-
[codecov-image]: https://codecov.io/gh/ljharb/es-define-property/branch/main/graphs/badge.svg
|
|
47
|
-
[codecov-url]: https://app.codecov.io/gh/ljharb/es-define-property/
|
|
48
|
-
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/es-define-property
|
|
49
|
-
[actions-url]: https://github.com/ljharb/es-define-property/actions
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
/** @type {import('.')} */
|
|
4
|
-
var $defineProperty = Object.defineProperty || false;
|
|
5
|
-
if ($defineProperty) {
|
|
6
|
-
try {
|
|
7
|
-
$defineProperty({}, 'a', { value: 1 });
|
|
8
|
-
} catch (e) {
|
|
9
|
-
// IE 8 has a broken defineProperty
|
|
10
|
-
$defineProperty = false;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
module.exports = $defineProperty;
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "es-define-property",
|
|
3
|
-
"version": "1.0.1",
|
|
4
|
-
"description": "`Object.defineProperty`, but not IE 8's broken one.",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"types": "./index.d.ts",
|
|
7
|
-
"exports": {
|
|
8
|
-
".": "./index.js",
|
|
9
|
-
"./package.json": "./package.json"
|
|
10
|
-
},
|
|
11
|
-
"sideEffects": false,
|
|
12
|
-
"scripts": {
|
|
13
|
-
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
14
|
-
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
15
|
-
"prepublishOnly": "safe-publish-latest",
|
|
16
|
-
"prelint": "evalmd README.md",
|
|
17
|
-
"lint": "eslint --ext=js,mjs .",
|
|
18
|
-
"postlint": "tsc -p .",
|
|
19
|
-
"pretest": "npm run lint",
|
|
20
|
-
"tests-only": "nyc tape 'test/**/*.js'",
|
|
21
|
-
"test": "npm run tests-only",
|
|
22
|
-
"posttest": "npx npm@'>= 10.2' audit --production",
|
|
23
|
-
"version": "auto-changelog && git add CHANGELOG.md",
|
|
24
|
-
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
25
|
-
},
|
|
26
|
-
"repository": {
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "git+https://github.com/ljharb/es-define-property.git"
|
|
29
|
-
},
|
|
30
|
-
"keywords": [
|
|
31
|
-
"javascript",
|
|
32
|
-
"ecmascript",
|
|
33
|
-
"object",
|
|
34
|
-
"define",
|
|
35
|
-
"property",
|
|
36
|
-
"defineProperty",
|
|
37
|
-
"Object.defineProperty"
|
|
38
|
-
],
|
|
39
|
-
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
40
|
-
"license": "MIT",
|
|
41
|
-
"bugs": {
|
|
42
|
-
"url": "https://github.com/ljharb/es-define-property/issues"
|
|
43
|
-
},
|
|
44
|
-
"homepage": "https://github.com/ljharb/es-define-property#readme",
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"@ljharb/eslint-config": "^21.1.1",
|
|
47
|
-
"@ljharb/tsconfig": "^0.2.2",
|
|
48
|
-
"@types/gopd": "^1.0.3",
|
|
49
|
-
"@types/tape": "^5.6.5",
|
|
50
|
-
"auto-changelog": "^2.5.0",
|
|
51
|
-
"encoding": "^0.1.13",
|
|
52
|
-
"eslint": "^8.8.0",
|
|
53
|
-
"evalmd": "^0.0.19",
|
|
54
|
-
"gopd": "^1.2.0",
|
|
55
|
-
"in-publish": "^2.0.1",
|
|
56
|
-
"npmignore": "^0.3.1",
|
|
57
|
-
"nyc": "^10.3.2",
|
|
58
|
-
"safe-publish-latest": "^2.0.0",
|
|
59
|
-
"tape": "^5.9.0",
|
|
60
|
-
"typescript": "next"
|
|
61
|
-
},
|
|
62
|
-
"engines": {
|
|
63
|
-
"node": ">= 0.4"
|
|
64
|
-
},
|
|
65
|
-
"testling": {
|
|
66
|
-
"files": "test/index.js"
|
|
67
|
-
},
|
|
68
|
-
"auto-changelog": {
|
|
69
|
-
"output": "CHANGELOG.md",
|
|
70
|
-
"template": "keepachangelog",
|
|
71
|
-
"unreleased": false,
|
|
72
|
-
"commitLimit": false,
|
|
73
|
-
"backfillLimit": false,
|
|
74
|
-
"hideCredit": true
|
|
75
|
-
},
|
|
76
|
-
"publishConfig": {
|
|
77
|
-
"ignore": [
|
|
78
|
-
".github/workflows"
|
|
79
|
-
]
|
|
80
|
-
}
|
|
81
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var $defineProperty = require('../');
|
|
4
|
-
|
|
5
|
-
var test = require('tape');
|
|
6
|
-
var gOPD = require('gopd');
|
|
7
|
-
|
|
8
|
-
test('defineProperty: supported', { skip: !$defineProperty }, function (t) {
|
|
9
|
-
t.plan(4);
|
|
10
|
-
|
|
11
|
-
t.equal(typeof $defineProperty, 'function', 'defineProperty is supported');
|
|
12
|
-
if ($defineProperty && gOPD) { // this `if` check is just to shut TS up
|
|
13
|
-
/** @type {{ a: number, b?: number, c?: number }} */
|
|
14
|
-
var o = { a: 1 };
|
|
15
|
-
|
|
16
|
-
$defineProperty(o, 'b', { enumerable: true, value: 2 });
|
|
17
|
-
t.deepEqual(
|
|
18
|
-
gOPD(o, 'b'),
|
|
19
|
-
{
|
|
20
|
-
configurable: false,
|
|
21
|
-
enumerable: true,
|
|
22
|
-
value: 2,
|
|
23
|
-
writable: false
|
|
24
|
-
},
|
|
25
|
-
'property descriptor is as expected'
|
|
26
|
-
);
|
|
27
|
-
|
|
28
|
-
$defineProperty(o, 'c', { enumerable: false, value: 3, writable: true });
|
|
29
|
-
t.deepEqual(
|
|
30
|
-
gOPD(o, 'c'),
|
|
31
|
-
{
|
|
32
|
-
configurable: false,
|
|
33
|
-
enumerable: false,
|
|
34
|
-
value: 3,
|
|
35
|
-
writable: true
|
|
36
|
-
},
|
|
37
|
-
'property descriptor is as expected'
|
|
38
|
-
);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
t.equal($defineProperty, Object.defineProperty, 'defineProperty is Object.defineProperty');
|
|
42
|
-
|
|
43
|
-
t.end();
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
test('defineProperty: not supported', { skip: !!$defineProperty }, function (t) {
|
|
47
|
-
t.notOk($defineProperty, 'defineProperty is not supported');
|
|
48
|
-
|
|
49
|
-
t.match(
|
|
50
|
-
typeof $defineProperty,
|
|
51
|
-
/^(?:undefined|boolean)$/,
|
|
52
|
-
'`typeof defineProperty` is `undefined` or `boolean`'
|
|
53
|
-
);
|
|
54
|
-
|
|
55
|
-
t.end();
|
|
56
|
-
});
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# These are supported funding model platforms
|
|
2
|
-
|
|
3
|
-
github: [ljharb]
|
|
4
|
-
patreon: # Replace with a single Patreon username
|
|
5
|
-
open_collective: # Replace with a single Open Collective username
|
|
6
|
-
ko_fi: # Replace with a single Ko-fi username
|
|
7
|
-
tidelift: npm/es-errors
|
|
8
|
-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
9
|
-
liberapay: # Replace with a single Liberapay username
|
|
10
|
-
issuehunt: # Replace with a single IssueHunt username
|
|
11
|
-
otechie: # Replace with a single Otechie username
|
|
12
|
-
custom: # Replace with a single custom sponsorship URL
|