typia 5.1.6 → 5.2.0-dev.20231007
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/CamelCase.d.ts +22 -0
- package/lib/CamelCase.js +3 -0
- package/lib/CamelCase.js.map +1 -0
- package/lib/PascalCase.d.ts +22 -0
- package/lib/PascalCase.js +3 -0
- package/lib/PascalCase.js.map +1 -0
- package/lib/Resolved.d.ts +4 -4
- package/lib/SnakeCase.d.ts +24 -0
- package/lib/SnakeCase.js +3 -0
- package/lib/SnakeCase.js.map +1 -0
- package/lib/functional/$convention.d.ts +1 -0
- package/lib/functional/$convention.js +63 -0
- package/lib/functional/$convention.js.map +1 -0
- package/lib/functional/Namespace.js +9 -0
- package/lib/functional/Namespace.js.map +1 -1
- package/lib/module.d.ts +5 -1
- package/lib/module.js +6 -2
- package/lib/module.js.map +1 -1
- package/lib/notations.d.ts +538 -0
- package/lib/notations.js +146 -0
- package/lib/notations.js.map +1 -0
- package/lib/programmers/helpers/NotationJoiner.d.ts +7 -0
- package/lib/programmers/helpers/NotationJoiner.js +85 -0
- package/lib/programmers/helpers/NotationJoiner.js.map +1 -0
- package/lib/programmers/misc/MiscCloneProgrammer.js +12 -1
- package/lib/programmers/misc/MiscCloneProgrammer.js.map +1 -1
- package/lib/programmers/misc/MiscPruneProgrammer.js +2 -1
- package/lib/programmers/misc/MiscPruneProgrammer.js.map +1 -1
- package/lib/programmers/notations/NotationAssertGeneralProgrammer.d.ts +5 -0
- package/lib/programmers/notations/NotationAssertGeneralProgrammer.js +44 -0
- package/lib/programmers/notations/NotationAssertGeneralProgrammer.js.map +1 -0
- package/lib/programmers/notations/NotationGeneralProgrammer.d.ts +6 -0
- package/lib/programmers/notations/NotationGeneralProgrammer.js +490 -0
- package/lib/programmers/notations/NotationGeneralProgrammer.js.map +1 -0
- package/lib/programmers/notations/NotationIsGeneralProgrammer.d.ts +5 -0
- package/lib/programmers/notations/NotationIsGeneralProgrammer.js +47 -0
- package/lib/programmers/notations/NotationIsGeneralProgrammer.js.map +1 -0
- package/lib/programmers/notations/NotationValidateGeneralProgrammer.d.ts +5 -0
- package/lib/programmers/notations/NotationValidateGeneralProgrammer.js +44 -0
- package/lib/programmers/notations/NotationValidateGeneralProgrammer.js.map +1 -0
- package/lib/transformers/CallExpressionTransformer.js +99 -16
- package/lib/transformers/CallExpressionTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonAssertParseTransformer.js +1 -1
- package/lib/transformers/features/json/JsonAssertParseTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonAssertStringifyTransformer.js +1 -1
- package/lib/transformers/features/json/JsonAssertStringifyTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonCreateAssertParseTransformer.js +1 -1
- package/lib/transformers/features/json/JsonCreateAssertParseTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonCreateAssertStringifyTransformer.js +1 -1
- package/lib/transformers/features/json/JsonCreateAssertStringifyTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonCreateIsParseTransformer.js +1 -1
- package/lib/transformers/features/json/JsonCreateIsParseTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonCreateIsStringifyTransformer.js +1 -1
- package/lib/transformers/features/json/JsonCreateIsStringifyTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonCreateStringifyTransformer.js +1 -1
- package/lib/transformers/features/json/JsonCreateStringifyTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonCreateValidateParseTransformer.js +1 -1
- package/lib/transformers/features/json/JsonCreateValidateParseTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonCreateValidateStringifyProgrammer.js +1 -1
- package/lib/transformers/features/json/JsonCreateValidateStringifyProgrammer.js.map +1 -1
- package/lib/transformers/features/json/JsonIsParseTransformer.js +1 -1
- package/lib/transformers/features/json/JsonIsParseTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonIsStringifyTransformer.js +1 -1
- package/lib/transformers/features/json/JsonIsStringifyTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonStringifyTransformer.js +1 -1
- package/lib/transformers/features/json/JsonStringifyTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonValidateParseTransformer.js +1 -1
- package/lib/transformers/features/json/JsonValidateParseTransformer.js.map +1 -1
- package/lib/transformers/features/json/JsonValidateStringifyTransformer.js +1 -1
- package/lib/transformers/features/json/JsonValidateStringifyTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscAssertCloneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscAssertCloneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscAssertPruneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscAssertPruneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscCloneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscCloneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscCreateAssertCloneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscCreateAssertCloneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscCreateAssertPruneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscCreateAssertPruneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscCreateCloneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscCreateCloneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscCreateIsCloneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscCreateIsCloneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscCreateIsPruneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscCreateIsPruneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscCreatePruneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscCreatePruneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscCreateValidateCloneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscCreateValidateCloneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscCreateValidatePruneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscCreateValidatePruneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscIsCloneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscIsCloneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscIsPruneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscIsPruneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscPruneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscPruneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscValidateCloneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscValidateCloneTransformer.js.map +1 -1
- package/lib/transformers/features/misc/MiscValidatePruneTransformer.js +1 -1
- package/lib/transformers/features/misc/MiscValidatePruneTransformer.js.map +1 -1
- package/lib/transformers/features/notations/NotationAssertGeneralTransformer.d.ts +4 -0
- package/lib/transformers/features/notations/NotationAssertGeneralTransformer.js +15 -0
- package/lib/transformers/features/notations/NotationAssertGeneralTransformer.js.map +1 -0
- package/lib/transformers/features/notations/NotationCreateAssertGeneralTransformer.d.ts +4 -0
- package/lib/transformers/features/notations/NotationCreateAssertGeneralTransformer.js +15 -0
- package/lib/transformers/features/notations/NotationCreateAssertGeneralTransformer.js.map +1 -0
- package/lib/transformers/features/notations/NotationCreateGeneralTransformer.d.ts +4 -0
- package/lib/transformers/features/notations/NotationCreateGeneralTransformer.js +15 -0
- package/lib/transformers/features/notations/NotationCreateGeneralTransformer.js.map +1 -0
- package/lib/transformers/features/notations/NotationCreateIsGeneralTransformer.d.ts +4 -0
- package/lib/transformers/features/notations/NotationCreateIsGeneralTransformer.js +15 -0
- package/lib/transformers/features/notations/NotationCreateIsGeneralTransformer.js.map +1 -0
- package/lib/transformers/features/notations/NotationCreateValidateGeneralTransformer.d.ts +4 -0
- package/lib/transformers/features/notations/NotationCreateValidateGeneralTransformer.js +15 -0
- package/lib/transformers/features/notations/NotationCreateValidateGeneralTransformer.js.map +1 -0
- package/lib/transformers/features/notations/NotationGeneralTransformer.d.ts +4 -0
- package/lib/transformers/features/notations/NotationGeneralTransformer.js +14 -0
- package/lib/transformers/features/notations/NotationGeneralTransformer.js.map +1 -0
- package/lib/transformers/features/notations/NotationIsGeneralTransformer.d.ts +4 -0
- package/lib/transformers/features/notations/NotationIsGeneralTransformer.js +15 -0
- package/lib/transformers/features/notations/NotationIsGeneralTransformer.js.map +1 -0
- package/lib/transformers/features/notations/NotationValidateGeneralTransformer.d.ts +4 -0
- package/lib/transformers/features/notations/NotationValidateGeneralTransformer.js +15 -0
- package/lib/transformers/features/notations/NotationValidateGeneralTransformer.js.map +1 -0
- package/lib/transformers/features/protobuf/{CreateProtobufAssertDecodeTransformer.d.ts → ProtobufCreateAssertDecodeTransformer.d.ts} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufAssertDecodeTransformer.js → ProtobufCreateAssertDecodeTransformer.js} +6 -6
- package/lib/transformers/features/protobuf/{CreateProtobufAssertEncodeTransformer.js.map → ProtobufCreateAssertDecodeTransformer.js.map} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufAssertEncodeTransformer.d.ts → ProtobufCreateAssertEncodeTransformer.d.ts} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufAssertEncodeTransformer.js → ProtobufCreateAssertEncodeTransformer.js} +6 -6
- package/lib/transformers/features/protobuf/{CreateProtobufAssertDecodeTransformer.js.map → ProtobufCreateAssertEncodeTransformer.js.map} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufDecodeTransformer.d.ts → ProtobufCreateDecodeTransformer.d.ts} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufDecodeTransformer.js → ProtobufCreateDecodeTransformer.js} +6 -6
- package/lib/transformers/features/protobuf/{CreateProtobufDecodeTransformer.js.map → ProtobufCreateDecodeTransformer.js.map} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufEncodeTransformer.d.ts → ProtobufCreateEncodeTransformer.d.ts} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufEncodeTransformer.js → ProtobufCreateEncodeTransformer.js} +6 -6
- package/lib/transformers/features/protobuf/{CreateProtobufEncodeTransformer.js.map → ProtobufCreateEncodeTransformer.js.map} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufIsDecodeTransformer.d.ts → ProtobufCreateIsDecodeTransformer.d.ts} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufIsDecodeTransformer.js → ProtobufCreateIsDecodeTransformer.js} +6 -6
- package/lib/transformers/features/protobuf/{CreateProtobufIsDecodeTransformer.js.map → ProtobufCreateIsDecodeTransformer.js.map} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufIsEncodeTransformer.d.ts → ProtobufCreateIsEncodeTransformer.d.ts} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufIsEncodeTransformer.js → ProtobufCreateIsEncodeTransformer.js} +6 -6
- package/lib/transformers/features/protobuf/{CreateProtobufIsEncodeTransformer.js.map → ProtobufCreateIsEncodeTransformer.js.map} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufValidateDecodeTransformer.d.ts → ProtobufCreateValidateDecodeTransformer.d.ts} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufValidateDecodeTransformer.js → ProtobufCreateValidateDecodeTransformer.js} +6 -6
- package/lib/transformers/features/protobuf/{CreateProtobufValidateDecodeTransformer.js.map → ProtobufCreateValidateDecodeTransformer.js.map} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufValidateEncodeTransformer.d.ts → ProtobufCreateValidateEncodeTransformer.d.ts} +1 -1
- package/lib/transformers/features/protobuf/{CreateProtobufValidateEncodeTransformer.js → ProtobufCreateValidateEncodeTransformer.js} +6 -6
- package/lib/transformers/features/protobuf/{CreateProtobufValidateEncodeTransformer.js.map → ProtobufCreateValidateEncodeTransformer.js.map} +1 -1
- package/lib/utils/NamingConvention.d.ts +5 -0
- package/lib/utils/NamingConvention.js +115 -0
- package/lib/utils/NamingConvention.js.map +1 -0
- package/lib/utils/StringUtil.d.ts +3 -0
- package/lib/utils/StringUtil.js +10 -0
- package/lib/utils/StringUtil.js.map +1 -0
- package/package.json +2 -1
- package/src/CamelCase.ts +116 -0
- package/src/PascalCase.ts +106 -0
- package/src/Primitive.ts +1 -1
- package/src/Resolved.ts +26 -26
- package/src/SnakeCase.ts +156 -0
- package/src/functional/$convention.ts +40 -0
- package/src/functional/Namespace.ts +22 -0
- package/src/module.ts +6 -1
- package/src/notations.ts +855 -0
- package/src/programmers/helpers/NotationJoiner.ts +146 -0
- package/src/programmers/misc/MiscCloneProgrammer.ts +17 -1
- package/src/programmers/misc/MiscPruneProgrammer.ts +4 -2
- package/src/programmers/notations/NotationAssertGeneralProgrammer.ts +72 -0
- package/src/programmers/notations/NotationGeneralProgrammer.ts +720 -0
- package/src/programmers/notations/NotationIsGeneralProgrammer.ts +79 -0
- package/src/programmers/notations/NotationValidateGeneralProgrammer.ts +88 -0
- package/src/transformers/CallExpressionTransformer.ts +107 -16
- package/src/transformers/features/json/JsonAssertParseTransformer.ts +1 -1
- package/src/transformers/features/json/JsonAssertStringifyTransformer.ts +1 -1
- package/src/transformers/features/json/JsonCreateAssertParseTransformer.ts +3 -1
- package/src/transformers/features/json/JsonCreateAssertStringifyTransformer.ts +1 -1
- package/src/transformers/features/json/JsonCreateIsParseTransformer.ts +1 -1
- package/src/transformers/features/json/JsonCreateIsStringifyTransformer.ts +3 -1
- package/src/transformers/features/json/JsonCreateStringifyTransformer.ts +1 -1
- package/src/transformers/features/json/JsonCreateValidateParseTransformer.ts +3 -1
- package/src/transformers/features/json/JsonCreateValidateStringifyProgrammer.ts +1 -1
- package/src/transformers/features/json/JsonIsParseTransformer.ts +1 -1
- package/src/transformers/features/json/JsonIsStringifyTransformer.ts +1 -1
- package/src/transformers/features/json/JsonStringifyTransformer.ts +1 -1
- package/src/transformers/features/json/JsonValidateParseTransformer.ts +1 -1
- package/src/transformers/features/json/JsonValidateStringifyTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscAssertCloneTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscAssertPruneTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscCloneTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscCreateAssertCloneTransformer.ts +3 -1
- package/src/transformers/features/misc/MiscCreateAssertPruneTransformer.ts +3 -1
- package/src/transformers/features/misc/MiscCreateCloneTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscCreateIsCloneTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscCreateIsPruneTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscCreatePruneTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscCreateValidateCloneTransformer.ts +3 -1
- package/src/transformers/features/misc/MiscCreateValidatePruneTransformer.ts +3 -1
- package/src/transformers/features/misc/MiscIsCloneTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscIsPruneTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscPruneTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscValidateCloneTransformer.ts +1 -1
- package/src/transformers/features/misc/MiscValidatePruneTransformer.ts +1 -1
- package/src/transformers/features/notations/NotationAssertGeneralTransformer.ts +15 -0
- package/src/transformers/features/notations/NotationCreateAssertGeneralTransformer.ts +15 -0
- package/src/transformers/features/notations/NotationCreateGeneralTransformer.ts +15 -0
- package/src/transformers/features/notations/NotationCreateIsGeneralTransformer.ts +15 -0
- package/src/transformers/features/notations/NotationCreateValidateGeneralTransformer.ts +17 -0
- package/src/transformers/features/notations/NotationGeneralTransformer.ts +11 -0
- package/src/transformers/features/notations/NotationIsGeneralTransformer.ts +15 -0
- package/src/transformers/features/notations/NotationValidateGeneralTransformer.ts +17 -0
- package/src/transformers/features/protobuf/{CreateProtobufAssertDecodeTransformer.ts → ProtobufCreateAssertDecodeTransformer.ts} +1 -1
- package/src/transformers/features/protobuf/{CreateProtobufAssertEncodeTransformer.ts → ProtobufCreateAssertEncodeTransformer.ts} +1 -1
- package/src/transformers/features/protobuf/{CreateProtobufDecodeTransformer.ts → ProtobufCreateDecodeTransformer.ts} +1 -1
- package/src/transformers/features/protobuf/{CreateProtobufEncodeTransformer.ts → ProtobufCreateEncodeTransformer.ts} +1 -1
- package/src/transformers/features/protobuf/{CreateProtobufIsDecodeTransformer.ts → ProtobufCreateIsDecodeTransformer.ts} +1 -1
- package/src/transformers/features/protobuf/{CreateProtobufIsEncodeTransformer.ts → ProtobufCreateIsEncodeTransformer.ts} +1 -1
- package/src/transformers/features/protobuf/{CreateProtobufValidateDecodeTransformer.ts → ProtobufCreateValidateDecodeTransformer.ts} +1 -1
- package/src/transformers/features/protobuf/{CreateProtobufValidateEncodeTransformer.ts → ProtobufCreateValidateEncodeTransformer.ts} +1 -1
- package/src/utils/NamingConvention.ts +91 -0
- package/src/utils/StringUtil.ts +4 -0
|
@@ -5,6 +5,6 @@ var MiscPruneProgrammer_1 = require("../../../programmers/misc/MiscPruneProgramm
|
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
6
|
var MiscCreatePruneTransformer;
|
|
7
7
|
(function (MiscCreatePruneTransformer) {
|
|
8
|
-
MiscCreatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("createPrune")(function (project) { return function (modulo) { return MiscPruneProgrammer_1.MiscPruneProgrammer.write(project)(modulo); }; });
|
|
8
|
+
MiscCreatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("misc.createPrune")(function (project) { return function (modulo) { return MiscPruneProgrammer_1.MiscPruneProgrammer.write(project)(modulo); }; });
|
|
9
9
|
})(MiscCreatePruneTransformer || (exports.MiscCreatePruneTransformer = MiscCreatePruneTransformer = {}));
|
|
10
10
|
//# sourceMappingURL=MiscCreatePruneTransformer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MiscCreatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qFAAoF;AAEpF,wEAAuE;AAEvE,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IAC1B,oCAAS,GAAG,uCAAkB,CAAC,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"MiscCreatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qFAAoF;AAEpF,wEAAuE;AAEvE,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IAC1B,oCAAS,GAAG,uCAAkB,CAAC,OAAO,CAAC,kBAAkB,CAAC,CACnE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,yCAAmB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA1C,CAA0C,EAAtD,CAAsD,CACtE,CAAC;AACN,CAAC,EAJgB,0BAA0B,0CAA1B,0BAA0B,QAI1C"}
|
|
@@ -5,7 +5,7 @@ var MiscValidateCloneProgrammer_1 = require("../../../programmers/misc/MiscValid
|
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
6
|
var MiscCreateValidateCloneTransformer;
|
|
7
7
|
(function (MiscCreateValidateCloneTransformer) {
|
|
8
|
-
MiscCreateValidateCloneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("createValidateClone")(function (project) { return function (modulo) {
|
|
8
|
+
MiscCreateValidateCloneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("misc.createValidateClone")(function (project) { return function (modulo) {
|
|
9
9
|
return MiscValidateCloneProgrammer_1.MiscValidateCloneProgrammer.write(project)(modulo);
|
|
10
10
|
}; });
|
|
11
11
|
})(MiscCreateValidateCloneTransformer || (exports.MiscCreateValidateCloneTransformer = MiscCreateValidateCloneTransformer = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MiscCreateValidateCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreateValidateCloneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,kCAAkC,
|
|
1
|
+
{"version":3,"file":"MiscCreateValidateCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreateValidateCloneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,kCAAkC,CAOlD;AAPD,WAAiB,kCAAkC;IAClC,4CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,0BAA0B,CAC7B,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EAPgB,kCAAkC,kDAAlC,kCAAkC,QAOlD"}
|
|
@@ -5,7 +5,7 @@ var MiscValidatePruneProgrammer_1 = require("../../../programmers/misc/MiscValid
|
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
6
|
var MiscCreateValidatePruneTransformer;
|
|
7
7
|
(function (MiscCreateValidatePruneTransformer) {
|
|
8
|
-
MiscCreateValidatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("createValidatePrune")(function (project) { return function (modulo) {
|
|
8
|
+
MiscCreateValidatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.factory("misc.createValidatePrune")(function (project) { return function (modulo) {
|
|
9
9
|
return MiscValidatePruneProgrammer_1.MiscValidatePruneProgrammer.write(project)(modulo);
|
|
10
10
|
}; });
|
|
11
11
|
})(MiscCreateValidatePruneTransformer || (exports.MiscCreateValidatePruneTransformer = MiscCreateValidatePruneTransformer = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MiscCreateValidatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreateValidatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,kCAAkC,
|
|
1
|
+
{"version":3,"file":"MiscCreateValidatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscCreateValidatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,kCAAkC,CAOlD;AAPD,WAAiB,kCAAkC;IAClC,4CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,0BAA0B,CAC7B,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EAPgB,kCAAkC,kDAAlC,kCAAkC,QAOlD"}
|
|
@@ -5,6 +5,6 @@ var MiscIsCloneProgrammer_1 = require("../../../programmers/misc/MiscIsCloneProg
|
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
6
|
var MiscIsCloneTransformer;
|
|
7
7
|
(function (MiscIsCloneTransformer) {
|
|
8
|
-
MiscIsCloneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("isClone")(function (project) { return function (modulo) { return MiscIsCloneProgrammer_1.MiscIsCloneProgrammer.write(project)(modulo); }; });
|
|
8
|
+
MiscIsCloneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.isClone")(function (project) { return function (modulo) { return MiscIsCloneProgrammer_1.MiscIsCloneProgrammer.write(project)(modulo); }; });
|
|
9
9
|
})(MiscIsCloneTransformer || (exports.MiscIsCloneTransformer = MiscIsCloneTransformer = {}));
|
|
10
10
|
//# sourceMappingURL=MiscIsCloneTransformer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MiscIsCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscIsCloneTransformer.ts"],"names":[],"mappings":";;;AAAA,yFAAwF;AAExF,wEAAuE;AAEvE,IAAiB,sBAAsB,CAItC;AAJD,WAAiB,sBAAsB;IACtB,gCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"MiscIsCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscIsCloneTransformer.ts"],"names":[],"mappings":";;;AAAA,yFAAwF;AAExF,wEAAuE;AAEvE,IAAiB,sBAAsB,CAItC;AAJD,WAAiB,sBAAsB;IACtB,gCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,cAAc,CAAC,CAC9D,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,6CAAqB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA5C,CAA4C,EAAxD,CAAwD,CACxE,CAAC;AACN,CAAC,EAJgB,sBAAsB,sCAAtB,sBAAsB,QAItC"}
|
|
@@ -5,6 +5,6 @@ var MiscIsPruneProgrammer_1 = require("../../../programmers/misc/MiscIsPruneProg
|
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
6
|
var MiscIsPruneTransformer;
|
|
7
7
|
(function (MiscIsPruneTransformer) {
|
|
8
|
-
MiscIsPruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("isPrune")(function (project) { return function (modulo) { return MiscIsPruneProgrammer_1.MiscIsPruneProgrammer.write(project)(modulo); }; });
|
|
8
|
+
MiscIsPruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.isPrune")(function (project) { return function (modulo) { return MiscIsPruneProgrammer_1.MiscIsPruneProgrammer.write(project)(modulo); }; });
|
|
9
9
|
})(MiscIsPruneTransformer || (exports.MiscIsPruneTransformer = MiscIsPruneTransformer = {}));
|
|
10
10
|
//# sourceMappingURL=MiscIsPruneTransformer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MiscIsPruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscIsPruneTransformer.ts"],"names":[],"mappings":";;;AAAA,yFAAwF;AAExF,wEAAuE;AAEvE,IAAiB,sBAAsB,CAItC;AAJD,WAAiB,sBAAsB;IACtB,gCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"MiscIsPruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscIsPruneTransformer.ts"],"names":[],"mappings":";;;AAAA,yFAAwF;AAExF,wEAAuE;AAEvE,IAAiB,sBAAsB,CAItC;AAJD,WAAiB,sBAAsB;IACtB,gCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,cAAc,CAAC,CAC9D,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,6CAAqB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA5C,CAA4C,EAAxD,CAAwD,CACxE,CAAC;AACN,CAAC,EAJgB,sBAAsB,sCAAtB,sBAAsB,QAItC"}
|
|
@@ -5,6 +5,6 @@ var MiscPruneProgrammer_1 = require("../../../programmers/misc/MiscPruneProgramm
|
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
6
|
var MiscPruneTransformer;
|
|
7
7
|
(function (MiscPruneTransformer) {
|
|
8
|
-
MiscPruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("prune")(function (project) { return function (modulo) { return MiscPruneProgrammer_1.MiscPruneProgrammer.write(project)(modulo); }; });
|
|
8
|
+
MiscPruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.prune")(function (project) { return function (modulo) { return MiscPruneProgrammer_1.MiscPruneProgrammer.write(project)(modulo); }; });
|
|
9
9
|
})(MiscPruneTransformer || (exports.MiscPruneTransformer = MiscPruneTransformer = {}));
|
|
10
10
|
//# sourceMappingURL=MiscPruneTransformer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MiscPruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscPruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qFAAoF;AAEpF,wEAAuE;AAEvE,IAAiB,oBAAoB,CAIpC;AAJD,WAAiB,oBAAoB;IACpB,8BAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"MiscPruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscPruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qFAAoF;AAEpF,wEAAuE;AAEvE,IAAiB,oBAAoB,CAIpC;AAJD,WAAiB,oBAAoB;IACpB,8BAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,YAAY,CAAC,CAC5D,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,yCAAmB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA1C,CAA0C,EAAtD,CAAsD,CACtE,CAAC;AACN,CAAC,EAJgB,oBAAoB,oCAApB,oBAAoB,QAIpC"}
|
|
@@ -5,7 +5,7 @@ var MiscValidateCloneProgrammer_1 = require("../../../programmers/misc/MiscValid
|
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
6
|
var MiscValidateCloneTransformer;
|
|
7
7
|
(function (MiscValidateCloneTransformer) {
|
|
8
|
-
MiscValidateCloneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("validatClone")(function (project) { return function (modulo) {
|
|
8
|
+
MiscValidateCloneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.validatClone")(function (project) { return function (modulo) {
|
|
9
9
|
return MiscValidateCloneProgrammer_1.MiscValidateCloneProgrammer.write(project)(modulo);
|
|
10
10
|
}; });
|
|
11
11
|
})(MiscValidateCloneTransformer || (exports.MiscValidateCloneTransformer = MiscValidateCloneTransformer = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MiscValidateCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscValidateCloneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,4BAA4B,CAK5C;AALD,WAAiB,4BAA4B;IAC5B,sCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"MiscValidateCloneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscValidateCloneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,4BAA4B,CAK5C;AALD,WAAiB,4BAA4B;IAC5B,sCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,mBAAmB,CAAC,CACnE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EALgB,4BAA4B,4CAA5B,4BAA4B,QAK5C"}
|
|
@@ -5,7 +5,7 @@ var MiscValidatePruneProgrammer_1 = require("../../../programmers/misc/MiscValid
|
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
6
|
var MiscValidatePruneTransformer;
|
|
7
7
|
(function (MiscValidatePruneTransformer) {
|
|
8
|
-
MiscValidatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("validatPrune")(function (project) { return function (modulo) {
|
|
8
|
+
MiscValidatePruneTransformer.transform = GenericTransformer_1.GenericTransformer.scalar("misc.validatPrune")(function (project) { return function (modulo) {
|
|
9
9
|
return MiscValidatePruneProgrammer_1.MiscValidatePruneProgrammer.write(project)(modulo);
|
|
10
10
|
}; });
|
|
11
11
|
})(MiscValidatePruneTransformer || (exports.MiscValidatePruneTransformer = MiscValidatePruneTransformer = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MiscValidatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscValidatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,4BAA4B,CAK5C;AALD,WAAiB,4BAA4B;IAC5B,sCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"MiscValidatePruneTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/misc/MiscValidatePruneTransformer.ts"],"names":[],"mappings":";;;AAAA,qGAAoG;AAEpG,wEAAuE;AAEvE,IAAiB,4BAA4B,CAK5C;AALD,WAAiB,4BAA4B;IAC5B,sCAAS,GAAG,uCAAkB,CAAC,MAAM,CAAC,mBAAmB,CAAC,CACnE,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAlD,CAAkD,EADzC,CACyC,CACzD,CAAC;AACN,CAAC,EALgB,4BAA4B,4CAA5B,4BAA4B,QAK5C"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
+
export declare namespace NotationAssertGeneralTransformer {
|
|
3
|
+
const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
|
|
4
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotationAssertGeneralTransformer = void 0;
|
|
4
|
+
var NotationAssertGeneralProgrammer_1 = require("../../../programmers/notations/NotationAssertGeneralProgrammer");
|
|
5
|
+
var StringUtil_1 = require("../../../utils/StringUtil");
|
|
6
|
+
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
7
|
+
var NotationAssertGeneralTransformer;
|
|
8
|
+
(function (NotationAssertGeneralTransformer) {
|
|
9
|
+
NotationAssertGeneralTransformer.transform = function (rename) {
|
|
10
|
+
return GenericTransformer_1.GenericTransformer.scalar("notations.assert".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
|
|
11
|
+
return NotationAssertGeneralProgrammer_1.NotationAssertGeneralProgrammer.write(rename)(project)(modulo);
|
|
12
|
+
}; });
|
|
13
|
+
};
|
|
14
|
+
})(NotationAssertGeneralTransformer || (exports.NotationAssertGeneralTransformer = NotationAssertGeneralTransformer = {}));
|
|
15
|
+
//# sourceMappingURL=NotationAssertGeneralTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotationAssertGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationAssertGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,kHAAiH;AAEjH,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,gCAAgC,CAQhD;AARD,WAAiB,gCAAgC;IAChC,0CAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,MAAM,CACrB,0BAAmB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAC1D,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,iEAA+B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAA9D,CAA8D,EADrD,CACqD,CACrE;IALD,CAKC,CAAC;AACV,CAAC,EARgB,gCAAgC,gDAAhC,gCAAgC,QAQhD"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
+
export declare namespace NotationCreateAssertGeneralTransformer {
|
|
3
|
+
const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
|
|
4
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotationCreateAssertGeneralTransformer = void 0;
|
|
4
|
+
var NotationAssertGeneralProgrammer_1 = require("../../../programmers/notations/NotationAssertGeneralProgrammer");
|
|
5
|
+
var StringUtil_1 = require("../../../utils/StringUtil");
|
|
6
|
+
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
7
|
+
var NotationCreateAssertGeneralTransformer;
|
|
8
|
+
(function (NotationCreateAssertGeneralTransformer) {
|
|
9
|
+
NotationCreateAssertGeneralTransformer.transform = function (rename) {
|
|
10
|
+
return GenericTransformer_1.GenericTransformer.factory("notations.createAssert".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
|
|
11
|
+
return NotationAssertGeneralProgrammer_1.NotationAssertGeneralProgrammer.write(rename)(project)(modulo);
|
|
12
|
+
}; });
|
|
13
|
+
};
|
|
14
|
+
})(NotationCreateAssertGeneralTransformer || (exports.NotationCreateAssertGeneralTransformer = NotationCreateAssertGeneralTransformer = {}));
|
|
15
|
+
//# sourceMappingURL=NotationCreateAssertGeneralTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotationCreateAssertGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateAssertGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,kHAAiH;AAEjH,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,sCAAsC,CAQtD;AARD,WAAiB,sCAAsC;IACtC,gDAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,OAAO,CACtB,gCAAyB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAChE,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,iEAA+B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAA9D,CAA8D,EADrD,CACqD,CACrE;IALD,CAKC,CAAC;AACV,CAAC,EARgB,sCAAsC,sDAAtC,sCAAsC,QAQtD"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
+
export declare namespace NotationCreateGeneralTransformer {
|
|
3
|
+
const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
|
|
4
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotationCreateGeneralTransformer = void 0;
|
|
4
|
+
var NotationGeneralProgrammer_1 = require("../../../programmers/notations/NotationGeneralProgrammer");
|
|
5
|
+
var StringUtil_1 = require("../../../utils/StringUtil");
|
|
6
|
+
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
7
|
+
var NotationCreateGeneralTransformer;
|
|
8
|
+
(function (NotationCreateGeneralTransformer) {
|
|
9
|
+
NotationCreateGeneralTransformer.transform = function (rename) {
|
|
10
|
+
return GenericTransformer_1.GenericTransformer.factory("notations.create".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
|
|
11
|
+
return NotationGeneralProgrammer_1.NotationGeneralProgrammer.write(rename)(project)(modulo);
|
|
12
|
+
}; });
|
|
13
|
+
};
|
|
14
|
+
})(NotationCreateGeneralTransformer || (exports.NotationCreateGeneralTransformer = NotationCreateGeneralTransformer = {}));
|
|
15
|
+
//# sourceMappingURL=NotationCreateGeneralTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotationCreateGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,sGAAqG;AAErG,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,gCAAgC,CAQhD;AARD,WAAiB,gCAAgC;IAChC,0CAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,OAAO,CACtB,0BAAmB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAC1D,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,qDAAyB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAAxD,CAAwD,EAD/C,CAC+C,CAC/D;IALD,CAKC,CAAC;AACV,CAAC,EARgB,gCAAgC,gDAAhC,gCAAgC,QAQhD"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
+
export declare namespace NotationCreateIsGeneralTransformer {
|
|
3
|
+
const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
|
|
4
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotationCreateIsGeneralTransformer = void 0;
|
|
4
|
+
var NotationIsGeneralProgrammer_1 = require("../../../programmers/notations/NotationIsGeneralProgrammer");
|
|
5
|
+
var StringUtil_1 = require("../../../utils/StringUtil");
|
|
6
|
+
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
7
|
+
var NotationCreateIsGeneralTransformer;
|
|
8
|
+
(function (NotationCreateIsGeneralTransformer) {
|
|
9
|
+
NotationCreateIsGeneralTransformer.transform = function (rename) {
|
|
10
|
+
return GenericTransformer_1.GenericTransformer.factory("notations.createIs".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
|
|
11
|
+
return NotationIsGeneralProgrammer_1.NotationIsGeneralProgrammer.write(rename)(project)(modulo);
|
|
12
|
+
}; });
|
|
13
|
+
};
|
|
14
|
+
})(NotationCreateIsGeneralTransformer || (exports.NotationCreateIsGeneralTransformer = NotationCreateIsGeneralTransformer = {}));
|
|
15
|
+
//# sourceMappingURL=NotationCreateIsGeneralTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotationCreateIsGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateIsGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,0GAAyG;AAEzG,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,kCAAkC,CAQlD;AARD,WAAiB,kCAAkC;IAClC,4CAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,OAAO,CACtB,4BAAqB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAC5D,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAA1D,CAA0D,EADjD,CACiD,CACjE;IALD,CAKC,CAAC;AACV,CAAC,EARgB,kCAAkC,kDAAlC,kCAAkC,QAQlD"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
+
export declare namespace NotationCreateValidateGeneralTransformer {
|
|
3
|
+
const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
|
|
4
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotationCreateValidateGeneralTransformer = void 0;
|
|
4
|
+
var NotationValidateGeneralProgrammer_1 = require("../../../programmers/notations/NotationValidateGeneralProgrammer");
|
|
5
|
+
var StringUtil_1 = require("../../../utils/StringUtil");
|
|
6
|
+
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
7
|
+
var NotationCreateValidateGeneralTransformer;
|
|
8
|
+
(function (NotationCreateValidateGeneralTransformer) {
|
|
9
|
+
NotationCreateValidateGeneralTransformer.transform = function (rename) {
|
|
10
|
+
return GenericTransformer_1.GenericTransformer.factory("notations.createValidate".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
|
|
11
|
+
return NotationValidateGeneralProgrammer_1.NotationValidateGeneralProgrammer.write(rename)(project)(modulo);
|
|
12
|
+
}; });
|
|
13
|
+
};
|
|
14
|
+
})(NotationCreateValidateGeneralTransformer || (exports.NotationCreateValidateGeneralTransformer = NotationCreateValidateGeneralTransformer = {}));
|
|
15
|
+
//# sourceMappingURL=NotationCreateValidateGeneralTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotationCreateValidateGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationCreateValidateGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,sHAAqH;AAErH,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,wCAAwC,CAUxD;AAVD,WAAiB,wCAAwC;IACxC,kDAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,OAAO,CACtB,kCAA2B,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAClE,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,qEAAiC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CACpD,MAAM,CACT;QAFD,CAEC,EAHQ,CAGR,CACR;IAPD,CAOC,CAAC;AACV,CAAC,EAVgB,wCAAwC,wDAAxC,wCAAwC,QAUxD"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
+
export declare namespace NotationGeneralTransformer {
|
|
3
|
+
const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
|
|
4
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotationGeneralTransformer = void 0;
|
|
4
|
+
var NotationGeneralProgrammer_1 = require("../../../programmers/notations/NotationGeneralProgrammer");
|
|
5
|
+
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
|
+
var NotationGeneralTransformer;
|
|
7
|
+
(function (NotationGeneralTransformer) {
|
|
8
|
+
NotationGeneralTransformer.transform = function (rename) {
|
|
9
|
+
return GenericTransformer_1.GenericTransformer.scalar("notations.".concat(rename.name))(function (project) { return function (modulo) {
|
|
10
|
+
return NotationGeneralProgrammer_1.NotationGeneralProgrammer.write(rename)(project)(modulo);
|
|
11
|
+
}; });
|
|
12
|
+
};
|
|
13
|
+
})(NotationGeneralTransformer || (exports.NotationGeneralTransformer = NotationGeneralTransformer = {}));
|
|
14
|
+
//# sourceMappingURL=NotationGeneralTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotationGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,sGAAqG;AAErG,wEAAuE;AAEvE,IAAiB,0BAA0B,CAM1C;AAND,WAAiB,0BAA0B;IAC1B,oCAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,MAAM,CAAC,oBAAa,MAAM,CAAC,IAAI,CAAE,CAAC,CACjD,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,qDAAyB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAAxD,CAAwD,EAD/C,CAC+C,CAC/D;IAHD,CAGC,CAAC;AACV,CAAC,EANgB,0BAA0B,0CAA1B,0BAA0B,QAM1C"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
+
export declare namespace NotationIsGeneralTransformer {
|
|
3
|
+
const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
|
|
4
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotationIsGeneralTransformer = void 0;
|
|
4
|
+
var NotationIsGeneralProgrammer_1 = require("../../../programmers/notations/NotationIsGeneralProgrammer");
|
|
5
|
+
var StringUtil_1 = require("../../../utils/StringUtil");
|
|
6
|
+
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
7
|
+
var NotationIsGeneralTransformer;
|
|
8
|
+
(function (NotationIsGeneralTransformer) {
|
|
9
|
+
NotationIsGeneralTransformer.transform = function (rename) {
|
|
10
|
+
return GenericTransformer_1.GenericTransformer.scalar("notations.is".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
|
|
11
|
+
return NotationIsGeneralProgrammer_1.NotationIsGeneralProgrammer.write(rename)(project)(modulo);
|
|
12
|
+
}; });
|
|
13
|
+
};
|
|
14
|
+
})(NotationIsGeneralTransformer || (exports.NotationIsGeneralTransformer = NotationIsGeneralTransformer = {}));
|
|
15
|
+
//# sourceMappingURL=NotationIsGeneralTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotationIsGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationIsGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,0GAAyG;AAEzG,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,4BAA4B,CAQ5C;AARD,WAAiB,4BAA4B;IAC5B,sCAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,MAAM,CACrB,sBAAe,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CACtD,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,yDAA2B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;QAA1D,CAA0D,EADjD,CACiD,CACjE;IALD,CAKC,CAAC;AACV,CAAC,EARgB,4BAA4B,4CAA5B,4BAA4B,QAQ5C"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
+
export declare namespace NotationValidateGeneralTransformer {
|
|
3
|
+
const transform: (rename: (str: string) => string) => (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").CallExpression;
|
|
4
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotationValidateGeneralTransformer = void 0;
|
|
4
|
+
var NotationValidateGeneralProgrammer_1 = require("../../../programmers/notations/NotationValidateGeneralProgrammer");
|
|
5
|
+
var StringUtil_1 = require("../../../utils/StringUtil");
|
|
6
|
+
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
7
|
+
var NotationValidateGeneralTransformer;
|
|
8
|
+
(function (NotationValidateGeneralTransformer) {
|
|
9
|
+
NotationValidateGeneralTransformer.transform = function (rename) {
|
|
10
|
+
return GenericTransformer_1.GenericTransformer.scalar("notations.validate".concat(StringUtil_1.StringUtil.capitalize(rename.name)))(function (project) { return function (modulo) {
|
|
11
|
+
return NotationValidateGeneralProgrammer_1.NotationValidateGeneralProgrammer.write(rename)(project)(modulo);
|
|
12
|
+
}; });
|
|
13
|
+
};
|
|
14
|
+
})(NotationValidateGeneralTransformer || (exports.NotationValidateGeneralTransformer = NotationValidateGeneralTransformer = {}));
|
|
15
|
+
//# sourceMappingURL=NotationValidateGeneralTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotationValidateGeneralTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/notations/NotationValidateGeneralTransformer.ts"],"names":[],"mappings":";;;AAAA,sHAAqH;AAErH,wDAAuD;AAEvD,wEAAuE;AAEvE,IAAiB,kCAAkC,CAUlD;AAVD,WAAiB,kCAAkC;IAClC,4CAAS,GAAG,UAAC,MAA+B;QACrD,OAAA,uCAAkB,CAAC,MAAM,CACrB,4BAAqB,uBAAU,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAC5D,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;YAChB,OAAA,qEAAiC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CACpD,MAAM,CACT;QAFD,CAEC,EAHQ,CAGR,CACR;IAPD,CAOC,CAAC;AACV,CAAC,EAVgB,kCAAkC,kDAAlC,kCAAkC,QAUlD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
-
export declare namespace
|
|
2
|
+
export declare namespace ProtobufCreateAssertDecodeTransformer {
|
|
3
3
|
const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
|
|
4
4
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ProtobufCreateAssertDecodeTransformer = void 0;
|
|
4
4
|
var ProtobufAssertDecodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufAssertDecodeProgrammer");
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
|
-
var
|
|
7
|
-
(function (
|
|
8
|
-
|
|
6
|
+
var ProtobufCreateAssertDecodeTransformer;
|
|
7
|
+
(function (ProtobufCreateAssertDecodeTransformer) {
|
|
8
|
+
ProtobufCreateAssertDecodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createAssertDecode")(function (project) { return function (modulo) {
|
|
9
9
|
return ProtobufAssertDecodeProgrammer_1.ProtobufAssertDecodeProgrammer.write(project)(modulo);
|
|
10
10
|
}; });
|
|
11
|
-
})(
|
|
12
|
-
//# sourceMappingURL=
|
|
11
|
+
})(ProtobufCreateAssertDecodeTransformer || (exports.ProtobufCreateAssertDecodeTransformer = ProtobufCreateAssertDecodeTransformer = {}));
|
|
12
|
+
//# sourceMappingURL=ProtobufCreateAssertDecodeTransformer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"ProtobufCreateAssertDecodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateAssertDecodeTransformer.ts"],"names":[],"mappings":";;;AAAA,+GAA8G;AAE9G,wEAAuE;AAEvE,IAAiB,qCAAqC,CAOrD;AAPD,WAAiB,qCAAqC;IACrC,+CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,6BAA6B,CAChC,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,+DAA8B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAArD,CAAqD,EAD5C,CAC4C,CAC5D,CAAC;AACN,CAAC,EAPgB,qCAAqC,qDAArC,qCAAqC,QAOrD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
-
export declare namespace
|
|
2
|
+
export declare namespace ProtobufCreateAssertEncodeTransformer {
|
|
3
3
|
const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
|
|
4
4
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ProtobufCreateAssertEncodeTransformer = void 0;
|
|
4
4
|
var ProtobufAssertEncodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufAssertEncodeProgrammer");
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
|
-
var
|
|
7
|
-
(function (
|
|
8
|
-
|
|
6
|
+
var ProtobufCreateAssertEncodeTransformer;
|
|
7
|
+
(function (ProtobufCreateAssertEncodeTransformer) {
|
|
8
|
+
ProtobufCreateAssertEncodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createAssertEncode")(function (project) { return function (modulo) {
|
|
9
9
|
return ProtobufAssertEncodeProgrammer_1.ProtobufAssertEncodeProgrammer.write(project)(modulo);
|
|
10
10
|
}; });
|
|
11
|
-
})(
|
|
12
|
-
//# sourceMappingURL=
|
|
11
|
+
})(ProtobufCreateAssertEncodeTransformer || (exports.ProtobufCreateAssertEncodeTransformer = ProtobufCreateAssertEncodeTransformer = {}));
|
|
12
|
+
//# sourceMappingURL=ProtobufCreateAssertEncodeTransformer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"ProtobufCreateAssertEncodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateAssertEncodeTransformer.ts"],"names":[],"mappings":";;;AAAA,+GAA8G;AAE9G,wEAAuE;AAEvE,IAAiB,qCAAqC,CAOrD;AAPD,WAAiB,qCAAqC;IACrC,+CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,6BAA6B,CAChC,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,+DAA8B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAArD,CAAqD,EAD5C,CAC4C,CAC5D,CAAC;AACN,CAAC,EAPgB,qCAAqC,qDAArC,qCAAqC,QAOrD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
-
export declare namespace
|
|
2
|
+
export declare namespace ProtobufCreateDecodeTransformer {
|
|
3
3
|
const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
|
|
4
4
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ProtobufCreateDecodeTransformer = void 0;
|
|
4
4
|
var ProtobufDecodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufDecodeProgrammer");
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
|
-
var
|
|
7
|
-
(function (
|
|
8
|
-
|
|
9
|
-
})(
|
|
10
|
-
//# sourceMappingURL=
|
|
6
|
+
var ProtobufCreateDecodeTransformer;
|
|
7
|
+
(function (ProtobufCreateDecodeTransformer) {
|
|
8
|
+
ProtobufCreateDecodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createDecode")(function (project) { return function (modulo) { return ProtobufDecodeProgrammer_1.ProtobufDecodeProgrammer.write(project)(modulo); }; });
|
|
9
|
+
})(ProtobufCreateDecodeTransformer || (exports.ProtobufCreateDecodeTransformer = ProtobufCreateDecodeTransformer = {}));
|
|
10
|
+
//# sourceMappingURL=ProtobufCreateDecodeTransformer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"ProtobufCreateDecodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateDecodeTransformer.ts"],"names":[],"mappings":";;;AAAA,mGAAkG;AAElG,wEAAuE;AAEvE,IAAiB,+BAA+B,CAI/C;AAJD,WAAiB,+BAA+B;IAC/B,yCAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,uBAAuB,CAC1B,CAAC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,mDAAwB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA/C,CAA+C,EAA3D,CAA2D,CAAC,CAAC;AAChF,CAAC,EAJgB,+BAA+B,+CAA/B,+BAA+B,QAI/C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
-
export declare namespace
|
|
2
|
+
export declare namespace ProtobufCreateEncodeTransformer {
|
|
3
3
|
const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
|
|
4
4
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ProtobufCreateEncodeTransformer = void 0;
|
|
4
4
|
var ProtobufEncodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufEncodeProgrammer");
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
|
-
var
|
|
7
|
-
(function (
|
|
8
|
-
|
|
9
|
-
})(
|
|
10
|
-
//# sourceMappingURL=
|
|
6
|
+
var ProtobufCreateEncodeTransformer;
|
|
7
|
+
(function (ProtobufCreateEncodeTransformer) {
|
|
8
|
+
ProtobufCreateEncodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createEncode")(function (project) { return function (modulo) { return ProtobufEncodeProgrammer_1.ProtobufEncodeProgrammer.write(project)(modulo); }; });
|
|
9
|
+
})(ProtobufCreateEncodeTransformer || (exports.ProtobufCreateEncodeTransformer = ProtobufCreateEncodeTransformer = {}));
|
|
10
|
+
//# sourceMappingURL=ProtobufCreateEncodeTransformer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"ProtobufCreateEncodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateEncodeTransformer.ts"],"names":[],"mappings":";;;AAAA,mGAAkG;AAElG,wEAAuE;AAEvE,IAAiB,+BAA+B,CAI/C;AAJD,WAAiB,+BAA+B;IAC/B,yCAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,uBAAuB,CAC1B,CAAC,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM,IAAK,OAAA,mDAAwB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EAA/C,CAA+C,EAA3D,CAA2D,CAAC,CAAC;AAChF,CAAC,EAJgB,+BAA+B,+CAA/B,+BAA+B,QAI/C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
-
export declare namespace
|
|
2
|
+
export declare namespace ProtobufCreateIsDecodeTransformer {
|
|
3
3
|
const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
|
|
4
4
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ProtobufCreateIsDecodeTransformer = void 0;
|
|
4
4
|
var ProtobufIsDecodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufIsDecodeProgrammer");
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
|
-
var
|
|
7
|
-
(function (
|
|
8
|
-
|
|
6
|
+
var ProtobufCreateIsDecodeTransformer;
|
|
7
|
+
(function (ProtobufCreateIsDecodeTransformer) {
|
|
8
|
+
ProtobufCreateIsDecodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createIsDecode")(function (project) { return function (modulo) {
|
|
9
9
|
return ProtobufIsDecodeProgrammer_1.ProtobufIsDecodeProgrammer.write(project)(modulo);
|
|
10
10
|
}; });
|
|
11
|
-
})(
|
|
12
|
-
//# sourceMappingURL=
|
|
11
|
+
})(ProtobufCreateIsDecodeTransformer || (exports.ProtobufCreateIsDecodeTransformer = ProtobufCreateIsDecodeTransformer = {}));
|
|
12
|
+
//# sourceMappingURL=ProtobufCreateIsDecodeTransformer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"ProtobufCreateIsDecodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateIsDecodeTransformer.ts"],"names":[],"mappings":";;;AAAA,uGAAsG;AAEtG,wEAAuE;AAEvE,IAAiB,iCAAiC,CAOjD;AAPD,WAAiB,iCAAiC;IACjC,2CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,yBAAyB,CAC5B,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,uDAA0B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAjD,CAAiD,EADxC,CACwC,CACxD,CAAC;AACN,CAAC,EAPgB,iCAAiC,iDAAjC,iCAAiC,QAOjD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
-
export declare namespace
|
|
2
|
+
export declare namespace ProtobufCreateIsEncodeTransformer {
|
|
3
3
|
const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
|
|
4
4
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ProtobufCreateIsEncodeTransformer = void 0;
|
|
4
4
|
var ProtobufIsEncodeProgrammer_1 = require("../../../programmers/protobuf/ProtobufIsEncodeProgrammer");
|
|
5
5
|
var GenericTransformer_1 = require("../../internal/GenericTransformer");
|
|
6
|
-
var
|
|
7
|
-
(function (
|
|
8
|
-
|
|
6
|
+
var ProtobufCreateIsEncodeTransformer;
|
|
7
|
+
(function (ProtobufCreateIsEncodeTransformer) {
|
|
8
|
+
ProtobufCreateIsEncodeTransformer.transform = GenericTransformer_1.GenericTransformer.factory("protobuf.createIsEncode")(function (project) { return function (modulo) {
|
|
9
9
|
return ProtobufIsEncodeProgrammer_1.ProtobufIsEncodeProgrammer.write(project)(modulo);
|
|
10
10
|
}; });
|
|
11
|
-
})(
|
|
12
|
-
//# sourceMappingURL=
|
|
11
|
+
})(ProtobufCreateIsEncodeTransformer || (exports.ProtobufCreateIsEncodeTransformer = ProtobufCreateIsEncodeTransformer = {}));
|
|
12
|
+
//# sourceMappingURL=ProtobufCreateIsEncodeTransformer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"ProtobufCreateIsEncodeTransformer.js","sourceRoot":"","sources":["../../../../src/transformers/features/protobuf/ProtobufCreateIsEncodeTransformer.ts"],"names":[],"mappings":";;;AAAA,uGAAsG;AAEtG,wEAAuE;AAEvE,IAAiB,iCAAiC,CAOjD;AAPD,WAAiB,iCAAiC;IACjC,2CAAS,GAAG,uCAAkB,CAAC,OAAO,CAC/C,yBAAyB,CAC5B,CACG,UAAC,OAAO,IAAK,OAAA,UAAC,MAAM;QAChB,OAAA,uDAA0B,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC;IAAjD,CAAiD,EADxC,CACwC,CACxD,CAAC;AACN,CAAC,EAPgB,iCAAiC,iDAAjC,iCAAiC,QAOjD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="ts-expose-internals/typescript" />
|
|
2
|
-
export declare namespace
|
|
2
|
+
export declare namespace ProtobufCreateValidateDecodeTransformer {
|
|
3
3
|
const transform: (project: import("../../IProject").IProject) => (modulo: import("typescript").LeftHandSideExpression) => (expression: import("typescript").CallExpression) => import("typescript").ArrowFunction;
|
|
4
4
|
}
|