Skip to content

Commit 3990623

Browse files
mashijpsethmlarson
andauthored
Make 'dir' optional on IcuTransformTokenFilter
Co-authored-by: Seth Michael Larson <[email protected]>
1 parent 4d03905 commit 3990623

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/analysis/icu-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { TokenFilterBase } from './token_filters'
2323

2424
export class IcuTransformTokenFilter extends TokenFilterBase {
2525
type: 'icu_transform'
26-
dir: IcuTransformDirection
26+
dir?: IcuTransformDirection
2727
id: string
2828
}
2929

0 commit comments

Comments
 (0)