Hitko Development

Results 11 issues of Hitko Development

document.styleSheets contains both `` and `` elements; since the later have `href = null`, it would throw a TypeError.

- update Angular and other dependencies - migrate to eslint, since tslint is no longer supported - update gh-pages script and drop docs folder

`process.send` is no longer accessible from ESM loader in Node 20, therefore loader needs to use `context.port` and a proxy function to send messages to the parent. See https://nodejs.org/api/esm.html#globalpreload `--experimental-specifier-resolution`...

Add an option to blacklist attributes by matching them against an array of values or regular expressions. Closes #322.

Lets user set cacheManager copy options, e.g. 'copy_exclude_patterns' to exclude specific subdirectories from the transport package Usage: add **xPDOTransport::FILE_RESOLVE_OPTIONS => array()** to the **$builder->createVehicle** (vehicle global) or **$vehicle->resolve** (single object)...