KC's Workspace
Github
Preparing search index...
@kcconfigs/typedoc
<internal>
MinimalSourceFile
Class MinimalSourceFile
Subset of properties from SourceFile that are used in multiple utility functions
Implements
SourceFileLike
Index
Constructors
constructor
Properties
file
Name
text
Methods
get
Line
And
Character
Of
Position
Constructors
constructor
new
MinimalSourceFile
(
text
:
string
,
fileName
:
NormalizedPath
)
:
MinimalSourceFile
Parameters
text
:
string
fileName
:
NormalizedPath
Returns
MinimalSourceFile
Properties
Readonly
file
Name
fileName
:
string
Readonly
text
text
:
string
Methods
get
Line
And
Character
Of
Position
getLineAndCharacterOfPosition
(
pos
:
number
)
:
LineAndCharacter
Parameters
pos
:
number
Returns
LineAndCharacter
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
file
Name
text
Methods
get
Line
And
Character
Of
Position
Github
KC's Workspace
Loading...
Subset of properties from SourceFile that are used in multiple utility functions