Contains standard libraries for ZenCode.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

module.json 834B

1234567891011121314151617
  1. {
  2. "package": "stdlib",
  3. "host": "universal",
  4. "globals": {
  5. "Comparable": {"type": "Definition", "definition": "Comparable"},
  6. "Exception": {"type": "Definition", "definition": "Exception"},
  7. "EqualsComparable": {"type": "Definition", "definition": "EqualsComparable"},
  8. "Hashable": {"type": "Definition", "definition": "Hashable"},
  9. "IllegalArgumentException": {"type": "Definition", "definition": "IllegalArgumentException"},
  10. "Iterable": {"type": "Definition", "definition": "Iterable"},
  11. "Iterator": {"type": "Definition", "definition": "Iterator"},
  12. "List": {"type": "Definition", "definition": "List"},
  13. "StringBuilder": {"type": "Definition", "definition": "StringBuilder"},
  14. "StringBuildable": {"type": "Definition", "definition": "StringBuildable"},
  15. "Result": {"type": "Definition", "definition": "Result"}
  16. }
  17. }