-
The file `index.mjs` is trying to import `index.js`. `index.js` has no exports so you get a `SyntaxError`.
Any chance of publishing a valid ES module version of chai? There are of course alternativ…
-
I've started developing using the stand-alone module from `https://unpkg.com/htm/preact/standalone.module.js` but realize that I really need the debugging tools.
The [documentation](https://preactj…
-
The whole suite of alicloud packages are not supported on skypack, which reduces a lot of use of Chinese developers since alicloud is the most popular cloud service provider in China, just like AWS in…
-
Cheers! Wanted to give skypack a try but it failed on me on the very first try.
I've tried loading my isomorphic/universal package [`jose`](https://www.npmjs.com/package/jose). Specifically one of …
panva updated
3 years ago
-
Deno code
```ts
// index.ts
import { RequestRequestOptions } from "https://cdn.skypack.dev/@octokit/types@6.8.4?dts";
```
Run with
```
deno run --allow-net index.ts
```
Results in
…
-
I have a Shopify site where I need to dynamically convert from a currency code to a symbol. However being in Shopify I can't use NPM modules.
I'm happy to do a PR for a webpack build so that this l…
-
### Bug description
```sh
$ quarto render posts/2024-11-11-random/index.qmd
[1/2] posts/2024-11-11-random/index.qmd
[2/2] index.qmd
ERROR: InvalidCharacterError: The string to be encoded contains ch…
-
getting `SyntaxError: The requested module '/-/gsap@v3.6.1-IJkAjPH8xTTcT5xNWPDP/dist=es2020,mode=imports/unoptimized/dist/ScrollTrigger.js' does not provide an export named 'ScrollTrigger'`
using i…
-
This no longer works:
```js
const url = 'https://cdn.skypack.dev/jszip@^3.10.0';
const {default: JSZip} = await import(url);
```
because `import` is turned into a `require`
I just …
-
I have this import and would like to ignore it: `import confetti from 'https://cdn.skypack.dev/canvas-confetti';`.
I tried the following in my `.eslintrc.js`, but it did not work:
```
settings:…