TypeScript-TmLanguage/tests/baselines/Issue384.baseline.txt

92 строки
3.6 KiB
Plaintext

original file
-----------------------------------
declare function foo(): any
declare function foo(): any
export function X(): void
export as namespace Y
-----------------------------------
Grammar: TypeScript.tmLanguage
-----------------------------------
>declare function foo(): any
^^^^^^^
source.ts meta.function.ts storage.modifier.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
^
source.ts meta.function.ts meta.parameters.ts punctuation.definition.parameters.begin.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
>declare function foo(): any
^^^^^^^
source.ts meta.function.ts storage.modifier.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
^
source.ts meta.function.ts meta.parameters.ts punctuation.definition.parameters.begin.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
>export function X(): void
^^^^^^
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
^
source.ts meta.function.ts meta.parameters.ts punctuation.definition.parameters.begin.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
>export as namespace Y
^^^^^^
source.ts keyword.control.export.ts
^
source.ts
^^
source.ts keyword.control.as.ts
^
source.ts
^^^^^^^^^
source.ts storage.type.namespace.ts
^
source.ts
^
source.ts entity.name.type.module.ts