Enoch Riese

Results 4 issues of Enoch Riese

Currently, marking a component inside of a .vue file with `/** @module */ without providing a full longname results in a parser-inferred longname ending with ".module:vue" which means the inferred...

Implemented - [x] user can export the print layout as they've set it on the print layout page by clicking 'export' from the print layout page or 'pdf' from the...

:gem: enhancement
:package: core
:nerd_face: ux
nextjs-only

Resolves #170 Checks for an attribute, then a style declaration, then css Also makes sure that the classlist can be checked whether it is a `DOMTokenList` or an `Array`

Expected behavior: precedence order of attributes, inline style, then css ```js //source.js line 1325 for (let i = 0; i < 3; i++) { switch (i) { case 0: if...