From 4c180292f96aeec028ac4cbda7180d441a6b2b79 Mon Sep 17 00:00:00 2001 From: Marihachi <marihachi0620@gmail.com> Date: Thu, 30 Jan 2020 12:35:59 +0900 Subject: [PATCH] Create parser.ts --- src/parser.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/parser.ts diff --git a/src/parser.ts b/src/parser.ts new file mode 100644 index 0000000..f49a895 --- /dev/null +++ b/src/parser.ts @@ -0,0 +1 @@ +import coreParser from './coreParser'; -- GitLab