I haven't found any documentation of what the difference is between trim=safe, trim=no, trim=unsafe and trim=unsafe-warn.
Are there big differences?
Should i as a package developer decide to support one or the other and state that in the docs?
Are there code patterns that only work with some of the modes?
Could you provide some documentation for developers to help make packages compatible?
I haven't found any documentation of what the difference is between
trim=safe,trim=no,trim=unsafeandtrim=unsafe-warn.Are there big differences?
Should i as a package developer decide to support one or the other and state that in the docs?
Are there code patterns that only work with some of the modes?
Could you provide some documentation for developers to help make packages compatible?