Differences From Artifact [526f0b2382]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [2d5c0dce59] at 2018-10-10 12:08:41 on branch nodejs — [js] All Grammalecte work in node (user: IllusionPerdu, size: 16751) [annotate] [blame] [check-ins using]
To Artifact [c9c7a0f69c]:
- File gc_lang/fr/modules-js/textformatter.js — part of check-in [9ae8f0a042] at 2018-10-11 15:13:57 on branch nodejs — [js] Revert syntax change (user: IllusionPerdu, size: 16752) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
285 286 287 288 289 290 291 | getDefaultOptions () { return dTFDefaultOptions; } } | | | 285 286 287 288 289 290 291 292 293 294 295 | getDefaultOptions () { return dTFDefaultOptions; } } if (typeof(exports) !== "undefined") { exports.TextFormatter = TextFormatter; exports.oReplTable = oReplTable; } |