-
Was this intentional to no longer make that interface public? I use that for a custom type, which implements this interface. jint/Jint/Native/IConstructor.cs Line 5 in fe4ee89 I'm basicall doing something like this: changed in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I also see PR So what's the new way to vreate custom types like the |
Beta Was this translation helpful? Give feedback.
-
Well the idea is to hide as much as possible during while still in beta phase. Not just to irritate people, trying to find how much can be hidden and allow some wiggle room for change. Ideally all test cases should cover public API needs, can you create a PR to show what is needed?
|
Beta Was this translation helpful? Give feedback.
Well the idea is to hide as much as possible during while still in beta phase. Not just to irritate people, trying to find how much can be hidden and allow some wiggle room for change. Ideally all test cases should cover public API needs, can you create a PR to show what is needed?
IConstructor
would ideally be internal, but maybe we could understand better with an example of usage. Is it basically adding new JS objects that need to be available?