Sébastien Règne
Sébastien Règne
The documentation indicates that the default value for new packages is 'public'. Why do you need to set this value? It's strange to pass the default value; you feel like...
If access 'public' should be specified for a new package: the documentation is wrong. ```diff - Default: 'public' for new packages, existing packages it will not change the current level...
I've looked, but Firefox Android is missing some API and has bugs: - Essential features: - [ ] API [`menus`](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/menus#browser_compatibility) to modify contextual menus. [_Implement WebExtension |menus| API_](https://bugzil.la/1595822) - Non-essential...
🚀 A [**beta version of Cast Kodi**](https://addons.mozilla.org/android/addon/castkodi/) is available for Firefox Android. The context menu isn't available, as the necessary [API is not implemented](https://bugzil.la/1595822) in Firefox Android. Workaround for sending...
Everything seems fine, I don't see why it doesn't work. I tested with Kodi 21.2 (on OSMC) and Firefox 138.0 (on Ubuntu and Windows): I have no problem. 1. You...
Maybe this pull request also fixes the issue https://github.com/microsoft/TypeScript/issues/58368 (and its duplicate https://github.com/microsoft/TypeScript/issues/58969).
I think I have the same problem. - TypeScript reports that an import is useless when used in the return type of a function. `bad.js` 👎 - But it doesn't...
> If anyone sees this message, can you check whether the issue is fixed on your end, please? Thank you 🙏 I've tested my example https://github.com/microsoft/TypeScript/issues/60908#issuecomment-2585351519. I still get the...
I created a testcase in Bug Workbench: https://www.typescriptlang.org/dev/bug-workbench/?noUnusedLocals=true&checkJs=true&moduleResolution=99&module=199&ts=5.8.3#code/PTAEAEFsHsBMFcA2BTAXKAdnZHkA8AXAKBAhgRQCVkBnaReAgS2g3S1h32NPCwFUM8GslgAZaAGMAhohroCAJ3jISYcJIAWySQGsAUvNBKVRNRABmTFBmmQ0xgJ4AHWgDpYbgjSL5n0RQInV1ALaGhQAF5QGiUmDABzM3NwKxs7BzTkNwArH2AAKgKiUAKIJkh-QNAAb1Dw0ABfUMVoSFAAIjdgAhd3T28OkoLgM0Li0ohFZAJ4RQwaWrDoRuHRi3gMSWZWUAAjaUUACgBKWpLQS+nZ+c6DgC8OgG4iVaJJVjoUN0RoBKODscTicnkA ```typescript // @module: nodenext // @moduleResolution: nodenext // @noUnusedLocals: true // @checkJs: true // @filename: types.d.ts export type foo = string //...
@ljharb I created an issue at ESLint and eslint-plugin-import use indirectly ESLint config: - https://github.com/eslint/eslint/issues/16787 > The `import/no-unused-modules` rule indirectly loads eslint configs by [using](https://github.com/import-js/eslint-plugin-import/blob/0778b0390ec18b9fdc1acfd45d10bf1b614d82ff/src/rules/no-unused-modules.js#L21) eslint's internal module `FileEnumerator`. This...