masx200
masx200
https://github.com/koajs/koa-range/issues/15
https://github.com/masx200/JSfuck-and-hieroglyphy-Decoder-and-ENCODER > 这是非常确定的,但解码很烦人,因为它通常需要一个实际的浏览器和一个js运行时才能正常运行。解码器肯定可以编写,但它必须很好地模拟运行时环境,或者做一些可能非常脆弱的假设,并将js运行时应用于字符的相同逻辑(类似于添加数字的意义)一个char与一个char到一个数字,因为js不会对它们进行相同的处理)。 > 我对此有点新意,所以请原谅我,如果我听起来像我不明白这一点,我认为编码是非确定性的,例如,有多种编码可以从源字符串产生,这会使解码变得不可能? > 某处有解码器吗? https://github.com/masx200/JSfuck-and-hieroglyphy-Decoder-and-ENCODER
我还 写了一个解码程序看我的github上有。 I also wrote a decoding program to see on my github. https://github.com/masx200/JSfuck-and-hieroglyphy-Decoder-and-ENCODER
``` PS C:\Documents\Fastly-Compute-javascript-doh-cache\compute-js> fastly compute serve ✓ Verifying fastly.toml ✓ Identifying package name ✓ Identifying toolchain ✗ Running [scripts.build] INFO: Command output: -------------------------------------------------------------------------------- > @masx200/[email protected] prebuild > npx @fastly/compute-js-static-publish --build-static...
```json { "imports": { "a": "/a-1.mjs", "b": "/b-1.mjs", "c": "/c-1.mjs" }, "scopes": { "/scope2/": { "a": "/a-2.mjs" }, "/foo/": "/foo.map.json" } } ``` I think external maps should be allowed...
```json { "externals":{ "http://example.com/foo/":"http://example.com/foo/import_map.json" }, "imports": { "a": "http://example.com/a/mod.mjs", "scope2/": "http://example.com/scope2/", "foo/":"http://example.com/foo/" }, "scopes": { "http://example.com/scope2/": { "b": "http://example.com/b/mod.mjs" } } } ```
```html ```
I'm also experiencing this problem, and running deno test is the same error. deno 1.33.1 (release, x86_64-pc-windows-msvc) v8 11.4.183.1 typescript 5.0.3