Closed dtfiedler closed 5 months ago
will take a look at this at some point later.
what is the purpose of this, why is this PR needed?
without this PR, you can already do:
import NodeVersion from 'arweave/node'
or
import WebVersion from 'arweave/web'
in fact that used to be the only way to do it until the package was changed to allow
import Arweave from 'arweave'
yes, this does in fact break all current apps i think @dtfiedler ?
standard import method no longer works with your PR:
I'll provide a commit and detailed explanation of the intent later today
closing - there are various but inconcsitent issues with exports in certain tscinfig, but no smoking gun to make it work well with each. apologies for the lingering PR.
Allows for the imports of enviornment specific arweave modules