)]}' { "commit": "b183ee5230273670f3235cc5b3cf32562ccfb7ee", "tree": "c4d297c9123d60932fa77fc564f9a03993515eb2", "parents": [ "5717badf4250dfe900c05fc00d0758a09ba77297" ], "author": { "name": "Paladox none", "email": "thomasmulhall410@yahoo.com", "time": "Thu Jun 09 15:33:48 2022 +0000" }, "committer": { "name": "Paladox none", "email": "thomasmulhall410@yahoo.com", "time": "Thu Jun 09 15:49:16 2022 +0000" }, "message": "Add support for newer plugin-node-resolve versions\n\nDue to [0] in plugin-node-resolve, it changes the way modules are\nresolved. It now looks at package.json and figures it out from\nthere although if the stuff it is looking for is not found\nit falls back to how it did the resolving in older versions.\nUnfortunately there is no config to force the behaviour\nso we have to use the new behaviour.\n\nThis is what it looks like:\n\n```\n \"exports\": {\n \".\": {\n \"development\": \"./development/reactive-element.js\",\n \"default\": \"./reactive-element.js\"\n },\n ....\n \"./decorators.js\": {\n \"development\": \"./development/decorators.js\",\n \"default\": \"./decorators.js\"\n },\n ....\n },\n```\n\nThus \"./decorators\" fails to match \"./decorators.js\" and so it fails\nto resolve.\n\n\n[0] https://github.com/rollup/plugins/commit/3d60158f21e0b6a5a8a53d9977928e2e148cb885\n\nChange-Id: I7829591e45662ee6028182beb57396b327823275\n", "tree_diff": [ { "type": "modify", "old_id": "5a2ece1395f53a668bcefc372db8d3df82daf563", "old_mode": 33188, "old_path": "web/gr-delete-repo.ts", "new_id": "55995fd9ca48681e673dfc687d384080249fbc58", "new_mode": 33188, "new_path": "web/gr-delete-repo.ts" }, { "type": "modify", "old_id": "ddeaf89fd7ff842f4d52eb7f4d6b581798c7d54a", "old_mode": 33188, "old_path": "web/test/test-setup.ts", "new_id": "2196ebc339db6705e817f4e3ed2fca63ccb44bdc", "new_mode": 33188, "new_path": "web/test/test-setup.ts" } ] }