• Robert Knight's avatar
    Refine types of `config` parameters in annotator code · d333f326
    Robert Knight authored
    Various functions and constructors in the annotator code accepted a `config`
    parameter with an uninformative `Record<string, any>` type.  Replace these types
    with more specific ones that specify required / known optional properties
    directly and use `Record<string, unknown>` for properties which are forwarded to
    other contexts.
    
    Also improve the documentation for the `getConfig` function which serves
    as the entry point for reading configuration in the annotator.
    d333f326
Name
Last commit
Last update
..
test Loading commit data...
app.js Loading commit data...
config-func-settings-from.js Loading commit data...
index.js Loading commit data...
is-browser-extension.js Loading commit data...
settings.js Loading commit data...
url-from-link-tag.js Loading commit data...