Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 9c71a62

Browse filesBrowse files
ikatyangJamesHenry
authored andcommitted
Fix: add missing TSSymbolKeyword type (eslint#385)
1 parent e10aab8 commit 9c71a62
Copy full SHA for 9c71a62

File tree

Expand file treeCollapse file tree

3 files changed

+460
-0
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+460
-0
lines changed

‎lib/ast-node-types.js

Copy file name to clipboardExpand all lines: lib/ast-node-types.js
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ module.exports = {
139139
TSReadonlyKeyword: "TSReadonlyKeyword",
140140
TSStaticKeyword: "TSStaticKeyword",
141141
TSStringKeyword: "TSStringKeyword",
142+
TSSymbolKeyword: "TSSymbolKeyword",
142143
TSTypeLiteral: "TSTypeLiteral",
143144
TSTypePredicate: "TSTypePredicate",
144145
TSTypeReference: "TSTypeReference",
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
function test(abc: Map<symbol, string>) {}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.