FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TypeScriptToLua/src/index.ts at refs/heads/master · TypeScriptToLua/TypeScriptToLua · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
TypeScriptToLua
/
TypeScriptToLua
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
187
Star
2.5k
Code
Issues
131
Pull requests
12
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
TypeScriptToLua
/
src
/
index.ts
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (11 loc) · 509 Bytes
Breadcrumbs
TypeScriptToLua
/
src
/
index.ts
Copy path
File metadata and controls
11 lines (11 loc) · 509 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
export
{
version
}
from
"./cli/information"
;
export
{
parseCommandLine
,
ParsedCommandLine
,
updateParsedConfigFile
}
from
"./cli/parse"
;
export
*
from
"./cli/report"
;
export
{
parseConfigFileWithSystem
}
from
"./cli/tsconfig"
;
export
*
from
"./CompilerOptions"
;
export
*
from
"./LuaAST"
;
export
{
LuaLibFeature
}
from
"./LuaLib"
;
export
*
from
"./LuaPrinter"
;
export
*
from
"./transformation/context"
;
export
*
from
"./transpilation"
;
export
{
EmitHost
,
EmitFile
,
ProcessedFile
}
from
"./transpilation/utils"
;
Back
|
FazBrowse Home
|
New Git URL