main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
604 bytes
|
Line | |
---|
1 | export let YamlStyle = /*#__PURE__*/function (YamlStyle) {
|
---|
2 | YamlStyle["Plain"] = "Plain";
|
---|
3 | YamlStyle["SingleQuoted"] = "SingleQuoted";
|
---|
4 | YamlStyle["DoubleQuoted"] = "DoubleQuoted";
|
---|
5 | YamlStyle["Literal"] = "Literal";
|
---|
6 | YamlStyle["Folded"] = "Folded";
|
---|
7 | YamlStyle["Explicit"] = "Explicit";
|
---|
8 | YamlStyle["SinglePair"] = "SinglePair";
|
---|
9 | YamlStyle["NextLine"] = "NextLine";
|
---|
10 | YamlStyle["InLine"] = "InLine";
|
---|
11 | return YamlStyle;
|
---|
12 | }({});
|
---|
13 | export let YamlStyleGroup = /*#__PURE__*/function (YamlStyleGroup) {
|
---|
14 | YamlStyleGroup["Flow"] = "Flow";
|
---|
15 | YamlStyleGroup["Block"] = "Block";
|
---|
16 | return YamlStyleGroup;
|
---|
17 | }({}); |
---|
Note:
See
TracBrowser
for help on using the repository browser.