ZenScript main repository
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

module.json 568B

12345678910111213
  1. {
  2. "package": "stdlib",
  3. "host": "universal",
  4. "globals": {
  5. "Comparable": {"type": "Definition", "definition": "Comparable"},
  6. "Exception": {"type": "Definition", "definition": "Exception"},
  7. "Hashable": {"type": "Definition", "definition": "Hashable"},
  8. "IllegalArgumentException": {"type": "Definition", "definition": "IllegalArgumentException"},
  9. "StringBuilder": {"type": "Definition", "definition": "StringBuilder"},
  10. "StringBuildable": {"type": "Definition", "definition": "StringBuildable"},
  11. "panic": {"type": "Definition", "definition": "panic"}
  12. }
  13. }