Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Decisions to make #8

@unional

Description

@unional

Package Discovery

  • Distribution channels
    • (committed) npm
    • bower
    • github
    • jspm
    • nuget
    • apm
    • atmosphere (meteor)
  • (deferred) Package name alias
    • Alias for different distribution channels vs name in registry
  • Versioning
    • Semver ranges in the registry and do intersection
    • Some distribution channels are not following semver
  • Server side API
    • e.g.: /versions/:source/:package/:version/latest

Typings Delivery

.typingsrc

  • per project
  • per user
{
  "defaultSource": "{npm,bower,etc}"
}

Typings content

typings CLI

  • typings install <identifier>
    • Default distribution channel by:
      • .typingsrc
      • implicit determine
      • typings sync

Terminology

  • source vs distribution channel
  • package vs module
  • source as source module vs target module/package
  • TypeScript terms vs Typings current terms

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions