File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
* Full docs: https://github.com/decaffeinate/decaffeinate/blob/master/docs/suggestions.md
5
5
*/
6
6
let JuliaClient ;
7
- import etch from 'etch' ;
7
+ const etch = require ( 'etch' ) ;
8
8
import commands from './package/commands' ;
9
9
import config from './package/config' ;
10
10
import menu from './package/menu' ;
11
- import settings from './package/settings' ;
11
+ const settings = require ( './package/settings' ) ;
12
12
import toolbar from './package/toolbar' ;
13
- import semver from 'semver' ;
13
+ const semver = require ( 'semver' ) ;
14
14
15
15
// TODO: Update me when tagging a new relase:
16
- const INK_VERSION_COMPAT = "^0.12.3" ;
16
+ const INK_VERSION_COMPAT = "^0.12.3"
17
17
18
18
const INK_LINK = '[`ink`](https://github.com/JunoLab/atom-ink)' ;
19
19
const LANGUAGE_JULIA_LINK = '[`language-julia`](https://github.com/JuliaEditorSupport/atom-language-julia)' ;
You can’t perform that action at this time.
0 commit comments