ya.make 325 B

12345678910111213141516171819202122232425
  1. SUBSCRIBER(g:frontend-build-platform)
  2. PY3_LIBRARY()
  3. STYLE_PYTHON()
  4. PY_SRCS(
  5. __init__.py
  6. erm_json_lite.py
  7. )
  8. PEERDIR(
  9. build/plugins/lib/nots/package_manager
  10. build/plugins/lib/nots/semver
  11. build/plugins/lib/nots/typescript
  12. )
  13. END()
  14. RECURSE(
  15. package_manager
  16. semver
  17. typescript
  18. test_utils
  19. )