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 was archived by the owner on Jan 15, 2025. It is now read-only.
In Composer, some parser APIs are used in the client(browsers), and some are used in the server (node.js). The modules are exported by one file. Sometimes some node's own modules can't be found in client.
Maybe we need to split them up into separate modules that can be imported when needed.