Bjorn Lu

Results 64 issues of Bjorn Lu

### Description Supports title in code blocks: ````md ```js [filename.js] // ... ``` ```` The title bar design is based on the code group tabs design. Previously, support for this...

stale
cr-tracked

### Is there an existing issue for this? - [x] I have searched the existing issues ### This issue exists in the latest npm version - [x] I am using...

Bug
Needs Triage

### Description Fixes #234 Enabled typechecking for the `.js` files. Honestly, it doesn't seem like the library was written with typesafety in mind. I have to make a lot of...

**Describe the feature** The `src/` .js files doesn't seem to be typechecked at the moment, except the `public.d.ts` file. Is this expected? It can be turned on by setting `"checkJs":...

enhancement