TypeScript/tests/cases/unittests/services
Cyrus Najmabadi 5ad7a593d4 Add a common, dense, format for classification operations to lower cost of processing on the host side.
We now just return an array of triples to represent classified results.  The triple contains:
1) the start of the classification.
2) the length of the classification.
3) the type of the clasification.

We also encode this into a comma separated string when passing over to the managed side
(as opposed to an JSON array).  That way we don't pay such a high JSON parsing cost.
Instead, we can just do a string.split(",") on the encoded triples and process each
element ourselves.
2015-04-30 14:26:46 -07:00
..
formatting move formatting unit tests to a diffrent folder 2014-08-07 23:45:23 -07:00
colorization.ts Add a common, dense, format for classification operations to lower cost of processing on the host side. 2015-04-30 14:26:46 -07:00
documentRegistry.ts Add tests. 2015-02-27 16:29:12 -08:00
patternMatcher.ts CR feedback. 2015-02-23 15:41:43 -08:00
preProcessFile.ts Add support for new import syntax in preprocessFile 2015-02-25 14:00:44 -08:00