In JS, C.prototype = Object.create(B.prototype)
should behave like extends
#22639
Labels
Duplicate
An existing issue was already created
Expected behavior:
R
behaves likeT
is its base class:this.plugin
insideresolve
should be legal.Actual behavior:
Property 'plugin' does not exist on type '{ fs: any, resolve: (name: any) => void }'
The text was updated successfully, but these errors were encountered: