* Now reverse inspect can be disabled by setting the livedev.wsPort to 0
* Add new preference to optionally disable reverse inspect feature in live preview
* download eslint package from npm and place it into default extensions
* add defaultExtensions section to package.json
* lock deps, add shrinkwrap again
* do not lint brackets-eslint files
* Handle multiple linters for a specific language using priority and load order
* Handle provider name conflict for a given language by retaining the most recently loaded one
* Remove invalid comment
* Update npm-shrinkwrap.json
* Add Preact library
* Change react to preact
* Fix problems caused by replacing react with preact
* Add Preact test utils and dependencies
* Change requires from react to preact in FileTreeView-test
* Fix problems caused by replacing react test utils with preact test utils
* Remove react
* Make findRenderedDOMComponentWithTag function as helper function
* Find and Replace react with preact
* Make preact, preact-compat, preact-test-utils as node_modules
* Change preact-compat dependency to point to adobe's fork
* JSUtils modification to handle es6 constructs
* Addressed review comments and added es6 test cases
* Address Code review comments and add support for ArrowFunctionExpressions with new test case
* Update comments
* Refactor to remove extra variables
* added getting started page in ukrainian language
* added screenshot for getting started page in ukrainian language
* added path for getting started page in ukrainian language
* сorrected minor grammatical errors
* updated docs license
The createNewItem function in ProjectManager.js calls the createAtPath in Projectmodel.js.
The function call expects a single parameter, which is the path at which the file must be created.
And it expects a "/" in the end of the path in case it is a folder.
However, right now 2 parameters are being passed. One of them being the isFolder variable.
* Porting tern analysis of JS code to Node.
* Removing old tern submodule config
* JS text cache in HTML Mixed Mode.
gitmodule mapping changes.
* Submodules fix
* Fixing more submodule issues
* Tern default defs path fix
* First draft for content extraction in node [UNIT TESTING IN PROGRESS]
* Update dirty doc content in tern cache.
* Stability fix.
* Update submodule repo link.
Adding JSDoc in ExtractFileContent
* Submodule fix
* build error fix
* Usage of global use strict
* Node dependencies
* Remove redundant module defs
* Remove redundant script
* src/extensions/default/JavaScriptCodeHints/node/node_modules/acorn
* Update .gitmodules
To make it even with master
* Addressed review comments
* removed redundant for loop(Already added map function for the same)
* Fix for analysis data reset on project change
* Bug fixes for Untitled document mode change to 'javascript'
* Remove tern web worker
* Update Acorn and Tern to latest available version
* Bug fixes - Handle require plugin, untitled doc, doc comment plugin
* Simplify a regular expression.
The previous regexp looked a little dubious, since `[\\\\]` means exactly the same as `[\\]`. Note, however, that `/x*y/.test(s)` returns true iff `/y/.test(s)` does, so the character class was redundant to begin with.
* Remove a few spurious trailing arguments.
* Remove a few unused local variables.
* Updated by ALF automation.
* Updated by ALF automation.
* Updated by ALF automation.
* Updated by ALF automation.
* Updated by ALF automation.
* Updated by ALF automation.