We are using your plugin to do a diff check but want to exclude an files in a glob like **/assets/** from being checked as we are having this issue:
Reported: orval-labs/orval#2468 (comment)
The content of the files triggering the diff check is JSON stored as Base64-encoded DEFLATE streams:
samples/react-app/docs-html-plugin/assets/hierarchy.js
samples/react-app/docs-html-plugin/assets/navigation.js
samples/react-app/docs-html-plugin/assets/search.js
samples/react-app/docs-html/assets/hierarchy.js
samples/react-app/docs-html/assets/navigation.js
samples/react-app/docs-html/assets/search.js
For instance:
window.hierarchyData = 'eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzwMKVNfWAgCbHgqm';
The DEFLATE streams can be subtly different from platform to platform so this isn't surprising. Typedoc generates these files, so I don't think Orval codegen has any influence whether they change or not
We are using your plugin to do a diff check but want to exclude an files in a glob like
**/assets/**from being checked as we are having this issue:Reported: orval-labs/orval#2468 (comment)
The content of the files triggering the diff check is JSON stored as Base64-encoded DEFLATE streams:
samples/react-app/docs-html-plugin/assets/hierarchy.jssamples/react-app/docs-html-plugin/assets/navigation.jssamples/react-app/docs-html-plugin/assets/search.jssamples/react-app/docs-html/assets/hierarchy.jssamples/react-app/docs-html/assets/navigation.jssamples/react-app/docs-html/assets/search.jsFor instance:
The DEFLATE streams can be subtly different from platform to platform so this isn't surprising. Typedoc generates these files, so I don't think Orval codegen has any influence whether they change or not