Microsoft/TypeScript

Dom d.ts does not define event.target.parentNode

Open

#14,374 opened on 2017年3月1日

GitHub で見る
 (5 comments) (1 reaction) (0 assignees)TypeScript (48,455 stars) (6,726 forks)batch import
BugDomain: lib.d.tsHelp WantedVS Code Tracked

説明

From @linocatucci on February 28, 2017 19:25

  • VSCode Version: Code 1.9.1 (f9d0c687ff2ea7aabd85fb9a43129117c0ecf519, 2017-02-08T23:31:51.320Z)
  • OS Version: Darwin x64 16.4.0
  • Extensions:
Extension Author Version
beautify HookyQR 0.8.8
jslint ajhyndman 1.2.1
jshint dbaeumer 0.10.15
vscode-eslint dbaeumer 1.2.6
githistory donjayamanne 0.1.5
auto-close-tag formulahendry 0.3.9
vscode-JS-CSS-HTML-formatter lonefy 0.2.2
vscode-icons robertohuertasm 7.3.0
open-in-browser techer 0.0.3

Hello,

with some code in VSCode the autocomplete and hints are not working.

For instance with the following codeL console.log(event.target.parentNode); Visual studio code does not show the options when I type in event.target.ParentNode or with event.target. Can somebody help me?

cheers, Lino

Steps to Reproduce:

  1. type in console.log(event.target.p -> parentNode is expected 2.type in event.ta -> target is expected.

Copied from original issue: Microsoft/vscode#21570

コントリビューターガイド