1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-11-29 15:28:31 +09:00

Rename parser to language

This commit is contained in:
Aya Morisawa 2019-01-30 17:04:49 +09:00
parent 28bfb45426
commit d06fbbe3ea
No known key found for this signature in database
GPG Key ID: 3E64865D70D579F2
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';