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?
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently
parseModule
andgenerateCode
are exported from the code module that importnode: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
The text was updated successfully, but these errors were encountered: