Bryan Hoang
Bryan Hoang
## Commit message In [this PR](https://github.com/sindresorhus/clipboardy/pull/59), support for WSL was added in `clipboardy` v2.3.0. Since WSL support for `title` would be nice, `clipboardy`'s version was increased from 1.2.2 to 3.0.0....
To address #69, I read through an article about how to convert packages to pure ESM [^1]. `cjstoesm` was quite helpful here [^2]. But it didn't talk about how to...
VS Code supports resolving `import("./folder")` style `typedef`s in JSDoc comments, but the plugin assumes that the basename of the path will be a file rather than a folder. A minimal...
Resolves #164 The CLI now accepts a `--sourcemap` option that should match the behaviour of `esbuild`'s `--sourcemap` option. The programmatic API's `esbuild.sourcemap` option should now also match with `esbuild`'s `sourcemap`...