Skip to content

Commit

Permalink
chore(browserify): update test fixture policy
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Mar 8, 2024
1 parent 4f9e2af commit fb7faa2
Showing 1 changed file with 12 additions and 3 deletions.
Expand Up @@ -982,11 +982,18 @@
},
"json-stable-stringify>call-bind": {
"packages": {
"json-stable-stringify>call-bind>es-define-property": true,
"json-stable-stringify>call-bind>es-errors": true,
"json-stable-stringify>call-bind>function-bind": true,
"json-stable-stringify>call-bind>get-intrinsic": true,
"json-stable-stringify>call-bind>set-function-length": true
}
},
"json-stable-stringify>call-bind>es-define-property": {
"packages": {
"json-stable-stringify>call-bind>get-intrinsic": true
}
},
"json-stable-stringify>call-bind>get-intrinsic": {
"globals": {
"AggregateError": true,
Expand All @@ -996,13 +1003,15 @@
"packages": {
"browserify>assert>object.assign>has-symbols": true,
"browserify>resolve>is-core-module>hasown": true,
"json-stable-stringify>call-bind>es-errors": true,
"json-stable-stringify>call-bind>function-bind": true,
"json-stable-stringify>call-bind>get-intrinsic>has-proto": true
}
},
"json-stable-stringify>call-bind>set-function-length": {
"packages": {
"browserify>util>which-typed-array>gopd": true,
"json-stable-stringify>call-bind>es-errors": true,
"json-stable-stringify>call-bind>get-intrinsic": true,
"json-stable-stringify>call-bind>set-function-length>define-data-property": true,
"json-stable-stringify>call-bind>set-function-length>has-property-descriptors": true
Expand All @@ -1011,13 +1020,13 @@
"json-stable-stringify>call-bind>set-function-length>define-data-property": {
"packages": {
"browserify>util>which-typed-array>gopd": true,
"json-stable-stringify>call-bind>get-intrinsic": true,
"json-stable-stringify>call-bind>set-function-length>has-property-descriptors": true
"json-stable-stringify>call-bind>es-define-property": true,
"json-stable-stringify>call-bind>es-errors": true
}
},
"json-stable-stringify>call-bind>set-function-length>has-property-descriptors": {
"packages": {
"json-stable-stringify>call-bind>get-intrinsic": true
"json-stable-stringify>call-bind>es-define-property": true
}
},
"lavamoat-core": {
Expand Down

0 comments on commit fb7faa2

Please sign in to comment.