Michael Bolin
242fce3d79
Transpile all .js files with 6to5.
...
In the spirit of supporting JavaScript development for Atom packages,
this adds default support for es.next transpilation support in the way
that Atom already has default support for CoffeeScript transpilation.
There are many new features in ES6+ that make JavaScript development
easier and more enjoyable, particularly in terms of support for async code.
For reference, this was a much faster way to iterate on this than running `./script/build`
each time:
```
cp /Users/mbolin/src/atom/static/index.js /Applications/Atom.app/Contents/Resources/app/static/index.js
coffee --output /Applications/Atom.app/Contents/Resources/app/src --compile /Users/mbolin/src/atom/src/esnext.coffee
```
Run the following in the console to see how warm the cache was after startup:
```
global.require('../src/esnext/').getCacheHits()
global.require('../src/esnext/').getCacheMisses()
```
2015-01-29 11:56:32 -08:00
Cheng Zhao
1abe64e73e
styleguide@0.43.0
2015-01-28 14:35:45 -08:00
Cheng Zhao
bb9150340d
⬆️ markdown-preview@0.131.0
2015-01-28 14:32:55 -08:00
Cheng Zhao
c3f5c43694
⬆️ link@0.30.0
2015-01-28 14:24:29 -08:00
Cheng Zhao
1678016ae4
⬆️ image-view@0.48.0
2015-01-28 14:22:43 -08:00
Cheng Zhao
f50e402de3
⬆️ bracket-matcher@0.70.0
2015-01-28 14:20:08 -08:00
Cheng Zhao
e6363150dd
⬆️ pathwatcher@3.1.0
2015-01-28 14:16:16 -08:00
Cheng Zhao
5f024bfd69
⬆️ markdown-preview@0.130.0
2015-01-28 14:06:29 -08:00
Cheng Zhao
76adb58fea
⬆️ scandal@2.0.0
2015-01-28 14:06:15 -08:00
Cheng Zhao
53d5e61b23
⬆️ atom-keymap@3.1.0
2015-01-28 14:06:15 -08:00
Cheng Zhao
499c09fc25
⬆️ first-mate@3.0.0
2015-01-28 14:06:15 -08:00
Cheng Zhao
7891595fed
⬆️ text-buffer@4.0.0
2015-01-28 14:06:15 -08:00
Cheng Zhao
604f2a951f
⬆️ scroller-style@2.0.0
2015-01-28 14:06:15 -08:00
Cheng Zhao
c1b6b716b1
⬆️ archive-view@0.46.0
2015-01-28 14:06:15 -08:00
Cheng Zhao
4d861a68d1
⬆️ dev-live-reload@0.41.0
2015-01-28 14:06:15 -08:00
Cheng Zhao
a831688ce1
⬆️ snippets@0.72.0
2015-01-28 14:06:15 -08:00
Cheng Zhao
1cbac24cee
⬆️ tree-view@0.154.0
2015-01-28 14:06:15 -08:00
Cheng Zhao
afa5f73094
⬆️ spell-check@0.54.0
2015-01-28 14:06:15 -08:00
Cheng Zhao
a142e23f49
⬆️ nslog@2.0.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
f1b7536d06
⬆️ oniguruma@4.0.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
397e61a0d8
⬆️ git-utils@3.0.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
af22e45f70
⬆️ runas@2.0.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
e6a12530a1
⬆️ symbols-view@0.81.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
896c98b7a0
⬆️ pathwatcher@3.0.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
661f1f822a
⬆️ atom-keymap@3.0.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
678306317d
⬆️ text-buffer@3.11.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
8dd5f17609
⬆️ scrollbar-style@1.1.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
13e069b45d
⬆️ scandal@1.1.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
e61cc5eb13
⬆️ tree-view@0.152.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
9e92952ad0
⬆️ symbols-view@0.80.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
a8d778781c
⬆️ snippets@v0.71.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
da17679ec7
⬆️ dev-live-preview@0.40.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
1cf663714e
⬆️ archive-view@0.45.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
05963c4e57
⬆️ spell-check@0.53.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
965a18f7e2
⬆️ nslog@1.1.0
2015-01-28 14:06:14 -08:00
Cheng Zhao
58c45f87e6
⬆️ oniguruma@3.1.0
2015-01-28 14:06:13 -08:00
Cheng Zhao
21e609ffac
⬆️ pathwatcher@2.7.0
2015-01-28 14:06:13 -08:00
Cheng Zhao
93befc986f
⬆️ git-utils@2.3.0
2015-01-28 14:06:13 -08:00
Cheng Zhao
3321d77264
⬆️ runas@1.2.0
2015-01-28 14:06:13 -08:00
Cheng Zhao
014cf19723
⬆️ atom-shell@0.21.0
2015-01-28 14:06:13 -08:00
Cheng Zhao
2a42ed4aaa
⬆️ markdown-preview@0.129.0
2015-01-28 14:05:17 -08:00
Kevin Sawicki
87db2760b8
⬆️ autocomplete@0.44
2015-01-28 09:40:42 -08:00
Max Brunsfeld
b4dd0f4f73
⬆️ language-c
2015-01-28 09:35:20 -08:00
Max Brunsfeld
9d655fd642
⬆️ language-javascript
2015-01-28 09:12:38 -08:00
Max Brunsfeld
4700edf439
⬆️ markdown-preview
2015-01-28 08:50:32 -08:00
Ben Ogle
2741445d95
⬆️ background-tips@0.22.0
2015-01-27 18:32:32 -08:00
Kevin Sawicki
ed90c5e6c2
⬆️ less-cache@0.21
2015-01-27 17:32:13 -08:00
Kevin Sawicki
ddc607c760
⬆️ tree-view@0.151
2015-01-27 14:30:28 -08:00
Kevin Sawicki
1a1eb4380a
⬆️ tabs@0.65
2015-01-27 14:06:28 -08:00
Kevin Sawicki
535b49f60c
⬆️ tree-view@0.150
2015-01-27 13:43:09 -08:00