ayame113 (val440)

Results 41 comments of ayame113 (val440)

The code below works without error on emit from tsc and gives an error on emit from swc. ```ts import { ServeDirOptions } from "https://deno.land/[email protected]/http/file_server.ts"; export { type ServeDirOptions };...

> Any way around this? FYI, I have created a library to address this issue: https://github.com/ayame113/mock-file (I think this library is also useful for #118 and #173.)

By the way, importing from `https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js` will work the firestore and realtime database. ```ts // example // @deno-types="https://cdn.esm.sh/v58/[email protected]/app/dist/app/index.d.ts" import { deleteApp, FirebaseOptions, initializeApp } from "https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js"; // @deno-types="https://cdn.esm.sh/v58/[email protected]/database/dist/database/index.d.ts" import {...

If the deployment is failing, #166 may be involved.

I have created https://deno.land/x/deploy_type_checker to typecheck a deno deploy project. We can run type checking with command `deno run --allow-read --allow-run https://deno.land/x/[email protected]/type_check.ts ./your_code.ts`. We can use this until we get...

Same error in v1.10. Installing “[email protected]” failed.Hide output… > [email protected] install /tmp/apm-install-dir-121613-18454-1jdg8xr.o43e/node_modules/atom-ide-deno/node_modules/zadeh > node-gyp-build make: ディレクトリ `/tmp/apm-install-dir-121613-18454-1jdg8xr.o43e/node_modules/atom-ide-deno/node_modules/zadeh/build' に入ります CXX(target) Release/obj.target/zadeh/src/binding/node.o make: ディレクトリ `/tmp/apm-install-dir-121613-18454-1jdg8xr.o43e/node_modules/atom-ide-deno/node_modules/zadeh/build' から出ます g++: エラー: unrecognized command line option...

This only happens from centos7

I'm looking forward to: https://github.com/danielbrodin/atom-project-manager/issues/404

I tried to introduce this to support #47, but postponed this for a number of problems described in the #47.

This extension also acts as a provider for deno_lint. I had to anyways disable ESLint when deno_lint was enabled. However, as mentioned in #45, these features included in "Node.js mode"...