RettentoRectangle
RettentoRectangle
Same here with Webpack 5.20+ and SMP 1.4.2 (node:11916) [DEP_WEBPACK_COMPILATION_NORMAL_MODULE_LOADER_HOOK] DeprecationWarning: Compilation.hooks.normalModuleLoader was moved to NormalModule.getCompilationHooks(compilation).loader (node:11916) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE' of undefined at Proxy. (...node_modules\html-webpack-plugin\index.js:222:31) at ...node_modules\speed-measure-webpack-plugin\WrappedPlugin\index.js:52:19...
Ping. Unmaintained? We'd like to use it with [email protected]
I hope it helps: src\test\rules\define-tag-after-class-definition_test.ts: ``` const parser = require.resolve('@typescript-eslint/parser'); { code: 'abstract class Foo extends HTMLElement {}', parser }, ``` src\rules\define-tag-after-class-definition.ts: ``` 'ClassDeclaration,ClassExpression': (node: ESTree.Class): void => { if...