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
To add playwright to our automated tests, ts2ocaml actually needs to detect imports/requires of Node's built-in modules and emit module aliases to rescript-nodejs's corresponding ReScript modules.
Related: #404
To add
playwrightto our automated tests,ts2ocamlactually needs to detectimports/requires of Node's built-in modules and emit module aliases torescript-nodejs's corresponding ReScript modules.