v1rtl

Results 451 comments of v1rtl

found the reason why it crashes, estree-jsx is deprecated and types have moved to another package https://www.npmjs.com/package/estree-jsx and looks like xdm uses `@types/estree-jsx` but imports are still `estree-jsx` (cuz `@types`...

it now crashes not because of types but because of micromark? ``` $ deno eval 'import { compile } from \'https://esm.sh/xdm\'' error: Uncaught SyntaxError: The requested module '/v53/[email protected]/deno/lib/compile.js' does not...

still fails because of #157 ``` Download https://esm.sh/tailwindcss Download https://cdn.esm.sh/v53/[email protected]/deno/fsevents.js error: Import 'https://cdn.esm.sh/v53/[email protected]/deno/fsevents.js' failed: 500 Internal Server Error at https://cdn.esm.sh/v53/[email protected]/deno/chokidar.js:2:414 ```

@ije doesn't seem to be working tho ``` Error: Cannot resolve module "file:///home/v1rtl/Coding/quikpik.app/.aleph/development/-/esm.sh/bnc-onboard.js" from "file:///home/v1rtl/Coding/quikpik.app/.aleph/development/pages/index.js#371c82". at file:///home/v1rtl/Coding/quikpik.app/.aleph/development/pages/index.js#371c82:3:0 ```

Trying to import `lume` results in this: ``` ➜ deno run --allow-net test.ts Download https://cdn.esm.sh/v47/@lume/[email protected]/dist/html.js.d.ts Download https://cdn.esm.sh/v47/[email protected]/examples/jsm/controls/OrbitControls.js.d.ts Download https://cdn.esm.sh/v47/[email protected]/src/Three.js.d.ts Download https://cdn.esm.sh/v47/[email protected]/src/cameras/PerspectiveCamera.js.d.ts Download https://cdn.esm.sh/v47/[email protected]/src/cameras/Camera.js.d.ts Download https://cdn.esm.sh/v47/[email protected]/src/renderers/webgl/WebGLRenderLists.js.d.ts Download https://cdn.esm.sh/v47/[email protected]/src/math/Color.js.d.ts Download https://cdn.esm.sh/v47/[email protected]/src/materials/Material.js.d.ts Download...

on `v50` I get this: ``` Download http://localhost:3333/v50/@lume/[email protected]/dist/html.js...d.ts Download http://localhost:3333/v50/[email protected]/src/Three.js...d.ts Download http://localhost:3333/v50/[email protected]/examples/jsm/controls/OrbitControls.js...d.ts Download http://localhost:3333/v50/@lume/[email protected]/es/AutoLayout.js...d.ts Download http://localhost:3333/v50/[email protected]/src/cameras/PerspectiveCamera.js...d.ts Download http://localhost:3333/v50/[email protected]/src/renderers/webgl/WebGLRenderLists.js...d.ts Download http://localhost:3333/v50/[email protected]/src/core/Object3D.js...d.ts Download http://localhost:3333/v50/[email protected]/src/cameras/Camera.js...d.ts Download http://localhost:3333/v50/[email protected]/src/cameras/OrthographicCamera.js...d.ts Download http://localhost:3333/v50/[email protected]/src/math/Color.js...d.ts Download http://localhost:3333/v50/[email protected]/src/materials/Material.js...d.ts Download http://localhost:3333/v50/[email protected]/src/math/Quaternion.js...d.ts...

what's the source code that causes it? Also I saw you use Aleph, please check on 0.3-beta, I think the issue should be gone

try setting TypeScript target to ES2020

what is not working?