UNPKG
ui5plugin-parser
Version:
latest (1.10.1)
1.10.1
1.10.0
1.9.0
1.8.2
1.8.1
1.8.0
1.7.8
1.7.7
1.7.6
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.23
0.5.22
0.5.21
0.5.20
0.5.19
0.5.18
0.5.17
0.5.16
0.5.15
0.5.14
0.5.13
0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
UI5 Class parser
github.com/iljapostnovs/ui5plugin-parser
iljapostnovs/ui5plugin-parser
ui5plugin-parser
/
dist
/
classes
/
parsing
/
util
/
textdocument
/
TextDocument.d.ts
12 lines
(11 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
class
TextDocument
{
readonly
fileName
:
string
;
private
readonly
_text;
constructor
(
text
:
string
,
fileName
:
string
);
getText
():
string
;
isView
():
boolean
;
isFragment
():
boolean
;
isXML
():
boolean
;
isJS
():
boolean
;
isTS
():
boolean
; }