138 строки
4.9 KiB
Plaintext
138 строки
4.9 KiB
Plaintext
original file
|
|
-----------------------------------
|
|
export function funct
|
|
(a: number): string
|
|
|
|
export function funct
|
|
(a: number): number
|
|
|
|
// this is implementation
|
|
export function funct
|
|
(a: number): any {
|
|
|
|
}
|
|
-----------------------------------
|
|
|
|
Grammar: TypeScript.tmLanguage
|
|
-----------------------------------
|
|
>export function funct
|
|
^^^^^^
|
|
source.ts meta.function.ts keyword.control.export.ts
|
|
^
|
|
source.ts meta.function.ts
|
|
^^^^^^^^
|
|
source.ts meta.function.ts storage.type.function.ts
|
|
^
|
|
source.ts meta.function.ts
|
|
^^^^^
|
|
source.ts meta.function.ts meta.definition.function.ts entity.name.function.ts
|
|
> (a: number): string
|
|
^^
|
|
source.ts meta.function.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts punctuation.definition.parameters.begin.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts variable.parameter.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts meta.type.annotation.ts keyword.operator.type.annotation.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts meta.type.annotation.ts
|
|
^^^^^^
|
|
source.ts meta.function.ts meta.parameters.ts meta.type.annotation.ts support.type.primitive.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts punctuation.definition.parameters.end.ts
|
|
^
|
|
source.ts meta.function.ts meta.return.type.ts keyword.operator.type.annotation.ts
|
|
^
|
|
source.ts meta.function.ts meta.return.type.ts
|
|
^^^^^^
|
|
source.ts meta.function.ts meta.return.type.ts support.type.primitive.ts
|
|
^
|
|
source.ts meta.function.ts meta.return.type.ts
|
|
>
|
|
^
|
|
source.ts
|
|
>export function funct
|
|
^^^^^^
|
|
source.ts meta.function.ts keyword.control.export.ts
|
|
^
|
|
source.ts meta.function.ts
|
|
^^^^^^^^
|
|
source.ts meta.function.ts storage.type.function.ts
|
|
^
|
|
source.ts meta.function.ts
|
|
^^^^^
|
|
source.ts meta.function.ts meta.definition.function.ts entity.name.function.ts
|
|
> (a: number): number
|
|
^^
|
|
source.ts meta.function.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts punctuation.definition.parameters.begin.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts variable.parameter.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts meta.type.annotation.ts keyword.operator.type.annotation.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts meta.type.annotation.ts
|
|
^^^^^^
|
|
source.ts meta.function.ts meta.parameters.ts meta.type.annotation.ts support.type.primitive.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts punctuation.definition.parameters.end.ts
|
|
^
|
|
source.ts meta.function.ts meta.return.type.ts keyword.operator.type.annotation.ts
|
|
^
|
|
source.ts meta.function.ts meta.return.type.ts
|
|
^^^^^^
|
|
source.ts meta.function.ts meta.return.type.ts support.type.primitive.ts
|
|
>
|
|
^
|
|
source.ts
|
|
>// this is implementation
|
|
^^
|
|
source.ts comment.line.double-slash.ts punctuation.definition.comment.ts
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
source.ts comment.line.double-slash.ts
|
|
>export function funct
|
|
^^^^^^
|
|
source.ts meta.function.ts keyword.control.export.ts
|
|
^
|
|
source.ts meta.function.ts
|
|
^^^^^^^^
|
|
source.ts meta.function.ts storage.type.function.ts
|
|
^
|
|
source.ts meta.function.ts
|
|
^^^^^
|
|
source.ts meta.function.ts meta.definition.function.ts entity.name.function.ts
|
|
> (a: number): any {
|
|
^^
|
|
source.ts meta.function.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts punctuation.definition.parameters.begin.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts variable.parameter.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts meta.type.annotation.ts keyword.operator.type.annotation.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts meta.type.annotation.ts
|
|
^^^^^^
|
|
source.ts meta.function.ts meta.parameters.ts meta.type.annotation.ts support.type.primitive.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts punctuation.definition.parameters.end.ts
|
|
^
|
|
source.ts meta.function.ts meta.return.type.ts keyword.operator.type.annotation.ts
|
|
^
|
|
source.ts meta.function.ts meta.return.type.ts
|
|
^^^
|
|
source.ts meta.function.ts meta.return.type.ts support.type.primitive.ts
|
|
^
|
|
source.ts meta.function.ts meta.return.type.ts
|
|
^
|
|
source.ts meta.function.ts meta.block.ts punctuation.definition.block.ts
|
|
>
|
|
^^^
|
|
source.ts meta.function.ts meta.block.ts
|
|
> }
|
|
^^
|
|
source.ts meta.function.ts meta.block.ts
|
|
^
|
|
source.ts meta.function.ts meta.block.ts punctuation.definition.block.ts |