Parser for function parameters
This commit is contained in:
parent
5dfa31f27f
commit
24c09c8fbe
2 changed files with 31 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ export class SourceText {
|
|||
}
|
||||
}
|
||||
|
||||
export function sourceText(s: string) {
|
||||
export function sourceText(s: string): SourceText {
|
||||
return new SourceText(s);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue