File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ import { VisitorContext } from './visitor-context';
55import { Reason } from '../../index' ;
66
77/**
8- * a pair of template literal {@link ts.TemplateLiteralType.texts} and the `intrinsicName`s of the placeholders
9- * ({@link ts.TemplateLiteralType.types}), which are the primitive types that can appear in a template literal type.
10- * `undefined` means it's the last text meaning it's not followed by a type
8+ * a pair of {@link ts.TemplateLiteralType.texts} and the `intrinsicName`s for {@link ts.TemplateLiteralType.types},
9+ * @see https://github.com/microsoft/TypeScript/pull/40336
1110 */
1211export type TemplateLiteralPair = [ string , 'string' | 'number' | 'bigint' | 'any' | 'undefined' | 'null' | undefined ]
1312
You can’t perform that action at this time.
0 commit comments