Philip Weiss
|
685292bb8d
|
fix linting issues
|
2018-03-06 11:09:58 -08:00 |
|
Philip Weiss
|
062dfdea80
|
address PR comments
|
2018-03-06 11:06:22 -08:00 |
|
Philip Weiss
|
232f821c35
|
remove getProjectSettings
|
2018-03-01 19:45:40 -08:00 |
|
Philip Weiss
|
9fb756feeb
|
save entire settings object, rather than just the filename
|
2018-03-01 13:28:16 -08:00 |
|
Philip Weiss
|
48d3677664
|
update project api names
|
2018-02-26 15:45:56 -08:00 |
|
Philip Weiss
|
547b067f3e
|
add callback to onDidReplaceAtomProject and add tests
|
2018-02-26 14:38:50 -08:00 |
|
Max Brunsfeld
|
4ec1d85aad
|
Merge branch 'master' into mb-use-language-mode-api
|
2017-11-06 11:32:52 -08:00 |
|
Max Brunsfeld
|
0d6c746572
|
Add grammar registry as an injected dependency of Project
|
2017-11-02 12:24:11 -07:00 |
|
Max Brunsfeld
|
1a7ea3322e
|
🎨 project-spec.js
|
2017-11-02 12:13:31 -07:00 |
|
hansonw
|
303cf30b51
|
Allow directory providers to implement onDidChangeFiles for custom pathwatchers
|
2017-11-02 11:43:33 -07:00 |
|
Jason Rudolph
|
4db60e34b8
|
👔 Fix linter error: "Arrow function should not return assignment."
|
2017-10-18 20:13:55 -04:00 |
|
Jason Rudolph
|
49655a97c8
|
🎨
|
2017-10-18 20:10:24 -04:00 |
|
Jason Rudolph
|
6e78281a73
|
🎨 Prefer fat arrow function syntax
|
2017-10-18 19:54:51 -04:00 |
|
Jason Rudolph
|
498d7c90eb
|
Rewrite code to no longer use __guard__
|
2017-10-18 19:54:51 -04:00 |
|
Jason Rudolph
|
db115d3ab8
|
Remove unnecessary code created because of implicit returns
|
2017-10-18 19:54:51 -04:00 |
|
Jason Rudolph
|
61b228d8a0
|
Remove unnecessary use of Array.from
|
2017-10-18 19:54:51 -04:00 |
|
Jason Rudolph
|
c632e6ca58
|
☠☕ Decaffeinate spec/project-spec.coffee
Apply results of running:
```
$ decaffeinate --keep-commonjs --prefer-const --loose-default-params --loose-for-expressions --loose-for-of --loose-includes spec/project-spec.js
$ standard --fix spec/project-spec.js
```
|
2017-10-18 19:54:51 -04:00 |
|