Tristan F.-R.
Tristan F.-R.
Making this an ES module also means it only needs to be imported once and is side-effect free.
Other than the small benefit of tree-shaking by default, and being able to use the native ESM loader (forwards compatibility), so that way you don't need to do: ``` import...
Note: - The lyrics do *not* appear (they are greyed out) unless you're signed in - Youtube Music is getting them from the [Musixmatch](https://www.musixmatch.com/) api Given that its coming from...
Alright -- I can confirm the second point from the US. I did a bit more digging and *some* songs are "restricted" to only signed in users ([example](https://music.youtube.com/watch?v=ATNJAYcIL04&list=OLAK5uy_k4Z6_Drdnf7Ksd7VZg7oNPOJKYX_7VunI))
Working on the shebang example right now.
The link changed, by the way: - https://github.com/ije/esm.sh/blob/main/packages/esm-cjs-lexer/src/cjs.rs - https://github.com/ije/esm.sh/blob/main/packages/esm-cjs-lexer/src/test.rs
I actually can't find an example of a CLI implementing noclobber -- can someone here send an example of a CLI either reading from the bash environment to detect if...
Marked also uses it in the Demo for referencing certain commits
This is incredibly useful for quick experiments on online IDEs :+1:.
Note that this shouldn't be mixed up -- socket.io can *transmit* WebRTC data such as ICE candidates, offers, answers, and the like, but it can't use WebRTC's data channels as...