Skip to content

Underscore-prefixed models referenced in public APIs are not exported #3581

@JialinHuang803

Description

@JialinHuang803

The modular emitter filters out underscore-prefixed models from exports (see buildRootIndex.ts) although they are referenced in the public APIs.

For example:

model _123Test {  // not exported
  id: string;
  name: string;
}

op createTestData(
  testData: _123Test
): _123Test;

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions