c4effd4f41
Correct ConverterRegistryService.
2018-08-31 22:53:50 +02:00
ed87b42839
Add ROT-13 conversion
2018-08-31 21:47:18 +02:00
4f1a52a1b0
Corrected some linting errors.
2017-04-15 19:04:49 +02:00
9ffbee6e0d
Fixed TSLint. Now I'll have to fix the actual linting errors.
2017-04-15 18:51:22 +02:00
644c3c42b6
Merge branch 'develop' into split-quotedprintable-and-utf8
2017-03-15 00:00:49 +01:00
1386babee5
Fixed conversions that depend on pure JS modules
...
That is:
- quoted printable
- punycode
- (utf8), dependency of quoted printable
2017-03-14 23:36:39 +01:00
8fc3b8e3aa
Now it mostly works with some limitations:
...
- ambient declarations seem not to be working, thus the following
converters have temporarily been disabled:
- punycode
- utf8
- quoted-printable
2017-03-14 17:35:36 +01:00
be51aab2ee
Intermediate commit:
...
- webpack build does not run successfully, typescript errors out, saying
"TS2304: Cannot find name 'module'." or 'require' or 'process' in
certain .ts files.
2017-03-14 15:42:11 +01:00