Skip to content

Commit

Permalink
Revert "feat(compiler): introduce compile/transform/bundle diagnostics (
Browse files Browse the repository at this point in the history
#256)" (#282)

This reverts commit 950d196.
  • Loading branch information
apapko authored May 7, 2018
1 parent 950d196 commit 8bf1dd5
Show file tree
Hide file tree
Showing 118 changed files with 2,325 additions and 1,830 deletions.
Empty file modified packages/lwc-compiler/.npmignore
100755 → 100644
Empty file.
12 changes: 4 additions & 8 deletions packages/lwc-compiler/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,19 @@
"version": "0.20.0",
"description": "LWC compiler",
"main": "dist/commonjs/index.js",
"typings": "dist/types/index.d.ts",
"author": "",
"license": "ISC",
"scripts": {
"clean": "rm -rf dist",
"build": "yarn compile && yarn update:version",
"compile": "echo 'Building compiler...' && DIR=`pwd` && cd ../../ && tsc -p $DIR/tsconfig.json",
"update:version": "node ./scripts/update-compiler-version.js",
"build": "echo 'Building compiler...' && DIR=`pwd` && cd ../../ && tsc -p $DIR/tsconfig.json",
"build:all": "",
"build:umd": "webpack --progress",
"test": "DIR=`pwd` && cd ../../ && jest $DIR"
},
"dependencies": {
"@babel/core": "7.0.0-beta.40",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.40",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.40",
"@types/chokidar": "^1.7.5",
"babel-plugin-transform-lwc-class": "0.20.0",
"babel-preset-compat": "0.17.40",
"babel-preset-minify": "0.4.0-alpha.caaefb4c",
Expand All @@ -27,12 +25,10 @@
"postcss": "~6.0.19",
"postcss-plugin-lwc": "0.20.0",
"postcss-selector-parser": "^3.1.1",
"rollup": "~0.56.5",
"rollup": "~0.56.2",
"rollup-plugin-replace": "^2.0.0"
},
"devDependencies": {
"@types/babel-core": "^6.25.3",
"magic-string": "^0.22.4",
"string-replace-webpack-plugin": "0.1.3",
"webpack": "^3.11.0"
}
Expand Down
34 changes: 0 additions & 34 deletions packages/lwc-compiler/scripts/update-compiler-version.js

This file was deleted.

Loading

0 comments on commit 8bf1dd5

Please sign in to comment.