1. 主页
  2. 文档
  3. 参考
  4. 君土脚本语言

君土脚本语言

君土脚本语言是JavaScript类型的超集,它可以编译成纯JavaScript,这个JavaScript可以在任何浏览器、任何计算机和任何操作系统上运行。

君土编程语言基于开源编程语言项目。

关键字

中文名 英文名
abstract
any
as
断言asserts
大整bigint
boolean
break
case
catch
class
continue
const
constructor
debugger
declare
default
delete
do
else
enum
export
extends
false
finally
for
from
function
get
if
implements
import
in
推断infer
实例于instanceof
接口interface
内部intrinsic
is
取键keyof
let
模块module
namespace
never
new
null
number
object
package
private
protected
public
重写override
readonly
require
global
return
set
static
string
super
switch
symbol
this
throw
true
try
类型type
取类型typeof
未定义undefined
唯一unique
未知unknown
var
void
while
with
yield
async
await
属于of

更改记录
2020/11/28 关键字 值 (var) 改为 变

for 为=>环=>步
in 于 => 在
infer 析 => 推断
instanceof 属 => 实例于
interface 型 => 接口
is 同 => 是
keyof 键 => 取键
module 模 => 模块
new 启 => 新
switch 支 => 岔
type 种 => 类型
typeof 样 => 取类型
undefined 灭 => 未定义
unique 特 => 唯一
of 在 => 属于

参考链接:
TypeScript中文网
TypeScript 教程