browser property in package.json has the following value:
...
"./index.js": "./dist/index.js",
Which causes untranspiled library sources (with async-functions and class declarations) to be included when rdf-canonize is used as a dependency, e.g. when importing jsonld.
This was discovered here: digitalbazaar/jsonld.js#319