@glimmer/owner
Advanced tools
Comparing version 0.85.5 to 0.85.6
@@ -1,19 +0,2 @@ | ||
const OWNER = Symbol('OWNER'); | ||
/** | ||
Framework objects in a Glimmer application may receive an owner object. | ||
Glimmer is unopinionated about this owner, but will forward it through its | ||
internal resolution system, and through its managers if it is provided. | ||
*/ | ||
function getOwner(object) { | ||
return object[OWNER]; | ||
} | ||
/** | ||
`setOwner` set's an object's owner | ||
*/ | ||
function setOwner(object, owner) { | ||
object[OWNER] = owner; | ||
} | ||
export { OWNER, getOwner, setOwner }; | ||
const n=Symbol("OWNER");function o(o){return o[n]}function t(o,t){o[n]=t}export{n as OWNER,o as getOwner,t as setOwner}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@glimmer/owner", | ||
"type": "module", | ||
"version": "0.85.5", | ||
"version": "0.85.6", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/owner", | ||
@@ -9,3 +9,3 @@ "description": "Implementation for the owner in Glimmer apps", | ||
"dependencies": { | ||
"@glimmer/util": "^0.85.5" | ||
"@glimmer/util": "^0.85.6" | ||
}, | ||
@@ -19,3 +19,3 @@ "files": [ | ||
"publint": "^0.2.5", | ||
"@glimmer/local-debug-flags": "^0.85.5", | ||
"@glimmer/local-debug-flags": "^0.85.6", | ||
"@glimmer-workspace/build-support": "^1.0.0" | ||
@@ -22,0 +22,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52959
7077
61
0
Updated@glimmer/util@^0.85.6