ZenScript main repository
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 300B

123456789
  1. {
  2. "package": "stdlib",
  3. "host": "universal",
  4. "globals": {
  5. "Exception": {"type": "Definition", "definition": "Exception"},
  6. "IllegalArgumentException": {"type": "Definition", "definition": "IllegalArgumentException"},
  7. "StringBuilder": {"type": "Definition", "definition": "StringBuilder"}
  8. }
  9. }