I was working on the LV95/EPSG:2056 for the DXF exporter and noticed that npm is used only to fetch the dependencies. Because of that some of the nice features are missing, for example it's hard to use typescript-based packages that require compilation, likedxf-writer. Did you think about modernizing the scripting part to get all the nice stuff like easier upgrades, unit tests for the js part, no need to hardcode DXF file, etc?
I started experiments in this area and wanted to know if that change was planned or not.
I was working on the LV95/EPSG:2056 for the DXF exporter and noticed that npm is used only to fetch the dependencies. Because of that some of the nice features are missing, for example it's hard to use typescript-based packages that require compilation, likedxf-writer. Did you think about modernizing the scripting part to get all the nice stuff like easier upgrades, unit tests for the js part, no need to hardcode DXF file, etc?
I started experiments in this area and wanted to know if that change was planned or not.