Skip to content

Commit 3e7c570

Browse files
AST (#5273)
AST
2 parents 9b37f16 + a34c0c9 commit 3e7c570

Some content is hidden

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

46 files changed

+23789
-2934
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ cache:
1212
- node_modules
1313

1414
script:
15-
- node ./bin/cake build:except-parser
16-
- node ./bin/cake build:parser
17-
- node ./bin/cake build:full
18-
- node ./bin/cake build:browser
1915
- node ./bin/cake test
2016
- node --harmony ./bin/cake test
2117
- node ./bin/cake test:browser
2218
- node ./bin/cake test:integrations
19+
- node ./bin/cake build:except-parser
20+
- node ./bin/cake build:parser
21+
- node ./bin/cake build:full
22+
- node ./bin/cake build:browser

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ cache:
1616
- node_modules
1717

1818
test_script:
19-
- node ./bin/cake build:except-parser
20-
- node ./bin/cake build:parser
21-
- node ./bin/cake build:full
22-
- node ./bin/cake build:browser
2319
- node ./bin/cake test
2420
- node --harmony ./bin/cake test
2521
- node ./bin/cake test:browser
2622
- node ./bin/cake test:integrations
23+
- node ./bin/cake build:except-parser
24+
- node ./bin/cake build:parser
25+
- node ./bin/cake build:full
26+
- node ./bin/cake build:browser
2727

2828
build: off
2929

lib/coffeescript/browser.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/coffeescript/coffeescript.js

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

lib/coffeescript/command.js

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

0 commit comments

Comments
 (0)