Skip to content

Add test that detects relative imports in packages #12877

Closed
@jelbourn

Description

@jelbourn

Related to #12876

TypeScript 2.9 has the capability to generate inline imports that are using relative imports. This is bad because our package structure does not match our source structure, meaning that those relative imports would break downstream apps.

Ideally we would have a type of e2e test that validates our packages actually work, but until then we can at least sanity check this in a new CI task.

Metadata

Metadata

Assignees

Labels

area: dev-infraIssue related to internal project infrastructure

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions