-
Try this:
```js
import {element} from 'https://cdn.skypack.dev/@lume/element@0.3.3'
console.log(element) // null
```
The `element` import should not be `null`.
-
I can use the following import
```ts
export * from "https://cdn.skypack.dev/@ngneat/elf@1.5.4?dts";
export * from "https://cdn.skypack.dev/@ngneat/elf-persist-state@1.1.1?dts";
```
However, w…
-
## Root Cause Suspicion
The types for this package are from the `Definitely Typed`'s @types npm scope - which seems to be turning into an `unknown`
Thus when the URL rewrite patterns are applied…
-
It looks like the cache is broken
https://cdn.skypack.dev/error/build:alpinejs@v3.13.10-JItcaTytg2PSCnzbp9iB
Error message
/*
* [Package Error] "alpinejs@v3.13.10" could not be built.
*
…
-
Hi and thank you for the wonderful project!
Trying to compile the following:
```ts
import { Wallet } from "https://cdn.skypack.dev/@ethersproject/wallet";
const w = Wallet.createRandom();
// …
-
I have some code that originally refers to node's "fs" library.
Sky pack replaces the import to "https://deno.land/std/node/fs.ts" and that doesn't exist any more in version 178 of deno since it wa…
-
`/Board.md`
```jsx-
```
![image](https://user-images.githubusercontent.com/61225/183228682-ab5698fe-2162-4ed8-9a63-e7210c64d34e.png)
---
`/Templates/Components/KanbanCard.…
-
running the sample from https://repl.it/@balupton/caterpillar-deno#index.ts with deno (version 1.4.2) I receive the error
```
error: Import 'https://unpkg.com/rfc-log-levels@3.14.0/edition-deno/in…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**Update 2023-02-07:** A port for Deno is available at https://deno.land/x/comlink, when the `npm:` protocol is mature enough I will make it compatible with both Node and Deno (and Bun). My intention …