Make static binding generator generate classes that PrimJS can detect at runtime. PrimJS has a line:column bug reporting incorrect location of function calls at the closing ) instead of start of the function name like other runtimes. Fixing this should make PrimJS 100% compatible with the runtime.
Make static binding generator generate classes that PrimJS can detect at runtime. PrimJS has a line:column bug reporting incorrect location of function calls at the closing
)instead of start of the function name like other runtimes. Fixing this should make PrimJS 100% compatible with the runtime.