NyanRus
NyanRus
### Basic info: - **Node.js version: v20.11.0** - **jsdom version: v24.0.0** ### Minimal reproduction case ```js const { JSDOM } = require("jsdom"); //xhtml console.log( new JSDOM( ` `, { contentType:...
Thank you for good project! (2) ```js import { DOMParser } from "linkedom"; console.log(new DOMParser().parseFromString(``, "text/xml").toString()); console.log(new DOMParser().parseFromString(``, "text/html").toString()); ``` ```shell ❯ node test.js ``` the `"` changed to `"`,...
### Describe the bug Universal Renderer's cleanup method (the return value of `render` function) doesn't remove the existing node, which is inconvenient for using HMR. ### Your Example Website or...
I frequently check Korean and Japanese team, and occasionally suggest translations for the two languages. I suggest individual-level something that show my preferred laungage teams first. I'm bilingual, and I'm...
Currently, there is no system that ensures reproducibility of release binary for user. Because it is too compilicated in referencing relation, and it also will affect us badly in near...
#114 が一つのPRとしては規模が大きすぎると思いましたので、Issueを分けました。 blocked by #116 ブラウザでtextlintを使うことがあり、試行錯誤した結果、@textlint/kernelを使ってブラウザで実行ができました。 しかし、textlint-rule-prhを使うことにおいて、NodeAPIのShimが多く必要で不便でした。 ブラウザのために、createPrhEngineFromContentsのみを使用するEntrypointがあればと思います。 https://github.com/prh/prh/issues/49
close #116
#114 が一つのPRとしては規模が大きすぎると思いましたので、Issueを分けました。 blocked by https://github.com/textlint/textlint-rule-helper/issues/25 JSからTSへの移行と、モジュールを分けたいです。 Treeshakeしやすくなると思います。