Skip to content

Added support for dynamic properties in classes#340

Open
ntninja wants to merge 1 commit intoprototypejs:masterfrom
ntninja:master
Open

Added support for dynamic properties in classes#340
ntninja wants to merge 1 commit intoprototypejs:masterfrom
ntninja:master

Conversation

@ntninja
Copy link

@ntninja ntninja commented Apr 4, 2018

Adds support for calling Class.addMethods for objects with dynamic properties.

Important: Dynamic property support only works with IE>=9! That however is not a problem because you ditched support for IE<9 several years ago (#302).

A unit test has been added that demonstrates how this feature can be used, note however that the unit test only uses the Object.defineProperty syntax and not the native get x() {...}/set x(y) {...} syntax since that would cause syntax errors in browsers that do not understand it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant