Skip to content

Commit b77d44d

Browse files
committed
Adds encodeInto, a new npm repo, tests, helper scripts, better es6, and closes #7
Sorry, there are no benchmarks yet
1 parent 3eba1c9 commit b77d44d

File tree

51 files changed

+2792
-560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2792
-560
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,35 @@
11
# in case if you have installed node modules
22
/node_modules
33
/package-lock.json
4+
/test/node_modules
45

56
# skip the utilities used to build this library
67
/compiler-latest
78
/closure-compiler.jar
89
/zopfli
10+
/npm-repository
911

1012
# just in case
1113
/.git
14+
/.npmignore
15+
16+
17+
18+
# now for the inner dist:
19+
/dist/src/
20+
/dist/package.json
21+
/dist/LICENSE
22+
/src/src/
23+
24+
# in case if you have installed node modules
25+
/dist/node_modules
26+
/dist/package-lock.json
27+
/dist/README.md
28+
29+
# skip the utilities used to build this library
30+
/dist/closure-compiler.jar
31+
32+
# just in case
33+
/dist/.git
34+
/dist/.npmignore
35+

EncoderDecoderTogether.min.js

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EncoderDecoderTogether.min.js.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)