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,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 ECMAScript Shims
|
|
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,50 +0,0 @@
|
|
|
1
|
-
# math-intrinsics <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
|
-
ES Math-related intrinsics and helpers, robustly cached.
|
|
11
|
-
|
|
12
|
-
- `abs`
|
|
13
|
-
- `floor`
|
|
14
|
-
- `isFinite`
|
|
15
|
-
- `isInteger`
|
|
16
|
-
- `isNaN`
|
|
17
|
-
- `isNegativeZero`
|
|
18
|
-
- `max`
|
|
19
|
-
- `min`
|
|
20
|
-
- `mod`
|
|
21
|
-
- `pow`
|
|
22
|
-
- `round`
|
|
23
|
-
- `sign`
|
|
24
|
-
- `constants/maxArrayLength`
|
|
25
|
-
- `constants/maxSafeInteger`
|
|
26
|
-
- `constants/maxValue`
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## Tests
|
|
30
|
-
Simply clone the repo, `npm install`, and run `npm test`
|
|
31
|
-
|
|
32
|
-
## Security
|
|
33
|
-
|
|
34
|
-
Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report.
|
|
35
|
-
|
|
36
|
-
[package-url]: https://npmjs.org/package/math-intrinsics
|
|
37
|
-
[npm-version-svg]: https://versionbadg.es/es-shims/math-intrinsics.svg
|
|
38
|
-
[deps-svg]: https://david-dm.org/es-shims/math-intrinsics.svg
|
|
39
|
-
[deps-url]: https://david-dm.org/es-shims/math-intrinsics
|
|
40
|
-
[dev-deps-svg]: https://david-dm.org/es-shims/math-intrinsics/dev-status.svg
|
|
41
|
-
[dev-deps-url]: https://david-dm.org/es-shims/math-intrinsics#info=devDependencies
|
|
42
|
-
[npm-badge-png]: https://nodei.co/npm/math-intrinsics.png?downloads=true&stars=true
|
|
43
|
-
[license-image]: https://img.shields.io/npm/l/math-intrinsics.svg
|
|
44
|
-
[license-url]: LICENSE
|
|
45
|
-
[downloads-image]: https://img.shields.io/npm/dm/es-object.svg
|
|
46
|
-
[downloads-url]: https://npm-stat.com/charts.html?package=math-intrinsics
|
|
47
|
-
[codecov-image]: https://codecov.io/gh/es-shims/math-intrinsics/branch/main/graphs/badge.svg
|
|
48
|
-
[codecov-url]: https://app.codecov.io/gh/es-shims/math-intrinsics/
|
|
49
|
-
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/math-intrinsics
|
|
50
|
-
[actions-url]: https://github.com/es-shims/math-intrinsics/actions
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export = Math.abs;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export = Math.floor;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var $isNaN = require('./isNaN');
|
|
4
|
-
|
|
5
|
-
/** @type {import('./isFinite')} */
|
|
6
|
-
module.exports = function isFinite(x) {
|
|
7
|
-
return (typeof x === 'number' || typeof x === 'bigint')
|
|
8
|
-
&& !$isNaN(x)
|
|
9
|
-
&& x !== Infinity
|
|
10
|
-
&& x !== -Infinity;
|
|
11
|
-
};
|
|
12
|
-
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var $abs = require('./abs');
|
|
4
|
-
var $floor = require('./floor');
|
|
5
|
-
|
|
6
|
-
var $isNaN = require('./isNaN');
|
|
7
|
-
var $isFinite = require('./isFinite');
|
|
8
|
-
|
|
9
|
-
/** @type {import('./isInteger')} */
|
|
10
|
-
module.exports = function isInteger(argument) {
|
|
11
|
-
if (typeof argument !== 'number' || $isNaN(argument) || !$isFinite(argument)) {
|
|
12
|
-
return false;
|
|
13
|
-
}
|
|
14
|
-
var absValue = $abs(argument);
|
|
15
|
-
return $floor(absValue) === absValue;
|
|
16
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export = Number.isNaN;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export = Math.max;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export = Math.min;
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "math-intrinsics",
|
|
3
|
-
"version": "1.1.0",
|
|
4
|
-
"description": "ES Math-related intrinsics and helpers, robustly cached.",
|
|
5
|
-
"main": false,
|
|
6
|
-
"exports": {
|
|
7
|
-
"./abs": "./abs.js",
|
|
8
|
-
"./floor": "./floor.js",
|
|
9
|
-
"./isFinite": "./isFinite.js",
|
|
10
|
-
"./isInteger": "./isInteger.js",
|
|
11
|
-
"./isNaN": "./isNaN.js",
|
|
12
|
-
"./isNegativeZero": "./isNegativeZero.js",
|
|
13
|
-
"./max": "./max.js",
|
|
14
|
-
"./min": "./min.js",
|
|
15
|
-
"./mod": "./mod.js",
|
|
16
|
-
"./pow": "./pow.js",
|
|
17
|
-
"./sign": "./sign.js",
|
|
18
|
-
"./round": "./round.js",
|
|
19
|
-
"./constants/maxArrayLength": "./constants/maxArrayLength.js",
|
|
20
|
-
"./constants/maxSafeInteger": "./constants/maxSafeInteger.js",
|
|
21
|
-
"./constants/maxValue": "./constants/maxValue.js",
|
|
22
|
-
"./package.json": "./package.json"
|
|
23
|
-
},
|
|
24
|
-
"sideEffects": false,
|
|
25
|
-
"scripts": {
|
|
26
|
-
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
27
|
-
"prepublishOnly": "safe-publish-latest",
|
|
28
|
-
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
29
|
-
"pretest": "npm run lint",
|
|
30
|
-
"test": "npm run tests-only",
|
|
31
|
-
"tests-only": "nyc tape 'test/**/*.js'",
|
|
32
|
-
"posttest": "npx npm@'>= 10.2' audit --production",
|
|
33
|
-
"prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
|
|
34
|
-
"lint": "eslint --ext=js,mjs .",
|
|
35
|
-
"postlint": "tsc && attw -P",
|
|
36
|
-
"version": "auto-changelog && git add CHANGELOG.md",
|
|
37
|
-
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
38
|
-
},
|
|
39
|
-
"repository": {
|
|
40
|
-
"type": "git",
|
|
41
|
-
"url": "git+https://github.com/es-shims/math-intrinsics.git"
|
|
42
|
-
},
|
|
43
|
-
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
44
|
-
"license": "MIT",
|
|
45
|
-
"bugs": {
|
|
46
|
-
"url": "https://github.com/es-shims/math-intrinsics/issues"
|
|
47
|
-
},
|
|
48
|
-
"homepage": "https://github.com/es-shims/math-intrinsics#readme",
|
|
49
|
-
"devDependencies": {
|
|
50
|
-
"@arethetypeswrong/cli": "^0.17.1",
|
|
51
|
-
"@ljharb/eslint-config": "^21.1.1",
|
|
52
|
-
"@ljharb/tsconfig": "^0.2.2",
|
|
53
|
-
"@types/for-each": "^0.3.3",
|
|
54
|
-
"@types/object-inspect": "^1.13.0",
|
|
55
|
-
"@types/tape": "^5.8.0",
|
|
56
|
-
"auto-changelog": "^2.5.0",
|
|
57
|
-
"eclint": "^2.8.1",
|
|
58
|
-
"es-value-fixtures": "^1.5.0",
|
|
59
|
-
"eslint": "^8.8.0",
|
|
60
|
-
"evalmd": "^0.0.19",
|
|
61
|
-
"for-each": "^0.3.3",
|
|
62
|
-
"in-publish": "^2.0.1",
|
|
63
|
-
"npmignore": "^0.3.1",
|
|
64
|
-
"nyc": "^10.3.2",
|
|
65
|
-
"object-inspect": "^1.13.3",
|
|
66
|
-
"safe-publish-latest": "^2.0.0",
|
|
67
|
-
"tape": "^5.9.0",
|
|
68
|
-
"typescript": "next"
|
|
69
|
-
},
|
|
70
|
-
"auto-changelog": {
|
|
71
|
-
"output": "CHANGELOG.md",
|
|
72
|
-
"template": "keepachangelog",
|
|
73
|
-
"unreleased": false,
|
|
74
|
-
"commitLimit": false,
|
|
75
|
-
"backfillLimit": false,
|
|
76
|
-
"hideCredit": true
|
|
77
|
-
},
|
|
78
|
-
"publishConfig": {
|
|
79
|
-
"ignore": [
|
|
80
|
-
".github/workflows"
|
|
81
|
-
]
|
|
82
|
-
},
|
|
83
|
-
"engines": {
|
|
84
|
-
"node": ">= 0.4"
|
|
85
|
-
}
|
|
86
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export = Math.pow;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export = Math.round;
|
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var test = require('tape');
|
|
4
|
-
var v = require('es-value-fixtures');
|
|
5
|
-
var forEach = require('for-each');
|
|
6
|
-
var inspect = require('object-inspect');
|
|
7
|
-
|
|
8
|
-
var abs = require('../abs');
|
|
9
|
-
var floor = require('../floor');
|
|
10
|
-
var isFinite = require('../isFinite');
|
|
11
|
-
var isInteger = require('../isInteger');
|
|
12
|
-
var isNaN = require('../isNaN');
|
|
13
|
-
var isNegativeZero = require('../isNegativeZero');
|
|
14
|
-
var max = require('../max');
|
|
15
|
-
var min = require('../min');
|
|
16
|
-
var mod = require('../mod');
|
|
17
|
-
var pow = require('../pow');
|
|
18
|
-
var round = require('../round');
|
|
19
|
-
var sign = require('../sign');
|
|
20
|
-
|
|
21
|
-
var maxArrayLength = require('../constants/maxArrayLength');
|
|
22
|
-
var maxSafeInteger = require('../constants/maxSafeInteger');
|
|
23
|
-
var maxValue = require('../constants/maxValue');
|
|
24
|
-
|
|
25
|
-
test('abs', function (t) {
|
|
26
|
-
t.equal(abs(-1), 1, 'abs(-1) === 1');
|
|
27
|
-
t.equal(abs(+1), 1, 'abs(+1) === 1');
|
|
28
|
-
t.equal(abs(+0), +0, 'abs(+0) === +0');
|
|
29
|
-
t.equal(abs(-0), +0, 'abs(-0) === +0');
|
|
30
|
-
|
|
31
|
-
t.end();
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
test('floor', function (t) {
|
|
35
|
-
t.equal(floor(-1.1), -2, 'floor(-1.1) === -2');
|
|
36
|
-
t.equal(floor(+1.1), 1, 'floor(+1.1) === 1');
|
|
37
|
-
t.equal(floor(+0), +0, 'floor(+0) === +0');
|
|
38
|
-
t.equal(floor(-0), -0, 'floor(-0) === -0');
|
|
39
|
-
t.equal(floor(-Infinity), -Infinity, 'floor(-Infinity) === -Infinity');
|
|
40
|
-
t.equal(floor(Number(Infinity)), Number(Infinity), 'floor(+Infinity) === +Infinity');
|
|
41
|
-
t.equal(floor(NaN), NaN, 'floor(NaN) === NaN');
|
|
42
|
-
t.equal(floor(0), +0, 'floor(0) === +0');
|
|
43
|
-
t.equal(floor(-0), -0, 'floor(-0) === -0');
|
|
44
|
-
t.equal(floor(1), 1, 'floor(1) === 1');
|
|
45
|
-
t.equal(floor(-1), -1, 'floor(-1) === -1');
|
|
46
|
-
t.equal(floor(1.1), 1, 'floor(1.1) === 1');
|
|
47
|
-
t.equal(floor(-1.1), -2, 'floor(-1.1) === -2');
|
|
48
|
-
t.equal(floor(maxValue), maxValue, 'floor(maxValue) === maxValue');
|
|
49
|
-
t.equal(floor(maxSafeInteger), maxSafeInteger, 'floor(maxSafeInteger) === maxSafeInteger');
|
|
50
|
-
|
|
51
|
-
t.end();
|
|
52
|
-
});
|
|
53
|
-
|
|
54
|
-
test('isFinite', function (t) {
|
|
55
|
-
t.equal(isFinite(0), true, 'isFinite(+0) === true');
|
|
56
|
-
t.equal(isFinite(-0), true, 'isFinite(-0) === true');
|
|
57
|
-
t.equal(isFinite(1), true, 'isFinite(1) === true');
|
|
58
|
-
t.equal(isFinite(Infinity), false, 'isFinite(Infinity) === false');
|
|
59
|
-
t.equal(isFinite(-Infinity), false, 'isFinite(-Infinity) === false');
|
|
60
|
-
t.equal(isFinite(NaN), false, 'isFinite(NaN) === false');
|
|
61
|
-
|
|
62
|
-
forEach(v.nonNumbers, function (nonNumber) {
|
|
63
|
-
t.equal(isFinite(nonNumber), false, 'isFinite(' + inspect(nonNumber) + ') === false');
|
|
64
|
-
});
|
|
65
|
-
|
|
66
|
-
t.end();
|
|
67
|
-
});
|
|
68
|
-
|
|
69
|
-
test('isInteger', function (t) {
|
|
70
|
-
forEach([].concat(
|
|
71
|
-
// @ts-expect-error TS sucks with concat
|
|
72
|
-
v.nonNumbers,
|
|
73
|
-
v.nonIntegerNumbers
|
|
74
|
-
), function (nonInteger) {
|
|
75
|
-
t.equal(isInteger(nonInteger), false, 'isInteger(' + inspect(nonInteger) + ') === false');
|
|
76
|
-
});
|
|
77
|
-
|
|
78
|
-
t.end();
|
|
79
|
-
});
|
|
80
|
-
|
|
81
|
-
test('isNaN', function (t) {
|
|
82
|
-
forEach([].concat(
|
|
83
|
-
// @ts-expect-error TS sucks with concat
|
|
84
|
-
v.nonNumbers,
|
|
85
|
-
v.infinities,
|
|
86
|
-
v.zeroes,
|
|
87
|
-
v.integerNumbers
|
|
88
|
-
), function (nonNaN) {
|
|
89
|
-
t.equal(isNaN(nonNaN), false, 'isNaN(' + inspect(nonNaN) + ') === false');
|
|
90
|
-
});
|
|
91
|
-
|
|
92
|
-
t.equal(isNaN(NaN), true, 'isNaN(NaN) === true');
|
|
93
|
-
|
|
94
|
-
t.end();
|
|
95
|
-
});
|
|
96
|
-
|
|
97
|
-
test('isNegativeZero', function (t) {
|
|
98
|
-
t.equal(isNegativeZero(-0), true, 'isNegativeZero(-0) === true');
|
|
99
|
-
t.equal(isNegativeZero(+0), false, 'isNegativeZero(+0) === false');
|
|
100
|
-
t.equal(isNegativeZero(1), false, 'isNegativeZero(1) === false');
|
|
101
|
-
t.equal(isNegativeZero(-1), false, 'isNegativeZero(-1) === false');
|
|
102
|
-
t.equal(isNegativeZero(NaN), false, 'isNegativeZero(NaN) === false');
|
|
103
|
-
t.equal(isNegativeZero(Infinity), false, 'isNegativeZero(Infinity) === false');
|
|
104
|
-
t.equal(isNegativeZero(-Infinity), false, 'isNegativeZero(-Infinity) === false');
|
|
105
|
-
|
|
106
|
-
forEach(v.nonNumbers, function (nonNumber) {
|
|
107
|
-
t.equal(isNegativeZero(nonNumber), false, 'isNegativeZero(' + inspect(nonNumber) + ') === false');
|
|
108
|
-
});
|
|
109
|
-
|
|
110
|
-
t.end();
|
|
111
|
-
});
|
|
112
|
-
|
|
113
|
-
test('max', function (t) {
|
|
114
|
-
t.equal(max(1, 2), 2, 'max(1, 2) === 2');
|
|
115
|
-
t.equal(max(1, 2, 3), 3, 'max(1, 2, 3) === 3');
|
|
116
|
-
t.equal(max(1, 2, 3, 4), 4, 'max(1, 2, 3, 4) === 4');
|
|
117
|
-
t.equal(max(1, 2, 3, 4, 5), 5, 'max(1, 2, 3, 4, 5) === 5');
|
|
118
|
-
t.equal(max(1, 2, 3, 4, 5, 6), 6, 'max(1, 2, 3, 4, 5, 6) === 6');
|
|
119
|
-
t.equal(max(1, 2, 3, 4, 5, 6, 7), 7, 'max(1, 2, 3, 4, 5, 6, 7) === 7');
|
|
120
|
-
|
|
121
|
-
t.end();
|
|
122
|
-
});
|
|
123
|
-
|
|
124
|
-
test('min', function (t) {
|
|
125
|
-
t.equal(min(1, 2), 1, 'min(1, 2) === 1');
|
|
126
|
-
t.equal(min(1, 2, 3), 1, 'min(1, 2, 3) === 1');
|
|
127
|
-
t.equal(min(1, 2, 3, 4), 1, 'min(1, 2, 3, 4) === 1');
|
|
128
|
-
t.equal(min(1, 2, 3, 4, 5), 1, 'min(1, 2, 3, 4, 5) === 1');
|
|
129
|
-
t.equal(min(1, 2, 3, 4, 5, 6), 1, 'min(1, 2, 3, 4, 5, 6) === 1');
|
|
130
|
-
|
|
131
|
-
t.end();
|
|
132
|
-
});
|
|
133
|
-
|
|
134
|
-
test('mod', function (t) {
|
|
135
|
-
t.equal(mod(1, 2), 1, 'mod(1, 2) === 1');
|
|
136
|
-
t.equal(mod(2, 2), 0, 'mod(2, 2) === 0');
|
|
137
|
-
t.equal(mod(3, 2), 1, 'mod(3, 2) === 1');
|
|
138
|
-
t.equal(mod(4, 2), 0, 'mod(4, 2) === 0');
|
|
139
|
-
t.equal(mod(5, 2), 1, 'mod(5, 2) === 1');
|
|
140
|
-
t.equal(mod(6, 2), 0, 'mod(6, 2) === 0');
|
|
141
|
-
t.equal(mod(7, 2), 1, 'mod(7, 2) === 1');
|
|
142
|
-
t.equal(mod(8, 2), 0, 'mod(8, 2) === 0');
|
|
143
|
-
t.equal(mod(9, 2), 1, 'mod(9, 2) === 1');
|
|
144
|
-
t.equal(mod(10, 2), 0, 'mod(10, 2) === 0');
|
|
145
|
-
t.equal(mod(11, 2), 1, 'mod(11, 2) === 1');
|
|
146
|
-
|
|
147
|
-
t.end();
|
|
148
|
-
});
|
|
149
|
-
|
|
150
|
-
test('pow', function (t) {
|
|
151
|
-
t.equal(pow(2, 2), 4, 'pow(2, 2) === 4');
|
|
152
|
-
t.equal(pow(2, 3), 8, 'pow(2, 3) === 8');
|
|
153
|
-
t.equal(pow(2, 4), 16, 'pow(2, 4) === 16');
|
|
154
|
-
t.equal(pow(2, 5), 32, 'pow(2, 5) === 32');
|
|
155
|
-
t.equal(pow(2, 6), 64, 'pow(2, 6) === 64');
|
|
156
|
-
t.equal(pow(2, 7), 128, 'pow(2, 7) === 128');
|
|
157
|
-
t.equal(pow(2, 8), 256, 'pow(2, 8) === 256');
|
|
158
|
-
t.equal(pow(2, 9), 512, 'pow(2, 9) === 512');
|
|
159
|
-
t.equal(pow(2, 10), 1024, 'pow(2, 10) === 1024');
|
|
160
|
-
|
|
161
|
-
t.end();
|
|
162
|
-
});
|
|
163
|
-
|
|
164
|
-
test('round', function (t) {
|
|
165
|
-
t.equal(round(1.1), 1, 'round(1.1) === 1');
|
|
166
|
-
t.equal(round(1.5), 2, 'round(1.5) === 2');
|
|
167
|
-
t.equal(round(1.9), 2, 'round(1.9) === 2');
|
|
168
|
-
|
|
169
|
-
t.end();
|
|
170
|
-
});
|
|
171
|
-
|
|
172
|
-
test('sign', function (t) {
|
|
173
|
-
t.equal(sign(-1), -1, 'sign(-1) === -1');
|
|
174
|
-
t.equal(sign(+1), +1, 'sign(+1) === +1');
|
|
175
|
-
t.equal(sign(+0), +0, 'sign(+0) === +0');
|
|
176
|
-
t.equal(sign(-0), -0, 'sign(-0) === -0');
|
|
177
|
-
t.equal(sign(NaN), NaN, 'sign(NaN) === NaN');
|
|
178
|
-
t.equal(sign(Infinity), +1, 'sign(Infinity) === +1');
|
|
179
|
-
t.equal(sign(-Infinity), -1, 'sign(-Infinity) === -1');
|
|
180
|
-
t.equal(sign(maxValue), +1, 'sign(maxValue) === +1');
|
|
181
|
-
t.equal(sign(maxSafeInteger), +1, 'sign(maxSafeInteger) === +1');
|
|
182
|
-
|
|
183
|
-
t.end();
|
|
184
|
-
});
|
|
185
|
-
|
|
186
|
-
test('constants', function (t) {
|
|
187
|
-
t.equal(typeof maxArrayLength, 'number', 'typeof maxArrayLength === "number"');
|
|
188
|
-
t.equal(typeof maxSafeInteger, 'number', 'typeof maxSafeInteger === "number"');
|
|
189
|
-
t.equal(typeof maxValue, 'number', 'typeof maxValue === "number"');
|
|
190
|
-
|
|
191
|
-
t.end();
|
|
192
|
-
});
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
root = true
|
|
2
|
-
|
|
3
|
-
[*]
|
|
4
|
-
indent_style = tab;
|
|
5
|
-
insert_final_newline = true;
|
|
6
|
-
quote_type = auto;
|
|
7
|
-
space_after_anonymous_functions = true;
|
|
8
|
-
space_after_control_statements = true;
|
|
9
|
-
spaces_around_operators = true;
|
|
10
|
-
trim_trailing_whitespace = true;
|
|
11
|
-
spaces_in_brackets = false;
|
|
12
|
-
end_of_line = lf;
|
|
13
|
-
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"root": true,
|
|
3
|
-
|
|
4
|
-
"extends": "@ljharb",
|
|
5
|
-
|
|
6
|
-
"rules": {
|
|
7
|
-
"complexity": [2, 23],
|
|
8
|
-
"id-length": [2, { "min": 1, "max": 40 }],
|
|
9
|
-
"max-params": [2, 3],
|
|
10
|
-
"max-statements": [2, 23],
|
|
11
|
-
"max-statements-per-line": [2, { "max": 2 }],
|
|
12
|
-
"no-extra-parens": [1],
|
|
13
|
-
"no-invalid-this": [1],
|
|
14
|
-
"no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "LabeledStatement", "WithStatement"],
|
|
15
|
-
"operator-linebreak": [2, "after"]
|
|
16
|
-
}
|
|
17
|
-
}
|