Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Index.js #213

Merged
merged 4 commits into from
Sep 26, 2023
Merged

Generate Index.js #213

merged 4 commits into from
Sep 26, 2023

Conversation

Freymaurer
Copy link
Collaborator

closes #207

  • Why do we have a separate package.json for npm publish? @HLWeil
  • I hope "main": "Index.js", does everything correctly.
  • Are there more types we should generate a combined export for? @HLWeil @JonasLukasczyk

This is the current list:

// Index.js on root
export { Comment$ } from "./ISA/ISA/JsonTypes/Comment.js";
export { Person } from "./ISA/ISA/JsonTypes/Person.js";
export { OntologyAnnotation } from "./ISA/ISA/JsonTypes/OntologyAnnotation.js";
export { IOType, CompositeHeader } from "./ISA/ISA/ArcTypes/CompositeHeader.js";
export { CompositeCell } from "./ISA/ISA/ArcTypes/CompositeCell.js";
export { CompositeColumn } from "./ISA/ISA/ArcTypes/CompositeColumn.js";
export { ArcTable } from "./ISA/ISA/ArcTypes/ArcTable.js";
export { ArcAssay, ArcStudy, ArcInvestigation } from "./ISA/ISA/ArcTypes/ArcTypes.js";
export { Template, Organisation } from "./Templates/Template.js";
export { JsWeb } from "./Templates/Template.Web.js";
export { ARC } from "./ARCtrl.js";

build/GenerateIndexJs.fs Show resolved Hide resolved
src/ARCtrl/Index.fs Outdated Show resolved Hide resolved
@HLWeil HLWeil merged commit cb1254b into developer Sep 26, 2023
2 checks passed
@HLWeil HLWeil deleted the developer_indexjs branch October 6, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants