Skip to content

Commit 21f9b12

Browse files
Cleaned up scope facet infos (#3008)
1 parent 81c31c8 commit 21f9b12

File tree

10 files changed

+770
-414
lines changed

10 files changed

+770
-414
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
NODE_OPTIONS: "--max-old-space-size=4096"
3535

3636
steps:
37+
- name: Git config
38+
run: git config --global core.autocrlf false
39+
3740
- name: Checkout repository
3841
uses: actions/checkout@v4
3942

data/scopeSupportFacetInfos.md

Lines changed: 408 additions & 0 deletions
Large diffs are not rendered by default.

packages/common/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export * from "./util/range";
109109
export * from "./util/regex";
110110
export * from "./util/selectionsEqual";
111111
export * from "./util/serializedMarksToTokenHats";
112+
export * from "./util/serializeScopeType";
112113
export * from "./util/splitKey";
113114
export * from "./util/toPlainObject";
114115
export * from "./util/type";

0 commit comments

Comments
 (0)