Results 56 issues of Alec Mev

Sometimes it interferes with commenting features of JIRA: ![JIRA](http://i.imgur.com/TsKsDGS.png?1)

enhancement

[Chrome](http://developer.chrome.com/extensions/i18n.html) - use AdBlock as an example. [Firefox](https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/tutorials/l10n.html) - use AdBlock Plus as an example.

enhancement

Try detecting non-quoted content and extracting it from the trimmed part. Worst case scenario - the parser untrims the whole trimmed part.

enhancement

### What version of oneRepo are you using? 1.1.0 ### Environment info ```sh Not relevant. ``` ### Command one tsc --use-project-references ### What did you expect to happen? Comments preserved....

🐛 bug
🚑 help wanted
🧩 plugins

I found a couple of mentions of the intention of making branding optional, like https://github.com/kristiandupont/kanel/issues/433 and https://github.com/kristiandupont/kanel/discussions/444. It doesn't look like it happened yet, but supplying a custom `generateIdentifierType` is...

## Which problem is this PR solving? Fix #4712, related to #3713. TypeScript emits `InstrumentationNodeModuleDefinition` with ` | undefined` for some reason, making it incompatible with `InstrumentationModuleDefinition` under `exactOptionalPropertyTypes: true`....