Skip to content

Regression on #10904 - Allow undefined from ProxyHandler<T>.getOwnPropertyDescriptor #14923

@olivr70

Description

@olivr70

As I commented on the #10904 issue

it looks like a later commit has undone this patch. It is not present in the current version

interface ProxyHandler<T> {
    //...
    getOwnPropertyDescriptor? (target: T, p: PropertyKey): PropertyDescriptor;   
    //...
}

The regression seems to come from commit 2e7c83abc833534181d97c534bfac865cd93b1f0 "Updated LKG"

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions