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

Feature/migrate to es6 #12

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

Commits on Nov 14, 2020

  1. add editorconfig to keep js file format

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    c34a49b View commit details
    Browse the repository at this point in the history
  2. refactor common utils into separated files

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    359efb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae2a5b1 View commit details
    Browse the repository at this point in the history
  4. fix inline cwd use internal instead of process.cwd

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    ed9cf92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47c49f4 View commit details
    Browse the repository at this point in the history
  6. refactor migrate inline logic to mixed depper class

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    8b5f7a9 View commit details
    Browse the repository at this point in the history
  7. refactor migrate transform logic to mixed depper class

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    eff149a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e082a4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1bd31d6 View commit details
    Browse the repository at this point in the history
  10. refactor migrate readFile logic to mixed depper class

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    877676c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    707f3ad View commit details
    Browse the repository at this point in the history
  12. remove unused variable

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    27dc370 View commit details
    Browse the repository at this point in the history
  13. prevent variable shadowing in resolveImports

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    d39fdc1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e4464d View commit details
    Browse the repository at this point in the history
  15. remove unused requires

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    56ed0d7 View commit details
    Browse the repository at this point in the history
  16. refactor migrate extractPreprocessors from add method

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    bfadac0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d71c4ba View commit details
    Browse the repository at this point in the history
  18. remove useless self reference add method

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    77963ae View commit details
    Browse the repository at this point in the history
  19. create internal method _addDep

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    cd1256c View commit details
    Browse the repository at this point in the history
  20. remove unused require tokenize

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    cff17c0 View commit details
    Browse the repository at this point in the history
  21. update depper interface docs

    rubeniskov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    acafa51 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    856838b View commit details
    Browse the repository at this point in the history
  2. update glslifyDeps option docs

    rubeniskov committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    75cbf80 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. docs update jsdoc api documentation

    rubeniskov committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    717cf17 View commit details
    Browse the repository at this point in the history
  2. refactor create intermediate class for node enviroment

    rubeniskov committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    29fe276 View commit details
    Browse the repository at this point in the history
  3. interface _addDep method

    rubeniskov committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    db5bc11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78a251c View commit details
    Browse the repository at this point in the history
  5. mix async/sync readFile option

    rubeniskov committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    9f94ed8 View commit details
    Browse the repository at this point in the history
  6. fix missing flow check in selectTransform

    rubeniskov committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    6ecfe75 View commit details
    Browse the repository at this point in the history
  7. add async and sync members to mixed functions

    rubeniskov committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    76967d0 View commit details
    Browse the repository at this point in the history
  8. refactor __addDep allow extra options

    rubeniskov committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    54bfe26 View commit details
    Browse the repository at this point in the history
  9. migrate glslResolve to NodeDepper

    rubeniskov committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    208d6ee View commit details
    Browse the repository at this point in the history
  10. migrate readFile to NodeDepper

    rubeniskov committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    00e0641 View commit details
    Browse the repository at this point in the history
  11. migrate transformRequire to NodeDepper

    rubeniskov committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    79d2c89 View commit details
    Browse the repository at this point in the history
  12. depper sort option assignment

    rubeniskov committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    f43322a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. add asyncify function to handle async and sync flows

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    1d925ea View commit details
    Browse the repository at this point in the history
  2. migrate getTransformsForFile to NodeDepper

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    49ea8ad View commit details
    Browse the repository at this point in the history
  3. refactor migrate NodeDepper.add to Depper.add

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    35fb74f View commit details
    Browse the repository at this point in the history
  4. refactor migrate this._cwd logic to NodeDepper

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    5b67503 View commit details
    Browse the repository at this point in the history
  5. simplify module exports

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    26ea356 View commit details
    Browse the repository at this point in the history
  6. change sources syntax to es6

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    5c9bbe3 View commit details
    Browse the repository at this point in the history
  7. change test syntax to es6

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d6c91dd View commit details
    Browse the repository at this point in the history
  8. change depper and utils syntax to es6

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    572c3e0 View commit details
    Browse the repository at this point in the history
  9. apply lint standard javascript

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    bc599cc View commit details
    Browse the repository at this point in the history
  10. apply lint javascript standard for unresolved warnings

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f245782 View commit details
    Browse the repository at this point in the history
  11. update modules and set babel build script

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    93dc2ca View commit details
    Browse the repository at this point in the history
  12. use spread array vars for asyncify

    rubeniskov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    fa2ab43 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. migrate file cache to NodeDepper

    rubeniskov committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    fe12dcf View commit details
    Browse the repository at this point in the history
  2. fix glslify tricky way to call applyTransforms

    rubeniskov committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    d27201c View commit details
    Browse the repository at this point in the history