Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Move to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Lippai authored and alippai committed Jun 3, 2018
1 parent 3adb482 commit f193ecf
Show file tree
Hide file tree
Showing 124 changed files with 5,336 additions and 8,066 deletions.
8 changes: 8 additions & 0 deletions .esmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mode": "all",
"cjs": {
"namedExports": true,
"vars": true,
"interop": true
}
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ test/aes.asm.js.map
doc/
node_modules/
.idea/
package-lock.json
dist_es5
dist_es8
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ doc/
node_modules/
.idea/
package-lock.json
*.ts
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all"
}
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- '8'
- '9'
- '10'
sudo: required
before_install:
export WITH=ALL
script:
grunt test
npm test
120 changes: 0 additions & 120 deletions Gruntfile.js

This file was deleted.

Loading

0 comments on commit f193ecf

Please sign in to comment.