1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00
brackets/tasks
Marcel Gerber 1ed6c04b5b Update Tern & Acorn (#11569)
* Update Tern -> post-0.13
Replace Acorn submodule with local copy
Update Acorn -> post-2.2

* Change function call for renamed function

* Load ecma6.json into Tern

* Workaround non-emittable options in acorn_loose

* Fix unit test
Since we only get 500 hints back and there have been many new additions,
Date's "getSecond" was no longer part of those 500. Thus, I decided to
check for the existence of hints from Function, String and Array instead
of Function, Array and Date.

* Make use of the correct, renamed Tern definition

* remove old acorn & tern

* add acorn & tern as npm dependencies

add lodash as dependency

* grunt install installs dependencies for extensions from npm

* fix acorn & tern paths

* load libraries from node_modules, not working yet

fix acorn to load it with requirejs

* forgot to add glob dev dependency

travis builds on node 0.10 which doesn't have promise

* add eslint-env node

* fix missing use strict
2016-08-26 14:22:23 +02:00
..
lib ESLint: enable strict rule 2016-08-25 22:24:02 +02:00
build.js ESLint: enable strict rule 2016-08-25 22:24:02 +02:00
cla-exceptions.json Add @mfatekho to CLA exceptions. 2016-03-22 14:13:15 -07:00
npm-install.js Update Tern & Acorn (#11569) 2016-08-26 14:22:23 +02:00
test.js ESLint: enable strict rule 2016-08-25 22:24:02 +02:00
update-release-number.js ESLint: enable strict rule 2016-08-25 22:24:02 +02:00
write-config.js ESLint: enable strict rule 2016-08-25 22:24:02 +02:00