Rename parser to language

This commit is contained in:
Aya Morisawa 2019-01-30 17:04:49 +09:00
parent d034a10d54
commit ba4e78746c
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import { mfmLanguage } from './parser';
import { mfmLanguage } from './language';
import { MfmForest } from './types';
import { normalize } from './normalize';