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: webpack/webpack-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: webpack/webpack-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.2
Choose a head ref

Commits on Jan 4, 2019

  1. Copy the full SHA
    556a333 View commit details

Commits on Jan 5, 2019

  1. Copy the full SHA
    d1fedf8 View commit details

Commits on Jan 6, 2019

  1. Copy the full SHA
    12e602d View commit details
  2. Copy the full SHA
    1330f65 View commit details
  3. Copy the full SHA
    7580b48 View commit details
  4. Copy the full SHA
    8dc5999 View commit details

Commits on Jan 7, 2019

  1. Merge pull request #728 from lakatostamas/fix/bin-extensions

    fix(bin): extension detection (#724)
    evenstensberg authored Jan 7, 2019
    Copy the full SHA
    57a2de4 View commit details
  2. Copy the full SHA
    848bf4b View commit details
  3. chore: v.3.2.1

    evenstensberg committed Jan 7, 2019
    Copy the full SHA
    54805ae View commit details

Commits on Jan 17, 2019

  1. Copy the full SHA
    22d3acc View commit details

Commits on Jan 18, 2019

  1. Copy the full SHA
    a967485 View commit details
  2. Copy the full SHA
    f1f7db1 View commit details

Commits on Jan 19, 2019

  1. Merge pull request #736 from ematipico/bugfix/fix-tests

    tests(fix): fix failing tests
    evenstensberg authored Jan 19, 2019
    Copy the full SHA
    38f4b4c View commit details
  2. fix: merge conflicts

    EvsChen committed Jan 19, 2019
    Copy the full SHA
    0d5683f View commit details
  3. fix: failing test

    EvsChen committed Jan 19, 2019
    Copy the full SHA
    986472a View commit details

Commits on Jan 20, 2019

  1. Merge pull request #735 from EvsChen/travis-fix

    fix(test): fix travis TS build
    evenstensberg authored Jan 20, 2019
    Copy the full SHA
    72eec5f View commit details

Commits on Feb 5, 2019

  1. tests(fix): fix failing tests

    ematipico authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    7cb531b View commit details
  2. tests(fix): fix failing tests

    ematipico authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    5669311 View commit details
  3. fix: failing test

    EvsChen authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    88888bb View commit details
  4. docs: init documentaion

    Add setup walk through and add usage description
    rishabh3112 authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    14d2b47 View commit details
  5. Copy the full SHA
    2c43a41 View commit details
  6. Copy the full SHA
    c088f3e View commit details
  7. Copy the full SHA
    4047213 View commit details
  8. feat(log): few changes

    rishabh3112 authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    bc32727 View commit details
  9. Copy the full SHA
    11b3bff View commit details
  10. feat(log): make log package

    rishabh3112 authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    df7c224 View commit details
  11. feat(log): add gitignore

    rishabh3112 authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    7c830b5 View commit details
  12. Copy the full SHA
    5d2284b View commit details
  13. tests(bin-cases): expose extractSummary as function

    tests(bin-cases): expose extractSummary as function
    
    tests(bin-cases): stop using extractSummary in util
    hemal7735 authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    73714f5 View commit details
  14. Copy the full SHA
    3e30a57 View commit details
  15. Copy the full SHA
    ed36260 View commit details
  16. Copy the full SHA
    7554fe7 View commit details
  17. Copy the full SHA
    745a369 View commit details
  18. tests(env): use extractSummary

    hemal7735 authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    aa0cf25 View commit details
  19. Copy the full SHA
    3c8628c View commit details
  20. tests(help): use extractSummary

    hemal7735 authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    0ba72c4 View commit details
  21. tests(mode): use extractSummary

    hemal7735 authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    3277d41 View commit details
  22. Copy the full SHA
    7bde073 View commit details
  23. Copy the full SHA
    cb60b15 View commit details
  24. Copy the full SHA
    02e08dc View commit details
  25. Copy the full SHA
    ea89a82 View commit details
  26. Copy the full SHA
    7f4e504 View commit details
  27. Copy the full SHA
    8357dbc View commit details
  28. Copy the full SHA
    e9e1dcb View commit details
  29. Copy the full SHA
    1d2ccd5 View commit details
  30. Copy the full SHA
    e0a0d97 View commit details
  31. tests: use 10E6 instead of 10e6

    hemal7735 authored and evenstensberg committed Feb 5, 2019
    Copy the full SHA
    c9c5832 View commit details
  32. Copy the full SHA
    d1d3d02 View commit details
  33. Copy the full SHA
    f853302 View commit details
  34. Copy the full SHA
    b6efe2d View commit details
Showing 492 changed files with 19,383 additions and 18,624 deletions.
21 changes: 11 additions & 10 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"presets": [
["env",
{
"targets": {
"node": "current"
}
}],
"jest"
]
}
"presets": [[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
],
"jest"
]
}
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -9,3 +9,4 @@ test/**/null.js
test/**/main.js
test/**/cliEntry.js
test/**/foo.js
test/binCases/config-location/webpack-babel-config/bin/es6.js
105 changes: 28 additions & 77 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,110 +1,61 @@
module.exports = {
"root": true,
"plugins": ["node"],
"extends": ["eslint:recommended", "plugin:node/recommended"],
"env": {
"node": true,
"es6": true,
"jest": true
extends: ["eslint:recommended"],
env: {
node: true,
es6: true,
jest: true
},
"parserOptions": { "ecmaVersion": 2017, "sourceType": "module"},
"rules": {
parserOptions: { ecmaVersion: 2017, sourceType: "module" },
rules: {
"no-useless-escape": "off",
"quote-props": ["error", "as-needed"],
"no-dupe-keys": "error",
"quotes": ["error", "double"],
quotes: ["error", "double"],
"no-undef": "error",
"no-extra-semi": "error",
"semi": "error",
semi: "error",
"no-template-curly-in-string": "error",
"no-caller": "error",
"yoda": "error",
"eqeqeq": "error",
yoda: "error",
eqeqeq: "error",
"global-require": "off",
"brace-style": "error",
"key-spacing": "error",
"space-in-parens": ["error", "never"],
"space-infix-ops": "error",
"indent": ["error", "tab", { "SwitchCase": 1 }],
indent: ["error", "tab", { SwitchCase: 1 }],
"no-extra-bind": "warn",
"no-empty": "off",
"no-multiple-empty-lines": "error",
"no-multi-spaces": "error",
"no-process-exit": "off",
"no-trailing-spaces": "error",
"no-use-before-define": "off",
"no-unused-vars": ["error", { "args": "none" }],
"no-unused-vars": ["error", { args: "none" }],
"no-unsafe-negation": "error",
"no-loop-func": "warn",
"space-before-function-paren": ["error", "never"],
"space-before-blocks": "error",
"object-curly-spacing": ["error", "always"],
"object-curly-newline": ["error", { "consistent": true }],
"keyword-spacing": ["error", {
"after": true,
"overrides": {
"const": { "after": true },
"try": { "after": true },
"throw": { "after": true },
"case": { "after": true },
"return": { "after": true },
"finally": { "after": true },
"do": { "after": true }
}
}],
"no-console": "off",
"valid-jsdoc": "error",
"node/no-unsupported-features": ["error", { "version": 6 }],
"node/no-deprecated-api": "error",
"node/no-missing-import": "error",
"node/no-missing-require": [
"error",
{
"resolvePaths": ["./packages"],
"allowModules": [
"webpack",
"@webpack-cli/generators",
"@webpack-cli/init",
"@webpack-cli/migrate",
"@webpack-cli/utils",
"@webpack-cli/generate-loader",
"@webpack-cli/generate-plugin",
"@webpack-cli/webpack-scaffold"
]
}
],
"node/no-unpublished-bin": "error",
"node/no-unpublished-require": [
"object-curly-newline": ["error", { consistent: true }],
"keyword-spacing": [
"error",
{
"allowModules": [
"webpack",
"webpack-dev-server",
"@webpack-cli/generators",
"@webpack-cli/init",
"@webpack-cli/migrate",
"@webpack-cli/utils",
"@webpack-cli/generate-loader",
"@webpack-cli/generate-plugin",
"@webpack-cli/webpack-scaffold"
]
}
],
"node/no-extraneous-require": [
"error",
{
"allowModules": [
"@webpack-cli/migrate",
"@webpack-cli/generators",
"@webpack-cli/utils",
"@webpack-cli/generate-loader",
"@webpack-cli/generate-plugin",
"@webpack-cli/webpack-scaffold"
]
after: true,
overrides: {
const: { after: true },
try: { after: true },
throw: { after: true },
case: { after: true },
return: { after: true },
finally: { after: true },
do: { after: true }
}
}
],
"no-console": "off",
"valid-jsdoc": "error",
"eol-last": ["error", "always"],
"newline-per-chained-call": "off",
"node/process-exit-as-throw": "error"
"newline-per-chained-call": "off"
}
};
Loading