Code Monkey home page Code Monkey logo

Comments (3)

JiPaix avatar JiPaix commented on May 29, 2024 2

fixed by 6c90881
binaries
npm

the event types weren't exposed 🤦‍♂️

from xdccjs.

JiPaix avatar JiPaix commented on May 29, 2024

autocomplete's working using xdccJS 4.4.19 (latest) + typescript 4.6.3 (vscode).

change typescript version in vscode

CTRL+SHIFT+P
image
image

xdccJS listeners

screen1

Job listeners

image

from xdccjs.

ishiharas avatar ishiharas commented on May 29, 2024

Hello again,
actually I'm using typescript "typescript": "^4.7.2" from the dev dependencies, but even after downgrading to 4.6.3 the methods didn't appear for me. My VS-Code version is 4.6.3 in case you wonder.
So the typescript version doesn't seem to be the issue here.

Can you show me your package.json and tsconfig.json, so we can compare those? I guess, that's the only possible difference left?

tsconfig.json

  "compilerOptions": {
    "module": "commonjs",
    "esModuleInterop": true,
    "target": "es6",
    "moduleResolution": "node",
    "sourceMap": true,
    "outDir": "dist"
  },
  "lib": ["es2015"]
}

package.json

  "name": "test",
  "version": "1.0.0",
  "description": "",
  "main": "src/main.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "npx ts-node src/main.ts"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/cheerio": "^0.22.31",
    "@types/node": "^17.0.39",
    "ts-node": "^10.8.0",
    "typescript": "^4.7.2"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "cheerio": "^1.0.0-rc.11",
    "xdccjs": "^4.4.19"
  }
}

Thank you for taking your time!

from xdccjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.