File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3838 "espower-babel" : " ^4.0.0" ,
3939 "mocha" : " ^2.3.4" ,
4040 "power-assert" : " ^1.1.0" ,
41- "textlint" : " ^5 .0.2 " ,
42- "textlint-tester" : " ^0.4 .0"
41+ "textlint" : " ^6 .0.3 " ,
42+ "textlint-tester" : " ^1.2 .0"
4343 },
4444 "dependencies" : {
4545 "kuromojin" : " ^1.0.2" ,
46- "sentence-splitter" : " ^1 .0.1 " ,
46+ "sentence-splitter" : " ^2 .0.0 " ,
4747 "textlint-rule-helper" : " ^1.1.4" ,
4848 "textlint-util-to-string" : " ^1.1.0"
4949 }
Original file line number Diff line number Diff line change 22"use strict" ;
33import { RuleHelper } from "textlint-rule-helper" ;
44import { getTokenizer } from "kuromojin" ;
5- import splitSentences , { Syntax as SentenceSyntax } from "sentence-splitter" ;
5+ import { split as splitSentences , Syntax as SentenceSyntax } from "sentence-splitter" ;
66import StringSource from "textlint-util-to-string" ;
77import {
88 is助詞Token , is読点Token ,
Original file line number Diff line number Diff line change 1- import assert from "power-assert" ;
21import rule from "../src/no-doubled-joshi" ;
32import TextLintTester from "textlint-tester" ;
4- var tester = new TextLintTester ( ) ;
3+ const tester = new TextLintTester ( ) ;
54/*
65 `**`のような装飾は取り除かれてから評価されているので、
76 テストでの強調という意味合いのみで利用する。
You can’t perform that action at this time.
0 commit comments