Angus

Results 11 issues of Angus

The following HTML/Marko doesn't parse because the `closeTagName` is parsed with whitespace and so the open and close tag names don't match. ```html Est molestiae sunt facilis qui rem. ```...

## Version: 5.5.1 I suspect this is a known limitation and/or expected behaviour, but it was surprising! For context, I'm building a prettier plugin that uses the `htmljs-parser` directly to...

On Windows, after a custom tag is used, the diagnostics are shown at the incorrect positions or not shown at all. `marko-type-check` still shows the correct errors in the correct...

Currently, style tag declarations (``) are not hoisted and so need to be placed above their usage, which means that we need to declare our styles above our view code....

### Description Sometimes it's worth customising where the asset tags are rendered in the head if you need to wait for an API response to render SEO meta tags and...

Maybe closes: https://github.com/snowplow/snowplow-javascript-tracker/issues/1306 I have yet to validate that this change fixes anything. I plan to test this and see if it reduces the error rate. I will comment once...

cla:yes

@marko/type-check: 1.3.19 Repro: ```marko ``` Error: ``` src/components/repro.marko - error TS6133 '__marko_internal_rendered_2' is declared but its value is never read. ``` Generates: ```ts export interface Input {} abstract class Component...

This is a proof of concept that shows what it might look like if the Marko Language Tools migrated to [Volar](https://volarjs.dev/) as a base. If it's a direction you're interested...

We're seeing people hit our Marko Run service with the path `//` which causes the request to hang until it times out. Specifically, I think it's throwing [here](https://github.com/marko-js/run/blob/bced6a9c58e2f4b194e69914f154ed493843ca2b/packages/run/src/adapter/middleware.ts#L126) because `new...

When we have a large number of CSS variables defined in `:root`, or globally applied CSS resets, the output can get very noisy and long. Deduplicating or hoisting the global...