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

BibliographyMeta wrongly cased/documented #77

Closed
adomasven opened this issue Sep 30, 2020 · 1 comment
Closed

BibliographyMeta wrongly cased/documented #77

adomasven opened this issue Sep 30, 2020 · 1 comment
Labels
A-wasm Area: wasm package on npm

Comments

@adomasven
Copy link
Member

This is the typescript

type BibliographyMeta = {
    max_offset: number;
    entry_spacing: number;
    line_spacing: number;
    hanging_indent: boolean;
    /** the second-field-align value of the CSL style */
    secondFieldAlign: null  | "flush" | "margin";
    /** Format-specific metadata */
    formatMeta: any,
};

The actual properties are all camel cased instead of snake cased. The camel case is preferred, but the typescript should be correct.

@cormacrelf
Copy link
Collaborator

Fixed the TS issue in #94 but leaving open because it needs some doc

@adomasven adomasven changed the title BibliographyMeta wrongly typed/documented BibliographyMeta wrongly cased/documented May 17, 2021
@cormacrelf cormacrelf added the A-wasm Area: wasm package on npm label Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-wasm Area: wasm package on npm
Development

No branches or pull requests

2 participants