azu
azu
https://github.com/textlint/textlint-plugin-html/blob/08d7a6aacabd6313f85383e80c32c71bb4b99eb0/src/mapping.ts#L3-L23 Currently, tagName mapping is hardcode. However some use cases force change the mapping. For example, a user want to treat `div` as `p`. Of course, the user can create...
This project looking for new maintainers. If you want to help us, then please say so. This project has tasks that should be done. - [x] Rename "html" to "DocumentHtml"...
https://github.com/textlint/textlint-plugin-html/tree/master/example current example is just example. It is not automatic testing. We improve the testing by moving example to snapshot testing. We can improve stablity by using actual website HTML...
https://www.typescriptlang.org/tsconfig#node16nodenext NodeNext is decided by looking at the package.json `type=` field and deciding whether to use CommonJS or ESM. In other words, it is an undecided thing.
`__diraname.cts`: ```js exports.__dirname = __dirname; ``` `main.mts`: ```js import { __dirname } from "./__diraname.cjs" console.log(__diraname) ``` will work.
- use yarn work space
GitHub collapse comment which is resolved. How to get the information?
ogpを生成したい
We want to support `customEqual(a, b, key)`. Third arugment `key` is helpful for debugging.