You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
i'm trying to use postscrib in an sdk i'm creating , it works very good, but when i try to add export class or import statements it fails, i overcome this by using other way of export, but i'm loosing all the power of class in ecma 2015, is there away to over come this?
This the error i get: Uncaught SyntaxError: Unexpected token export
the trace:
Uncaught Error: Script error. - : 0
at Object.error (cro:170)
at active.win.onerror (cro:244)
The text was updated successfully, but these errors were encountered:
i'm trying to use postscrib in an sdk i'm creating , it works very good, but when i try to add export class or import statements it fails, i overcome this by using other way of export, but i'm loosing all the power of class in ecma 2015, is there away to over come this?
This the error i get: Uncaught SyntaxError: Unexpected token export
the trace:
Uncaught Error: Script error. - : 0
at Object.error (cro:170)
at active.win.onerror (cro:244)
The text was updated successfully, but these errors were encountered: