Skip to content

Add JSDoc enforcement + some sort of type checking for build-system/ #28387

@rsimha

Description

@rsimha

For the AMP runtime, we enforce JSDoc requirements for all code, and check types using closure compiler. However, build-system/ currently lacks JSDoc enforcement, and we do not type-check it using closure.

This issue is to track two things:

  • Enforce JSDoc requirements and backfill missing documentation for existing code.
  • Do some sort of type checking. If not closure, perhaps use typescript? Or failing that, maybe there's an eslint plugin that can do it?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions