DylanSp / wheel-lang

A small toy imperative language (with some OOP features) for demonstrating and practicing language design/implementation.
MIT License
14 stars 0 forks source link

Remove ts-ignore stuff in parser when TS bug is fixed #7

Closed DylanSp closed 4 years ago

DylanSp commented 4 years ago

When https://github.com/microsoft/TypeScript/issues/35970 is fixed with TS 3.8.1, remove the unnecessary ts-ignore and eslint-ignore statements in parser.ts.

DylanSp commented 4 years ago

Done in https://github.com/DylanSp/extended-four-function-console/commit/3ad603e0e48104106180e55b624d45ad0eb5eb16.