mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: Fix formatting
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Provides classes for reasoning about type annotations independently of dialect.
|
||||
*/
|
||||
|
||||
import javascript
|
||||
import javascript
|
||||
|
||||
/**
|
||||
* A type annotation, either in the form of a TypeScript type or a JSDoc comment.
|
||||
@@ -65,7 +65,7 @@ class TypeAnnotation extends @type_annotation, Locatable {
|
||||
/** Holds if this is the `const` keyword, occurring in a type assertion such as `x as const`. */
|
||||
predicate isConstKeyword() { none() }
|
||||
|
||||
/**
|
||||
/**
|
||||
* Repeatedly unfolds unions, intersections, parentheses, and nullability/readonly modifiers and gets any of the underlying types,
|
||||
* or this type itself if it cannot be unfolded.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user