azu

Results 512 issues of azu

`includes` method is not suitable for almost cases in URL manipulation. Instead of it, you should use `===` instead of `includes`. - relative link detection - subdomain detection - same...

We want to get [url-join - npm](https://www.npmjs.com/package/url-join) alternative using URL.

```js class PrivateExampleClass { #privateField = 42; dump() { console.log(this.#privateField); // => 42 } } ``` When conver the above code, and get an error ``` Private name #privateField is...

Type: Bug

``` power-doctest README.md # Test Results Pass: 2 Fail: 0 Total: 2 ``` disbaled code block is counted as `Pass`

Should add note for power-doctest auto mocking

Type: Documentation

Want to suppport `power-doctest --require esm README.md`

Status: Proposal

Some enviroment like now can not create directory. use temp dir and put cache into that.

Type: Bug

I do not want to `$1` in dictionary. ```yaml id: 01F0W5YS57VWFW3DAP3EC92D6Z description: 'https://github.com/sveltejs' expected: $1velte patterns: - /(s)velete/i allows: [] specs: - from: svelete to: svelte - from: Svelete to:...

1 dictionary per 1 file limits portability. This limitation comes from maintaincebility. But, I think that maintaince can be possible even if one dictionary includes multiple items. prh has not...

Status: Proposal

https://twitter.com/azu_re/status/1189165526846558208 I think that no `expected` pattern is actual usecase. ``` id: bad_word patterns: - BAD WORD ```

Status: Proposal