Yusuke Hirao
Yusuke Hirao
Thanks for request. ありがとうございます。検討します。 一般的な漢字はUnicodeの範囲を決めて正規表現で簡単にできますが、「記号の漢字」など色々と奥が深い話なので時間をみつけて対応したいと思います。
@karak I expect to report ``` - Expected + Received - Object { - "greeting": "Hello", - } + Object {} assert.equal({}, { greeting: "Hello" }) | | | Object{greeting:"Hello"}...
@karak Thank you, sorry for asking too much. Let me check it out.
I'll consider it. Why I don't adopt it suddenly is there is Prettier that formats to add a solidus. In that case, No need to check whether that. In the...
There are cases where it is sufficient to check only the child elements, and there are cases where it is necessary to traverse to the descendants, and most of them...
The `label` element's content model: `:model(phrasing):not(label, :has(label))`. Actually, the above sample can evaluate when using only the first condition `:model(phrasing)`. The p element is not the phrasing content. So it...
@petamoriken I wrote API ideas. https://github.com/markuplint/markuplint/issues/468 Let me hear what you think.
@petamoriken Do you agree with what I assume as below? If your example code: 1. Searches the variable `styled`. 2. Detects the member that is a tagged template. 3. It...
Umm... I may be able to infer it if use TypeScript Compiler.
@petamoriken Thank you for your information. I think may take a while but I will try it after I implement the `pretenders` option.