Community
Participate
Working Groups
We should build the checking of JS code for missing / wrong NLS stuff into the JS tools itself, perhaps even as an eslint rule.
To make this work as a rule we would have to turn (back) on loc nodes in our AST, which has the negative effect of bloating the size of the AST.
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=430a5eace6521520eb3305dc4524d8ff42cc4a64 Added new rule, new quickfix and tests for both. Rule is set to ignore by default.