Chen Bin
Chen Bin
as title
TODO
- clean doc - Add auto-completion - switch project and find `node_modules` automatically - can use recentf - use ivy - company-mode
see https://github.com/babel/babel/blob/7.0/packages/babel-cli/src/babel/file.js#L99 and https://github.com/babel/babel/blob/7.0/packages/babel-cli/src/babel/util.js#L42 just calling `babel.transform` and setup some options. Now I just need figure out how to read `.babelrc`
```lisp (js2-node-abs-pos (js2-node-at-point (1- (point)))) (js2-node-len (js2-node-abs-pos (js2-node-at-point (1- (point))))) ``` test `[1, 2, 3].slice(0,2)` maybe we can apply this into `expand-region`
features: - es6, babel - import, can scan files in certain root directory - 3rd party library - auto-complete (company, ivy?) - can read webpack.config.js plan: - start from moment.js
maybe also limit to last one month, or else too many lines.
For example, get line from web page in `emacs-w3m`.
- detect current mail is html - press `e` to extract html part - reply with my own html stylesheet
as title
as title