Skip to content

Releases: AFatNiBBa/internal-prop

Type declaration

21 Oct 17:41
Compare
Choose a tag to compare

New

  • Type declaration file
  • Moved documentation to "src/main.d.ts"

Private fields

15 Sep 16:41
Compare
Choose a tag to compare

New

  • getOwnPrivateSymbols() function
  • privateAccess() function (With prototype access too)

Warning

The private methods cannot be obtained
(Because apparently they are not stored in the same place as fields)

Removed useless files

06 Sep 22:33
Compare
Choose a tag to compare

Pretty simple

Safe require

05 Sep 23:00
Compare
Choose a tag to compare

New

Returns undefined if the compiled code is not found (If the compilation fails)

Proxy and Promise

05 Sep 22:17
Compare
Choose a tag to compare

New

  • Added Proxy support
  • Added Promise support