Jayden Seric
Jayden Seric
@ije there are still very strange things going on preventing React v18 being used with types. If you have `demo.mjs`: ```js // @ts-check import "https://esm.sh/[email protected]/client"; ``` And run `deno info...
With `demo.mjs`: ```js // @ts-check import "https://esm.sh/[email protected]?dev"; import "https://esm.sh/[email protected]/server?dev"; ``` Run: ``` deno check --remote demo.mjs ``` And note the errors: ``` Check file://[redacted]/demo.mjs error: TS2300 [ERROR]: Duplicate identifier 'LibraryManagedAttributes'....
The cache is clean; please just try [the minimal reproduction](https://github.com/ije/esm.sh/issues/331#issuecomment-1235110596) yourself. You can also see this CI failure: https://github.com/jaydenseric/ruck/runs/8150593351?check_suite_focus=true
This API change is needed to fix issues with a live site, so if it takes much more than a day or so to review/merge I'll consider publishing a new...
I've also updated the package scripts to allow this package to be installable via Git, e.g. ```json { "dependencies": { "browserslist-useragent": "jaydenseric/browserslist-useragent#handle-unrecognizable-ua" } } ```
@pastelsky your thoughts? I've been using this PR as a Git dependency for over a month now in several projects, including [https://enamor.app](https://enamor.app) and [https://whimsy.art](https://whimsy.art). Looking forward to a review/merge.
@pastelsky it's been around 10 months — should I make my own package?
@pastelsky There are many, many exotic user agents in the wild. For example, Zeit Now takes screenshots of a deployment (using a decent version of Chromium) for display on the...
I'm seeing this error too, when trying to use an glob containing an absolute `os.tmpdir()` path with `{ gitignore: true }`. Absolute temp dir paths are very useful in tests.
@navoneel07 I can't remember anything about this problem, sorry!