Skip to content

Commit

Permalink
feat(typescript): add semantic/generated fact name (#5736)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrlk committed Jul 14, 2023
1 parent 2a3dbec commit e1433ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kythe/typescript/kythe.ts
Expand Up @@ -154,6 +154,7 @@ export enum FactName {
NODE_KIND = '/kythe/node/kind',
PARAM_DEFAULT = '/kythe/param/default',
RULE_CLASS = '/kythe/ruleclass',
SEMANTIC_GENERATED = '/kythe/semantic/generated',
SNIPPET_END = '/kythe/snippet/end',
SNIPPET_START = '/kythe/snippet/start',
SUBKIND = '/kythe/subkind',
Expand Down

0 comments on commit e1433ba

Please sign in to comment.