There are many node behaviors that don't seem to be guarded by ENVIRONMENT_IS_NODE
The one that is causing me issues is var nodePath = require("node:path"); There are potentially others, but this is the first one I am hitting.
All I am doing is <script src="dxc.js"></script>
Maybe my use case is incorrect. I am trying to do an in browser godbolt.
Eventually could be cool to figure out how to do the lavapipe stuff aswell.
There are many node behaviors that don't seem to be guarded by
ENVIRONMENT_IS_NODEThe one that is causing me issues is
var nodePath = require("node:path");There are potentially others, but this is the first one I am hitting.All I am doing is
<script src="dxc.js"></script>Maybe my use case is incorrect. I am trying to do an in browser godbolt.
Eventually could be cool to figure out how to do the lavapipe stuff aswell.