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

Misc/colors #726

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Misc/colors #726

wants to merge 26 commits into from

Commits on Mar 28, 2020

  1. Add @types + tslint devDependencies

    aminya committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    d81d5e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Create tsconfig.json

    Update tsconfig.json
    
    Update tsconfig.json
    
    Update tsconfig.json
    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f191508 View commit details
    Browse the repository at this point in the history
  2. Create tslint.json

    tslint - Turn of variable-name
    
    Update tslint.json
    
    Update tslint.json
    
    Update tslint.json
    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    7b3857d View commit details
    Browse the repository at this point in the history
  3. Adding prettier

    Update package.json
    
    Update package.json
    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    ca85043 View commit details
    Browse the repository at this point in the history
  4. Add Eslint

    Add json lint
    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    28c034e View commit details
    Browse the repository at this point in the history
  5. Use GithubActions instead of Travis/Appveyor

    Fix arch
    
    Install latest eslint
    
    Adding postinstall.js
    
    Add npm/apm install
    
    Add typescript to deps
    
    Using latest node + using ci only
    
    Fix space before OS
    
    Fix syntax
    
    up
    
    fix atom-channel
    
    Update ci.yml
    
    Disable run tests
    
    Add apm install ink and language-julia
    
    Simplify versions
    
    Remove apm install from Lint
    
    latest atom-setup
    
    UziTech/action-setup-atom@1
    
    UziTech/action-setup-atom@v1
    
    julia_version
    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    22ae3d3 View commit details
    Browse the repository at this point in the history
  6. Adding Scripts

    update scripts
    
    Update package.json
    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    57e6333 View commit details
    Browse the repository at this point in the history
  7. Update package-lock.json

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    cb9bb08 View commit details
    Browse the repository at this point in the history
  8. gitignore + Local conversion:

    - copy js/coffee files to lib_src - decaffeinate . --loose - remove 
    coffee files -  js-to-ts-converter .
    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    1bf2d7b View commit details
    Browse the repository at this point in the history
  9. Update .gitignore

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    a7e1fd7 View commit details
    Browse the repository at this point in the history
  10. copy misc/colors.js to lib_src

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    e09d806 View commit details
    Browse the repository at this point in the history
  11. js-to-ts-converter

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    7dd2b76 View commit details
    Browse the repository at this point in the history
  12. Taking hex function out

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    b1692de View commit details
    Browse the repository at this point in the history
  13. hex parseInt radix

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    68b5c9c View commit details
    Browse the repository at this point in the history
  14. hex types

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    76cad0f View commit details
    Browse the repository at this point in the history
  15. ===

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    4359f92 View commit details
    Browse the repository at this point in the history
  16. rgb2hex type definition

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    1df239b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dba50fd View commit details
    Browse the repository at this point in the history
  18. const instead of let

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    e8a8317 View commit details
    Browse the repository at this point in the history
  19. using . for object fields

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    38e4f05 View commit details
    Browse the repository at this point in the history
  20. unused grammar

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    1795223 View commit details
    Browse the repository at this point in the history
  21. getColors types

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    ab76dbf View commit details
    Browse the repository at this point in the history
  22. try catch todo

    aminya committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    3a9a329 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. add types to docstrings

    aminya committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    585b92b View commit details
    Browse the repository at this point in the history
  2. npm run build

    aminya committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    c3d069a View commit details
    Browse the repository at this point in the history
  3. Remove TypeScript footprint

    Revert "copy misc/colors.js to lib_src"
    This reverts commit e09d806.
    Revert "Update .gitignore"
    This reverts commit a7e1fd7.
    Revert "gitignore + Local conversion:"
    This reverts commit 1bf2d7b.
    Revert "Update package-lock.json"
    This reverts commit cb9bb08.
    Revert "Adding Scripts"
    This reverts commit 57e6333.
    Revert "Use GithubActions instead of Travis/Appveyor"
    This reverts commit 22ae3d3.
    Revert "Add Eslint"
    This reverts commit 28c034e.
    Revert "Adding prettier"
    This reverts commit ca85043.
    Revert "Create tslint.json"
    This reverts commit 7b3857d.
    Revert "Create tsconfig.json"
    This reverts commit f191508.
    Revert "Add @types + tslint devDependencies"
    This reverts commit d81d5e7.
    aminya committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    e4c1a7c View commit details
    Browse the repository at this point in the history