-
Fortunately culori is already written in modern pure ESM format and AFAIK doesn't use any node.js-specific built-ins, so publishing it to https://deno.land/x and/or https://nest.land should be straigh…
-
Bundler is failing to run with a SyntaxError when trying to import `acorn` via `terser`.
Possibly related to https://github.com/terser/terser/issues/1002
```
deno run --unstable --allow-all -r …
-
Two very common use cases in React are reporting type issues on Aleph/Deno. The first one is `window.open`:
```js
window.open("https://github.com/akaFTS/bcc-data", "_blank");
```
```
Property…
-
How would one go about performing an authenticated backend request using the `ssr` feature for pages? It seems that this would be impossible without access to cookies or other request headers.
Belo…
-
## Failing module
- **GitHub**: https://github.com/preactjs/preact
- **npm**: preact
```js
import { useState } from 'https://esm.sh/preact/hooks'
```
It seems like the `x-typescript-types`…
yishn updated
3 years ago
-
The cleanPath function seems to be inserting double backslashes instead of a single forward slash in the main html file. For example the server/helper.ts file is generating the modulepreload javascrip…
-
```
error: Import 'https://cdn.esm.sh/v57/nlcst-to-string@2.0.4/es2021/nlcst-to-string.js' failed: 408 Request Timeout
at https://cdn.esm.sh/v57/parse-latin@5.0.0/es2021/parse-latin.js:2:27264
…
-
I'm getting following errors while using `aleph init` command on WSL
Deno: 1.14.0
![image](https://user-images.githubusercontent.com/47341981/133543490-72918122-a03b-4ea3-92b0-7f4e43d2b566.png)…
-
### Initial checklist
- [X] I read the [support docs](https://github.com/retextjs/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/retextjs/.github/blob/main/con…
-
```ts
// aleph.config.ts
export default (): Config => ({
build: {
target: "es2021",
},
});
```
```
$ aleph --version
aleph.js 0.3.0-beta.19
deno 1.14.2
v8 9.4.146.16
typescript …