Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

TypeScript 2.1 update break ContentAssist #340

@Rouche

Description

@Rouche

There is one more property returned by the compiler.

tags

PR incoming. im testing the fix.

{
	"kind": "property",
	"kindModifiers": "public",
	"textSpan": {
		"start": 9806,
		"length": 19
	},
	"displayParts": [{
			"text": "(",
			"kind": "punctuation"
		}, {
			"text": "property",
			"kind": "text"
		}, {
			"text": ")",
			"kind": "punctuation"
		}, {
			"text": " ",
			"kind": "space"
		}, {
			"text": "ControleurCalendrier",
			"kind": "className"
		}, {
			"text": ".",
			"kind": "punctuation"
		}, {
			"text": "onNaviguerPrecedent",
			"kind": "propertyName"
		}, {
			"text": ":",
			"kind": "punctuation"
		}, {
			"text": " ",
			"kind": "space"
		}, {
			"text": "(",
			"kind": "punctuation"
		}, {
			"text": ")",
			"kind": "punctuation"
		}, {
			"text": " ",
			"kind": "space"
		}, {
			"text": "=>",
			"kind": "punctuation"
		}, {
			"text": " ",
			"kind": "space"
		}, {
			"text": "void",
			"kind": "keyword"
		}
	],
	"documentation": [],
	"tags": []
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions