azu

Results 512 issues of azu

``` epub.js:10023 Uncaught (in promise) Error: No Section Found at rendition_Rendition._display (epub.js:10023) at Queue.dequeue (epub.js:4620) at epub.js:4665 ```` I can not jump from TOC in some book. It is a...

Type: Bug

I've noticed that I often write a entity like following: ```ts export class HatebuIdentifier extends Identifier {} export interface HatebuProps { readonly id: HatebuIdentifier; readonly bookmark: Bookmark; } export class...

Status: Proposal

```ts export type Constructor = new (...args: any[]) => T; /* static mixin( this: U & Constructor, m1: (superClass: U & Constructor) => MixinClass ): M1 & U & Constructor;...

Success or Failure

Status: Proposal

https://github.com/almin/almin/issues/312 `Repository#hash`: update the value if the repository is updated. It is useful for detecting updating. But, we should find more consistent way

Status: Proposal

We can easy to get out from immutable-array-prototype to native array methods. This concept will be realized by tools like [jscodeshift](https://github.com/facebook/jscodeshift "jscodeshift").

Status: Proposal

Currently, following behavior. ```js import { copyWithin } from "@immutable-array/copyWithin"; const arrayLike = { length: 5, 3: 1 }; let actual = copyWithin(arrayLike, 0, 3); assert.deepStrictEqual(actual, [1, , , 1,]);...

help wanted

https://github.com/azu/can-npm-publish/blob/e8ea9377adf5f6d4773a98b278e09a33105e1bea/bin/cmd.js#L39 It should use `console.error`,

good first issue

- [JavaScriptのライブラリを徐々にTypeScriptに移行する | Web Scratch](https://efcl.info/2017/07/17/javascript-to-typescript/) - [Babelで書かれたJavaScriptライブラリをTypeScriptへ移行する方法 | Web Scratch](https://efcl.info/2019/01/09/babel-to-typescript-library/) の今版。 [ts-migrate](https://github.com/airbnb/ts-migrate)と[commonjs-to-es-module-codemod](https://github.com/azu/commonjs-to-es-module-codemod)を使った方法について書くとか。 Typeless TypeScriptからTyped TypeScriptへのマイグレーションについてを上手くまとめたい