Skip to content

Commit

Permalink
* Using ES6 modules in the project files.
Browse files Browse the repository at this point in the history
* New dev workflow without using karma/browsers for debugging/testing locally.
  (does not change CI flow which still tests on browsers AND node.js).

* npm release now contains individual files for easier debugging/custom bundling.

fixes #123
  • Loading branch information
Shahar Soel committed Jan 16, 2016
1 parent 788ceb3 commit 058210f
Show file tree
Hide file tree
Showing 70 changed files with 8,623 additions and 9,175 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/bin
/.tscache
/src/parse/.baseDir.ts
.baseDir.ts
/bower_components
/package

Expand Down
2 changes: 2 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .idea/runConfigurations/KARMA_DEBUG.xml

This file was deleted.

13 changes: 13 additions & 0 deletions .idea/runConfigurations/Mocha_Unit.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"description": "Chevrotain is a high performance fault Tolerant Javascript parsing DSL for building recursive decent parsers",
"main": "release/chevrotain.js",
"dependencies": {},
"devDependencies": {
"lodash": "^3.10.1"
},
"devDependencies": {},
"moduleType": [
"globals",
"amd",
Expand Down
25 changes: 0 additions & 25 deletions build/chevrotain.ts

This file was deleted.

Loading

0 comments on commit 058210f

Please sign in to comment.