Convert the code in src/core/cff_parser.js to use ES6 classes

This removes multiple instances of `// eslint-disable-next-line no-shadow`, which our old pseudo-classes necessitated.

*Please note:* I'm purposely not doing any `var` to `let`/`const` conversion here, since it's generally better to (if possible) do that automatically on e.g. a directory basis instead.
This commit is contained in:
Jonas Jenwald 2020-06-16 12:33:21 +02:00
parent 6bb64da1c3
commit 880a0a0f59

File diff suppressed because it is too large Load Diff