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
Currently parseModule and generateCode are exported from the code module that import node:fs this made them impossible to use in a browser environment when actually they are not really dependent on node apis.
Maybe we can consider export them from another module that does not depends on node api to allow their usage even in the browser.
Additional information
Would you be willing to help implement this feature?