This website requires JavaScript.
Explore
Help
Sign in
TeaSpeak
/
TeaWeb
Watch
1
Star
0
Fork
You've already forked TeaWeb
0
Code
Issues
1
Pull requests
Activity
99b75f34d6
TeaWeb
/
tools
/
dtsgen
/
test_non_modular
/
test_04.ts
8 lines
101 B
TypeScript
Raw
Normal View
History
Unescape
Escape
improved literal handling on type declaration
2019-04-04 18:15:28 +02:00
type
T
=
"a"
|
"b"
|
"c"
;
function
_t
(
parm
:
T
)
{
}
Fixed strings in declarations
2019-08-21 12:51:52 +02:00
function
__t() {
}
improved literal handling on type declaration
2019-04-04 18:15:28 +02:00
Fixed strings in declarations
2019-08-21 12:51:52 +02:00
function
__0
(
a
:
"a"
|
"b"
)
{
}
Reference in a new issue
Copy permalink