Skip to content

Commit

Permalink
Merge pull request #5 from cdapio/fix-lib-for-csp
Browse files Browse the repository at this point in the history
Fixes avsc library's types to not use unsafe function/eval executions
  • Loading branch information
ajainarayanan authored Feb 12, 2019
2 parents 7563e3c + 398c724 commit 7fa333e
Show file tree
Hide file tree
Showing 6 changed files with 6,750 additions and 165 deletions.
16 changes: 16 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"presets": [
[
"@babel/env",
{
"targets": {
"browsers": [
"last 10 versions",
"safari >= 7"
]
},
"modules": false
}
]
]
}
8 changes: 1 addition & 7 deletions dist/cdap-avsc-lib.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7fa333e

Please sign in to comment.