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

Incorporate issues #218

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

Conversation

kyungilpark
Copy link

@kyungilpark kyungilpark commented Jun 29, 2019

This solved most major issues and incorporated PRs


temporarily disabled grunt-casper (634982f)

#209 (comment)

The dev testing infrastructure no longer works with the latest version of Node. Particularly grunt-casper is no longer supported properly; see top 3 issues.

see iamchrismiller/grunt-casper#78

npm audit fix (daa083c)

typhonjs-escomplex to 0.1.0 (5baa923)

eslint to latest and changing Linter to CLIEngine (fb8e298)

jshint to latest (7c7a112)

fix unexpected eslint error with eol-last rule (2c2e09c)

improve logger to call proper console api (2a06276)

Exception handling for files argument (e103408)

Added file extensions option (597c9a6)

fix loading default jshintrc file (cdc5d5d)


TODO

  • recover e2e test (look for alternatives to casper)
    Actually, i wanna replace nodeunit+casper with mocha+karma
  • fix html loads painfully slow html loads painfully slow #181
    Because refactoring is required, a lot of effort is required.

kyungilpark and others added 10 commits June 27, 2019 21:57
### REASON
npm install fails on grunt-casper becauseof slimmerjs
see iamchrismiller/grunt-casper#78

### TODO
I do not yet understand the intent of test-case that uses casper,
so i'll rewrite test-case later with reference to old
### REASON
vulnerability issue (es-analysis#216)
### REASON
solve several es6 issues (es-analysis#214)
### REASON
support `async/await` keywords (es-analysis#217)
see jshint/jshint#3273 (comment)
solved es-analysis#185 (redirecting stderr in shell)
@kyungilpark
Copy link
Author

check travis-ci
스크린샷 2019-06-30 오전 3 17 23

@kyungilpark kyungilpark reopened this Jul 25, 2019
- cherry-pick of es-analysis#219 by @SSANSH
- Fix mkdir if folder exist
- Bumping up node to 10.16.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants