Skip to content

v1.7.4

Latest

Choose a tag to compare

@KuznetsovRoman KuznetsovRoman released this 15 Sep 12:00
d0bfa48

🐛 Bug fixes

  • make proxy stub more robust (#46)

This includes following cases:

  • "ownKeys" versatility (TypeError: 'ownKeys' on proxy: trap result did not include 'prototype')
  • "getOwnPropertyDescriptor" versatility (TypeError: 'getOwnPropertyDescriptor' on proxy)
  • "window" stub (ReferenceError: window is not defined)
  • not existing modules stub (Error: Cannot find module '...')