Skip to content

Tags: ternjs/tern

Tags

0.24.3

Toggle 0.24.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
othree othree
Mark version 0.24.3

0.24.2

Toggle 0.24.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
othree othree
Mark version 0.24.2

0.24.1

Toggle 0.24.1's commit message
Mark version 0.24.1

0.24.0

Toggle 0.24.0's commit message
Mark version 0.24.0

0.23.0

Toggle 0.23.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
othree othree
Mark version 0.23.0

0.22.3

Toggle 0.22.3's commit message
Mark version 0.22.3

0.22.2

Toggle 0.22.2's commit message
Mark version 0.22.2

0.22.1

Toggle 0.22.1's commit message
 Mark version 0.22.1

0.22.0

Toggle 0.22.0's commit message

Verified

This tag was signed with the committer’s verified signature.
marijnh Marijn Haverbeke
Version 0.22.0

* Support async functions and async iteration.
* Make the base type definitions match the current standards.
* Make sure dynamic properties don't show up when completing object literal property names.
* Pre-emptively start analyzing on startup.
* Fix bug where renaming a variable might rename properties in the code.

0.21.0

Toggle 0.21.0's commit message

Verified

This tag was signed with the committer’s verified signature.
marijnh Marijn Haverbeke
Version 0.21.0

Support JSDoc-style object property docs in `doc_comments` plugin.

Various fixes and completions in the type definitions.

Fix bug where server self-resets left old state on AST.

Improve and document the `webpack` plugin.

Fix issue where file offsets were interpreted wrong when the file contained astral plane characters.