-
Notifications
You must be signed in to change notification settings - Fork 52
New and Noteworthy 1.2.0
Here's a list of the most noteworthy things in the tern.java 1.2.0 release which is available for download at 16/06/2016. You can see issues for 1.2.0
ES modules support was improved.
If you activate Lint linter, you can validate ES modules from, specifiers.
- from validation
- specifier validation
Tern Outline is able to display ES modules:
JSHint support was improved.
You can update .jshintrc config and if you change the content of JavaScript editor, the new config is used (TODO: refresh editor when .jshintrc is changed and saved).
Error/Warning are improved.
ESLint support was improved.
You can update eslint.json config and if you change the content of JavaScript editor, the new config is used (TODO: refresh editor when eslint.json is changed and saved).
ESLint doesn't support range location, so you can just highlight error just with one character, but tern-eslint hacks it to support range:
You can update eslint.json config and if you change the content of JavaSCript editor, the new config is used (TODO: refresh editor when eslint.json is changed and saved).
ESLint provides rules that support fixes. tern.java can use those fixes for Quick Fix
:
- Tern IDE
- Tern Toolings
-
Tern Modules
- AngularJS
- AlloyUI
- Browser
- Bootstrap
- CKEditor
- CordovaJS
- Dojo Toolkit
- ECMAScript
- ExtJS
- Game
- jQuery
- JSDoc Support
- Liferay
- Meteor
- Node.js
- Qooxdoo
- snabbt.js
- RequireJS
- Tabris.js
- three.js
- Titanium
- YUI Library
- Completion
- Linter (Validator)
- Tests
- JavaScript Build
- New and Noteworthy