| Summary: | Use estraverse in content assist | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | curtis.windatt.public, mamacdon |
| Version: | 5.0 | ||
| Target Milestone: | 5.0 M2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Michael Rennie
Content assist also does its own parsing, which is a major performance loss since the manager is likely holding the AST it would need anyway. I pushed some starting work re-org'ing + cleaning up to gerrit: https://git.eclipse.org/r/19918 (In reply to Michael Rennie from comment #2) > I pushed some starting work re-org'ing + cleaning up to gerrit: > https://git.eclipse.org/r/19918 The cleanup has been merged: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=a06fed364882f1ef7addb255f4a28ed7b4cda232 I pushed some updates that removes exception control flow from contentAssist.js and replaces it with estraverse: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=562f59eb07ce15de19b5b93c0677810aba49e2a9 I'm going to mark this fixed. There is one last location using the old visitor that I do not plan to convert to estraverse. |