allow crosslinking via automatic instance => link conversion #5
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: valerie/vogue#5
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
passing instances as parameters should not be supported, however, the this context of each instance function is the instance... can we make that the proxy? should we?
the this should have access to local variables, and if we use it to pass to other functions, for performance reasons, we dont intercept.
maybe we should...
IDEA, just throw each function that gets injected into context around a wrapper that automagically typechecks the parameters for instancedom.
hard for deep params i guess... man, shit sucks huh?
maybe just leaving it the way it is, and having an easy way to refer to your link should exist.
like its not insane to say
const self = this._linkor just document thatthis._linkis the link to yourself, whereas this, is your internal operating context and shouldnt be leaked to anything else...INPUT??