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 
as seen below, i basically need to fingerprint every single variable/function/class declaration across every module, instead of only checking exports of each
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.