Skip to content

Commit e594243

Browse files
committed
Refactor to improve size by compiling away constants
Closes GH-4.
1 parent 1baaac6 commit e594243

File tree

6 files changed

+791
-776
lines changed

6 files changed

+791
-776
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
.DS_Store
2-
*.log
31
.nyc_output/
42
coverage/
3+
dist/
4+
micromark/
55
node_modules/
6+
*.log
7+
.DS_Store
68
yarn.lock
79
mdast-util-from-markdown.min.js

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
coverage/
2+
micromark/
23
*.json
34
*.md

.remarkignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
micromark/
12
test/

0 commit comments

Comments
 (0)