mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-16 05:41:21 -06:00
Add internal where needed
This commit is contained in:
parent
ce936ca88f
commit
cddff912d5
@ -5037,6 +5037,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
// Simple node tests of the form `node.kind === SyntaxKind.Foo`.
|
||||
/* @internal */
|
||||
namespace ts {
|
||||
// Literals
|
||||
export function isNumericLiteral(node: Node): node is NumericLiteral {
|
||||
@ -5738,6 +5739,7 @@ namespace ts {
|
||||
//
|
||||
// All node tests in the following list should *not* reference parent pointers so that
|
||||
// they may be used with transformations.
|
||||
/* @internal */
|
||||
namespace ts {
|
||||
/* @internal */
|
||||
export function isSyntaxList(n: Node): n is SyntaxList {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user