mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
08d3f17110
This commit changes `globalThis.location` property to be configurable so that packages wanting to override it (or delete it) work properly. Towards https://github.com/denoland/deno/issues/23882 This change makes reproduction from https://github.com/denoland/deno/issues/23882#issuecomment-2340783437 pass properly.
8 lines
132 B
Text
8 lines
132 B
Text
{
|
|
"tests": {
|
|
"location_object_define_property": {
|
|
"args": "run location.js",
|
|
"output": "location.out"
|
|
}
|
|
}
|
|
}
|