Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

15 linhas
590B

  1. Error: Invalid package filesystem
  2. #################################
  3. ``dds`` prescribes a filesystem structure that must be followed for it to
  4. build and process packages and libraries. This structure isn't overly strict,
  5. and is thoroughly explained on the :doc:`/guide/packages` page.
  6. For exporting/generating a source distribution from a package, the *package
  7. root* requires a ``package.json5`` file and each *library root* requires a
  8. ``library.json5`` file.
  9. .. .
  10. TODO: Create are more detailed reference page for package and library layout,
  11. and include those links in a `seealso`.