UNPKG
acorn-6to5
Version:
latest (0.11.1-31)
0.11.1-31
0.11.1-30
0.11.1-29
0.11.1-28
0.11.1-27
0.11.1-25
0.11.1-24
0.11.1-23
0.11.1-21
0.11.1-20
0.11.1-19
0.11.1-18
0.11.1-17
0.11.1-16
0.11.1-15
0.11.1-14
0.11.1-13
0.11.1-12
0.11.1-11
0.11.1-10
0.11.1-9
0.11.1-8
0.11.1-6
0.11.1-5
0.11.1-4
0.11.1-3
0.11.1-2
0.11.1-1
0.9.1-16
0.9.1-15
0.9.1-14
0.9.1-13
0.9.1-12
0.9.1-11
0.9.1-10
0.9.1-9
0.9.1-8
0.9.1-7
0.9.1-6
0.9.1-5
0.9.1-4
0.9.1-3
0.9.1-2
0.9.1-1
Acorn fork used by 6to5
github.com/6to5/acorn-6to5
6to5/acorn-6to5
acorn-6to5
/
Makefile
14 lines
(9 loc)
•
199 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PHONY
: publish build
build:
node bin/without_eval >acorn_csp.js
publish:
read -p
"Version: "
version; \ npm version $$version --message
"v%s"
make build npm publish git push --follow-tags