Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 54ded21f7414
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7a411e7ad673
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 24, 2020

  1. ycmd: typescript completion support

    Link the already-packaged typescript package so that ycmd will support
    completions for javascript and typescript filetypes.
    
    The structure of these installation directories is "documented" here:
    <https://github.com/ycm-core/ycmd/blob/master/build.py>.
    
    I don't completely understand why the language support is passed as
    optional attrs Is it because folks want to build leaner packages and
    pass null or because they want to target particular dependencies? At any
    rate I followed the pattern.
    ryneeverett committed Apr 24, 2020
    Copy the full SHA
    30328c3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Merge pull request #85958 from ryneeverett/ycmd-typescript

    ycmd: typescript completion support
    rasendubi committed May 11, 2020
    Copy the full SHA
    7a411e7 View commit details
    Browse the repository at this point in the history