Hi!
So i was having absolutely no problem in making a new array-dictionery plugin by merging the two in certain way, but no new expressions appear when i try to add them through editing system.js file, that holds all the expressions for system object.
Why is that?
My only guess is that similarly to plugins structure, there should be a declaration of an expression (like in edittime.js for plugins) and implementation of it (like in runtime.js for plugins). And if so, system.js contains only the implementaion. So where can i find the other part? Or am i missing something?
Thanks.