gaphel1
Results
1
comments of
gaphel1
> This has to do with module resolution in yoga-layout. In `src/entrypoint/asmjs-async-web.js`, they do: `var _YGEnums = require("../generated/YGEnums");`. Now the interesting bit is that both `src/generated/YGEnums.js` AND `src/generated/YGEnums.ts` exist. >...