Skip to content

Commit

Permalink
Add transpilation to ES5 for cicero-core (#247)
Browse files Browse the repository at this point in the history
* Add transpilation to ECMA 6 for cicero-core

* Add @babel/cli as dev dependency to cicero-core
  • Loading branch information
mttrbrts committed Nov 19, 2018
1 parent e9e467c commit 1e82a3f
Show file tree
Hide file tree
Showing 26 changed files with 13,046 additions and 359 deletions.
3 changes: 1 addition & 2 deletions packages/cicero-core/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ coverage
node_modules
out
umd
lib/tdl.js
lib
test/data
lib/compiled_template.js
1 change: 1 addition & 0 deletions packages/cicero-core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pids
out
dist
umd
lib

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
Expand Down
173 changes: 0 additions & 173 deletions packages/cicero-core/lib/compiled_template.js

This file was deleted.

177 changes: 0 additions & 177 deletions packages/cicero-core/lib/tdl.js

This file was deleted.

Loading

0 comments on commit 1e82a3f

Please sign in to comment.