You are browsing as a guest. Sign up (or log in) to start making projects!

8h 57m 1s logged

turns out webpack arbitrarily decided to inline 1 threejs class into polytrack’s custom wrapper module???? i’m pretty sure the only way to account for this is by splicing out three.js at the declaration-level using a cross-module control flow graph so i’m now working on the necessary refactorings for that :criblub:

as seen below, i basically need to fingerprint every single variable/function/class declaration across every module, instead of only checking exports of each

0
17

Comments 0

No comments yet. Be the first!