@zohodesk/react-cli 1.1.19-exp.13 → 1.1.19-exp.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (735) hide show
  1. package/lib/configs/webpack.dev.config.js +1 -1
  2. package/lib/loaders/docsLoader.js +2 -2
  3. package/npm-shrinkwrap.json +19091 -29
  4. package/package.json +1 -1
  5. package/lib/loaders/enhancedReactLiveConverter.js +0 -151
  6. package/packages/client_build_tool/lib/allCommandsConfigs.js +0 -25
  7. package/packages/client_build_tool/lib/commands/build/commandExecutor.js +0 -17
  8. package/packages/client_build_tool/lib/commands/build/config.js +0 -12
  9. package/packages/client_build_tool/lib/commands/build/optionsProcessor.js +0 -35
  10. package/packages/client_build_tool/lib/commands/build/preProcessor.js +0 -12
  11. package/packages/client_build_tool/lib/commands/buildEs/commandExecutor.js +0 -33
  12. package/packages/client_build_tool/lib/commands/buildEs/config.js +0 -12
  13. package/packages/client_build_tool/lib/commands/buildEs/preProcessor.js +0 -17
  14. package/packages/client_build_tool/lib/commands/buildLib/commandExecutor.js +0 -33
  15. package/packages/client_build_tool/lib/commands/buildLib/config.js +0 -12
  16. package/packages/client_build_tool/lib/commands/buildLib/preProcessor.js +0 -17
  17. package/packages/client_build_tool/lib/commands/mockserver/commandExecutor.js +0 -43
  18. package/packages/client_build_tool/lib/commands/mockserver/config.js +0 -12
  19. package/packages/client_build_tool/lib/commands/pre_process/commandExecutor.js +0 -18
  20. package/packages/client_build_tool/lib/commands/pre_process/config.js +0 -12
  21. package/packages/client_build_tool/lib/commands/start/commandExecutor.js +0 -12
  22. package/packages/client_build_tool/lib/commands/start/config.js +0 -12
  23. package/packages/client_build_tool/lib/commands/start/optionsProcessor.js +0 -30
  24. package/packages/client_build_tool/lib/commands/start/preProcessor.js +0 -12
  25. package/packages/client_build_tool/lib/commands/template/commandExecutor.js +0 -28
  26. package/packages/client_build_tool/lib/commands/template/config.js +0 -12
  27. package/packages/client_build_tool/lib/commands/version/commandExecutor.js +0 -14
  28. package/packages/client_build_tool/lib/commands/version/config.js +0 -12
  29. package/packages/client_build_tool/lib/commandsRouter.js +0 -74
  30. package/packages/client_build_tool/lib/index.js +0 -12
  31. package/packages/client_build_tool/lib/logger.js +0 -34
  32. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/otherTestCases.test.js +0 -234
  33. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/passingDifferentDataTypesToSchema.test.js +0 -103
  34. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/passingEmptyObjects.test.js +0 -41
  35. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/replacingSchemaValueByCustomOptions/convertArray.test.js +0 -68
  36. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/replacingSchemaValueByCustomOptions/convertNumber.test.js +0 -68
  37. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/replacingSchemaValueByCustomOptions/convertObject.test.js +0 -141
  38. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/replacingSchemaValueByCustomOptions/convertString.test.js +0 -68
  39. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/replacingSchemaValueByCustomOptions/convertUndefinedAndNull.test.js +0 -132
  40. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/replacingSchemaValueByProcessEnv/convertArray.test.js +0 -71
  41. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/replacingSchemaValueByProcessEnv/convertNumber.test.js +0 -71
  42. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/replacingSchemaValueByProcessEnv/convertObject.test.js +0 -73
  43. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/replacingSchemaValueByProcessEnv/convertString.test.js +0 -71
  44. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/__test__/replacingSchemaValueByProcessEnv/convertUndefinedAndNull.test.js +0 -138
  45. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/index.js +0 -34
  46. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/isObject.js +0 -10
  47. package/packages/client_build_tool/lib/schemas/applyValuesToSchema/isValid.js +0 -14
  48. package/packages/client_build_tool/lib/schemas/cliArgsToObject.js +0 -39
  49. package/packages/client_build_tool/lib/schemas/defaultConfigValues.js +0 -334
  50. package/packages/client_build_tool/lib/schemas/defaultConfigValuesOnly.js +0 -187
  51. package/packages/client_build_tool/lib/schemas/deprecatedOptionsHandler.js +0 -67
  52. package/packages/client_build_tool/lib/schemas/getNpmVersion.js +0 -22
  53. package/packages/client_build_tool/lib/schemas/giveDefaultValue.js +0 -18
  54. package/packages/client_build_tool/lib/schemas/npmConfigToObject.js +0 -35
  55. package/packages/client_build_tool/lib/schemas/readOptions.js +0 -54
  56. package/packages/client_build_tool/lib/schemas/readOptionsForConfigFile.js +0 -42
  57. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/Map.test.js +0 -15
  58. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/MathAndNumberMethod.test.js +0 -30
  59. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/ObjectAndModules.test.js +0 -47
  60. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/Sets.test.js +0 -18
  61. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/Symbol.test.js +0 -25
  62. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/arrowFunction.test.js +0 -34
  63. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/block-scoping.test.js +0 -18
  64. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/classes.test.js +0 -55
  65. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/defaultParameterValues.test.js +0 -18
  66. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/extraFeatures.test.js +0 -82
  67. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/forOf.test.js +0 -20
  68. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/promise.test.js +0 -22
  69. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/spreadOperator.test.js +0 -20
  70. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/spreadParams.test.js +0 -24
  71. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/stringAndArrayMethods.test.js +0 -67
  72. package/packages/client_build_tool/lib/shared/babel/__test__/es2015/variables.test.js +0 -21
  73. package/packages/client_build_tool/lib/shared/babel/__test__/es2016/array-includes.test.js +0 -13
  74. package/packages/client_build_tool/lib/shared/babel/__test__/es2016/exponentationOperator.test.js +0 -20
  75. package/packages/client_build_tool/lib/shared/babel/__test__/es2017/asyncAndawait.test.js +0 -23
  76. package/packages/client_build_tool/lib/shared/babel/__test__/es2017/object-entries.test.js +0 -24
  77. package/packages/client_build_tool/lib/shared/babel/__test__/es2017/object-getOwnproperties.test.js +0 -24
  78. package/packages/client_build_tool/lib/shared/babel/__test__/es2017/object-values.test.js +0 -24
  79. package/packages/client_build_tool/lib/shared/babel/__test__/es2017/stringMethods.test.js +0 -20
  80. package/packages/client_build_tool/lib/shared/babel/__test__/es2018/asynchronous-iterator.test.js +0 -19
  81. package/packages/client_build_tool/lib/shared/babel/__test__/es2018/object-rest-spread.test.js +0 -24
  82. package/packages/client_build_tool/lib/shared/babel/__test__/es2018/promise-finally.test.js +0 -26
  83. package/packages/client_build_tool/lib/shared/babel/__test__/es2018/regularExpressions.test.js +0 -35
  84. package/packages/client_build_tool/lib/shared/babel/__test__/es2019/Json.stringify.test.js +0 -21
  85. package/packages/client_build_tool/lib/shared/babel/__test__/es2019/arrayMethods.test.js +0 -31
  86. package/packages/client_build_tool/lib/shared/babel/__test__/es2019/object-fromEntriesMethod.test.js +0 -13
  87. package/packages/client_build_tool/lib/shared/babel/__test__/es2019/optionalCatchBinding.test.js +0 -23
  88. package/packages/client_build_tool/lib/shared/babel/__test__/es2019/revisedFunctionToString.test.js +0 -17
  89. package/packages/client_build_tool/lib/shared/babel/__test__/es2019/trim-startAndend-method.test.js +0 -20
  90. package/packages/client_build_tool/lib/shared/babel/__test__/es2020/AssignmentOperator.test.js +0 -27
  91. package/packages/client_build_tool/lib/shared/babel/__test__/es2020/Dynamic-Import.test.js +0 -19
  92. package/packages/client_build_tool/lib/shared/babel/__test__/es2020/NullishOperator.test.js +0 -15
  93. package/packages/client_build_tool/lib/shared/babel/__test__/es2020/bigInt.test.js +0 -13
  94. package/packages/client_build_tool/lib/shared/babel/__test__/es2020/chainOperator.test.js +0 -17
  95. package/packages/client_build_tool/lib/shared/babel/__test__/es2020/export-namespace-from.test.js +0 -12
  96. package/packages/client_build_tool/lib/shared/babel/__test__/es2020/promiseAllSettledMathod.test.js +0 -17
  97. package/packages/client_build_tool/lib/shared/babel/__test__/es2020/stringMatchMethod.test.js +0 -13
  98. package/packages/client_build_tool/lib/shared/babel/__test__/es2021/NumericSeparator.test.js +0 -23
  99. package/packages/client_build_tool/lib/shared/babel/__test__/es2021/logicalOperatorAssignments.test.js +0 -25
  100. package/packages/client_build_tool/lib/shared/babel/__test__/es2021/promiseAny.test.js +0 -16
  101. package/packages/client_build_tool/lib/shared/babel/__test__/es2021/stringReplaceMethod.test.js +0 -16
  102. package/packages/client_build_tool/lib/shared/babel/__test__/es2022/Array-atMethod.test.js +0 -13
  103. package/packages/client_build_tool/lib/shared/babel/__test__/es2022/ObjectKeyCheck.test.js +0 -27
  104. package/packages/client_build_tool/lib/shared/babel/__test__/es2022/ObjecthasOwnMethod.test.js +0 -19
  105. package/packages/client_build_tool/lib/shared/babel/__test__/es2022/RegexMatchIndices.test.js +0 -20
  106. package/packages/client_build_tool/lib/shared/babel/__test__/es2022/String-atMethod.test.js +0 -15
  107. package/packages/client_build_tool/lib/shared/babel/__test__/es2022/error.Cause.test.js +0 -23
  108. package/packages/client_build_tool/lib/shared/babel/__test__/es2022/keysCheckinPrivateFields.test.js +0 -27
  109. package/packages/client_build_tool/lib/shared/babel/__test__/es2022/privateMethodsAndFields.test.js +0 -23
  110. package/packages/client_build_tool/lib/shared/babel/__test__/es2022/staticFieldsAndMethod.test.js +0 -54
  111. package/packages/client_build_tool/lib/shared/babel/__test__/es2022/topLevelAwait.test.js +0 -11
  112. package/packages/client_build_tool/lib/shared/babel/__test__/es2022/weakRef.test.js +0 -17
  113. package/packages/client_build_tool/lib/shared/babel/__test__/utilities.js +0 -28
  114. package/packages/client_build_tool/lib/shared/babel/addDefaultPlugins.js +0 -15
  115. package/packages/client_build_tool/lib/shared/babel/babelWebConfig.js +0 -54
  116. package/packages/client_build_tool/lib/shared/babel/babel_plugins/removeAttributesPlugin.js +0 -23
  117. package/packages/client_build_tool/lib/shared/babel/getBabelPlugin.js +0 -37
  118. package/packages/client_build_tool/lib/shared/babel/runBabelForJSFile.js +0 -24
  119. package/packages/client_build_tool/lib/shared/babel/runBabelForTsFile.js +0 -30
  120. package/packages/client_build_tool/lib/shared/bundler/webpack/common/decidePublicPath.js +0 -52
  121. package/packages/client_build_tool/lib/shared/bundler/webpack/common/libAlias.js +0 -31
  122. package/packages/client_build_tool/lib/shared/bundler/webpack/common/modeUtils.js +0 -39
  123. package/packages/client_build_tool/lib/shared/bundler/webpack/common/nameTemplates.js +0 -101
  124. package/packages/client_build_tool/lib/shared/bundler/webpack/common/resourceBasedPublicPath.js +0 -21
  125. package/packages/client_build_tool/lib/shared/bundler/webpack/configCustomLoaders.js +0 -10
  126. package/packages/client_build_tool/lib/shared/bundler/webpack/cssLoaders.js +0 -16
  127. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/BundleIntegrityReport/index.js +0 -83
  128. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/CdnChangePlugin/index.js +0 -119
  129. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/CdnChangePlugin/webpackCustomJsUrlLoader.js +0 -46
  130. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/EFCTemplatePlugin.js +0 -112
  131. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/ContributionGuide.md +0 -11
  132. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/I18nFilesEmitPlugin.js +0 -174
  133. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/I18nKeysIdentifer.js +0 -76
  134. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/I18nRuntimeDealerPlugin.js +0 -223
  135. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/I18nSplit.md +0 -95
  136. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/LocaleChunkAssetsStore.js +0 -73
  137. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/ModulesI18nKeysStore.js +0 -88
  138. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/README.md +0 -25
  139. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/constants.js +0 -29
  140. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/createHash.js +0 -24
  141. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/getI18nLoadingRuntimeModule.js +0 -76
  142. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/index.js +0 -39
  143. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/iterateModulesInChunk.js +0 -50
  144. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/optionsHandler.js +0 -68
  145. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/pathCreator.js +0 -23
  146. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/readI18nValues.js +0 -29
  147. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/templateFileName.js +0 -43
  148. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/templateHashHelpers.js +0 -77
  149. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/terser/__test__/classesAndObject.test.js +0 -56
  150. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/terser/__test__/conditionalOperation.test.js +0 -154
  151. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/terser/__test__/function.test.js +0 -89
  152. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/terser/__test__/function2.test.js +0 -71
  153. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/terser/__test__/loop.test.js +0 -112
  154. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/terser/__test__/minifyBooleanValues.test.js +0 -43
  155. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/terser/__test__/minimizeVariableNames.test.js +0 -45
  156. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/terser/__test__/promise.test.js +0 -53
  157. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/terser/__test__/removeCommentsAndEmptySpace.test.js +0 -13
  158. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/terser/__test__/removeUnusedStrings.test.js +0 -14
  159. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/terser/__test__/variableDeclaration.test.js +0 -30
  160. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/utils/collectI18nKeys.js +0 -66
  161. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/utils/getChunkModules.js +0 -13
  162. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/utils/hashUtils.js +0 -19
  163. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/utils/index.js +0 -31
  164. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/utils/propertiesUtils.js +0 -129
  165. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/InitialHtmlPlugin.js +0 -56
  166. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/__test__/addFilesNamesToManifestJson.test.js +0 -51
  167. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/__test__/createInitialEntries.test.js +0 -95
  168. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/__test__/removeHashFromFileName.test.js +0 -91
  169. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/addFilesNamesToManifestJson.js +0 -24
  170. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/createInitialEntries.js +0 -17
  171. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/createManifestJson.js +0 -35
  172. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/findInitialFileNames.js +0 -18
  173. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/index.js +0 -46
  174. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/removeHashFromFileName.js +0 -18
  175. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/RTLSplitPlugin.js +0 -1
  176. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ResourceHintsPlugin.js +0 -192
  177. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/RtlSplitPlugin/OverwriteCssPathForRTL.js +0 -62
  178. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/RtlSplitPlugin/RtlCssPlugin.js +0 -84
  179. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/RtlSplitPlugin/RtrSplit.md +0 -34
  180. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/RtlSplitPlugin/replaceCssDirTemplate.js +0 -27
  181. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/RuntimeResourceCleanup/index.js +0 -73
  182. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/SelectorWeightPlugin/classHandling.js +0 -20
  183. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/SelectorWeightPlugin/index.js +0 -78
  184. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/SelectorWeightPlugin/selectorWeightPrefixAdder.js +0 -51
  185. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/SelectorWeightPlugin/windowsModification.js +0 -16
  186. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ServiceWorkerPlugin.js +0 -110
  187. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/SourceMapPlugin/index.js +0 -68
  188. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/TPHashMappingPlugin/addHashToFilePath.js +0 -22
  189. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/TPHashMappingPlugin/index.js +0 -55
  190. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/UglifyCSSPlugin/__test__/uglifyCss1.test.js +0 -74
  191. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/UglifyCSSPlugin/__test__/uglifycss.test.js +0 -64
  192. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/UglifyCSSPlugin/__test__/utilities.js +0 -28
  193. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/UglifyCSSPlugin/index.js.js +0 -49
  194. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/VariableConversionCollector/ErrorHandler.js +0 -62
  195. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/VariableConversionCollector/index.js +0 -362
  196. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/custom_attribute_plugin/index.js +0 -80
  197. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/emitAsset.js +0 -14
  198. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/getInitialAssetsFuncTemplate.js +0 -57
  199. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/getInitialI18nAssetsArrayStr.js +0 -87
  200. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/terser/__test__/classesAndObject.test.js +0 -56
  201. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/terser/__test__/conditionalOperation.test.js +0 -154
  202. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/terser/__test__/function.test.js +0 -89
  203. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/terser/__test__/function2.test.js +0 -71
  204. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/terser/__test__/loop.test.js +0 -112
  205. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/terser/__test__/minifyBooleanValues.test.js +0 -43
  206. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/terser/__test__/minimizeVariableNames.test.js +0 -45
  207. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/terser/__test__/promise.test.js +0 -53
  208. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/terser/__test__/removeCommentsAndEmptySpace.test.js +0 -13
  209. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/terser/__test__/removeUnusedStrings.test.js +0 -14
  210. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/terser/__test__/variableDeclaration.test.js +0 -30
  211. package/packages/client_build_tool/lib/shared/bundler/webpack/defaultVendorPatternList.js +0 -13
  212. package/packages/client_build_tool/lib/shared/bundler/webpack/devtoolConfig.js +0 -13
  213. package/packages/client_build_tool/lib/shared/bundler/webpack/entryConfig.js +0 -28
  214. package/packages/client_build_tool/lib/shared/bundler/webpack/externals.js +0 -17
  215. package/packages/client_build_tool/lib/shared/bundler/webpack/getCSSLoaders.js +0 -29
  216. package/packages/client_build_tool/lib/shared/bundler/webpack/getFilenameFromModule.js +0 -24
  217. package/packages/client_build_tool/lib/shared/bundler/webpack/jsLoaders.js +0 -17
  218. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/assetLoaders.js +0 -12
  219. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/babelLoaderConfig.js +0 -18
  220. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/checkIsPatternsMatchFilename.js +0 -56
  221. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/configHtmlTemplateLoader.js +0 -18
  222. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/configPostCssLoader.js +0 -37
  223. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/configWebWorkerLoader.js +0 -21
  224. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/configsAssetsLoaders.js +0 -86
  225. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/cssClassNameGenerate.js +0 -60
  226. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/getCssLoaderOptions.js +0 -21
  227. package/packages/client_build_tool/lib/shared/bundler/webpack/loaders/miniCssFallBackLoader.js +0 -7
  228. package/packages/client_build_tool/lib/shared/bundler/webpack/loaders/workerLoader.js +0 -133
  229. package/packages/client_build_tool/lib/shared/bundler/webpack/optimizationConfig.js +0 -43
  230. package/packages/client_build_tool/lib/shared/bundler/webpack/outputConfig.js +0 -38
  231. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configBundleAnalyzer.js +0 -40
  232. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configBundleIntegrityReport.js +0 -36
  233. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configCSSMinifierPlugin.js +0 -24
  234. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configCdnChangePlugin.js +0 -27
  235. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configCopyPublicFolders.js +0 -63
  236. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configCustomAttributesPlugin.js +0 -20
  237. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configEFCTemplatePlugin.js +0 -46
  238. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configEnvVariables.js +0 -51
  239. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configHtmlWebpackPlugin.js +0 -56
  240. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configI18nSplitPlugin.js +0 -41
  241. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configIgnorePlugin.js +0 -16
  242. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configManifestJsonPlugin.js +0 -32
  243. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configMiniCSSExtractPlugin.js +0 -23
  244. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configProgressPlugin.js +0 -24
  245. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configResourceHintsPlugin.js +0 -21
  246. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configRtlCssPlugin.js +0 -27
  247. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configRuntimeResourceCleanup.js +0 -31
  248. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configSelectorWeightPlugin.js +0 -28
  249. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configServiceWorkerPlugin.js +0 -40
  250. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configSourceMapPlugin.js +0 -20
  251. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configTPHashMappingPlugin.js +0 -32
  252. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configVariableConversionPlugin.js +0 -25
  253. package/packages/client_build_tool/lib/shared/bundler/webpack/plugins.js +0 -56
  254. package/packages/client_build_tool/lib/shared/bundler/webpack/resolvers.js +0 -82
  255. package/packages/client_build_tool/lib/shared/bundler/webpack/splitChunksConfig.js +0 -116
  256. package/packages/client_build_tool/lib/shared/bundler/webpack/statsConfig.js +0 -30
  257. package/packages/client_build_tool/lib/shared/bundler/webpack/tsLoaders.js +0 -17
  258. package/packages/client_build_tool/lib/shared/bundler/webpack/utils/__test__/getArrayWithDefaultWithCustomEqual.test.js +0 -54
  259. package/packages/client_build_tool/lib/shared/bundler/webpack/utils/__test__/updateArrayWithDefault.test.js +0 -47
  260. package/packages/client_build_tool/lib/shared/bundler/webpack/utils/index.js +0 -26
  261. package/packages/client_build_tool/lib/shared/bundler/webpack/utils/object-manipulation.js +0 -87
  262. package/packages/client_build_tool/lib/shared/bundler/webpack/utils/updateArrayWithDefault.js +0 -34
  263. package/packages/client_build_tool/lib/shared/bundler/webpack/webpackBuild.js +0 -27
  264. package/packages/client_build_tool/lib/shared/bundler/webpack/webpackConfig.js +0 -58
  265. package/packages/client_build_tool/lib/shared/commands-utils/doBasicRequirementCheck.js +0 -17
  266. package/packages/client_build_tool/lib/shared/commands-utils/getCliPath.js +0 -39
  267. package/packages/client_build_tool/lib/shared/commands-utils/index.js +0 -29
  268. package/packages/client_build_tool/lib/shared/commands-utils/log.js +0 -13
  269. package/packages/client_build_tool/lib/shared/commands-utils/readArgsFormCommandLine.js +0 -11
  270. package/packages/client_build_tool/lib/shared/commands-utils/readOptionFormCommandLine.js +0 -11
  271. package/packages/client_build_tool/lib/shared/commands-utils/spawnSyncIO.js +0 -38
  272. package/packages/client_build_tool/lib/shared/constants.js +0 -48
  273. package/packages/client_build_tool/lib/shared/fileUtils/copyFile.js +0 -38
  274. package/packages/client_build_tool/lib/shared/fileUtils/directoryIterator.js +0 -21
  275. package/packages/client_build_tool/lib/shared/fileUtils/watchRun.js +0 -112
  276. package/packages/client_build_tool/lib/shared/postcss/__test__/ignoreTestCases.test.js +0 -80
  277. package/packages/client_build_tool/lib/shared/postcss/__test__/postcss-rtl-all-cases.test.js +0 -119
  278. package/packages/client_build_tool/lib/shared/postcss/__test__/postcssRtl.spec.js +0 -34
  279. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/EmptyPlugin.js +0 -21
  280. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/HoverActivePlugin/constants.js +0 -10
  281. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/HoverActivePlugin/handleIgnores.js +0 -66
  282. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/HoverActivePlugin/index.js +0 -136
  283. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/HoverActivePlugin/insertBefore.js +0 -32
  284. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/HoverActivePlugin/isPreviouslyProcessed.js +0 -20
  285. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/HoverActivePlugin/replaceUtils.js +0 -20
  286. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/HoverActivePlugin/separateHoveredSelectorAndNormalSelector.js +0 -24
  287. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/HoverActivePlugin/specialCases.js +0 -43
  288. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/HoverActivePlugin/typeCheckUtils.js +0 -52
  289. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/RTLSplitPlugin.js +0 -139
  290. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/SelectorReplace.js +0 -90
  291. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/ValueReplacer.js +0 -57
  292. package/packages/client_build_tool/lib/shared/postcss/custom_postcss_plugins/VariableModificationPlugin/index.js +0 -343
  293. package/packages/client_build_tool/lib/shared/postcss/filterPluginsAllowedForSpecficFile.js +0 -55
  294. package/packages/client_build_tool/lib/shared/postcss/getAllowedPostCssPlugins.js +0 -30
  295. package/packages/client_build_tool/lib/shared/postcss/getSpecificPostCssPlugin.js +0 -58
  296. package/packages/client_build_tool/lib/shared/postcss/runPostCssForCssFile.js +0 -37
  297. package/packages/client_build_tool/lib/shared/pre_process/runPreProcess.js +0 -58
  298. package/packages/client_build_tool/lib/shared/server/configWebpackDevMiddleware.js +0 -41
  299. package/packages/client_build_tool/lib/shared/server/corsHandling.js +0 -30
  300. package/packages/client_build_tool/lib/shared/server/getIp.js +0 -30
  301. package/packages/client_build_tool/lib/shared/server/getServerURL.js +0 -29
  302. package/packages/client_build_tool/lib/shared/server/httpsOptions.js +0 -46
  303. package/packages/client_build_tool/lib/shared/server/initExpressApp.js +0 -19
  304. package/packages/client_build_tool/lib/shared/server/initialHTMLHandling.js +0 -99
  305. package/packages/client_build_tool/lib/shared/server/mockApiHandler.js +0 -60
  306. package/packages/client_build_tool/lib/shared/server/mockServer.js +0 -41
  307. package/packages/client_build_tool/lib/shared/server/serveContextFiles.js +0 -27
  308. package/packages/client_build_tool/lib/shared/server/serverBywebpackDevMiddleware.js +0 -35
  309. package/packages/client_build_tool/lib/shared/server/startHttpServer.js +0 -26
  310. package/packages/client_build_tool/lib/shared/server/startHttpsServer.js +0 -38
  311. package/packages/client_build_tool/lib/shared/server/unwanted/addHttp2Server.js +0 -41
  312. package/packages/client_build_tool/lib/shared/server/unwanted/configWebpackDevMiddleware.js +0 -44
  313. package/packages/client_build_tool/lib/shared/server/unwanted/mockApiSupport.js +0 -19
  314. package/packages/client_build_tool/lib/shared/server/unwanted/websocketMockSetup.js +0 -48
  315. package/packages/client_build_tool/lib/shared/server/urlConcat.js +0 -32
  316. package/packages/client_build_tool/lib/shared/utils/requireLocalOrGlobal.js +0 -81
  317. package/packages/client_build_tool/lib/shared/utils/utils.js +0 -1
  318. package/packages/client_build_tool/lib/shared/utils/versionPrint.js +0 -20
  319. package/packages/client_build_tool/node_modules/history/CHANGES.md +0 -395
  320. package/packages/client_build_tool/node_modules/history/DOMUtils.js +0 -3
  321. package/packages/client_build_tool/node_modules/history/ExecutionEnvironment.js +0 -3
  322. package/packages/client_build_tool/node_modules/history/LICENSE +0 -21
  323. package/packages/client_build_tool/node_modules/history/LocationUtils.js +0 -3
  324. package/packages/client_build_tool/node_modules/history/PathUtils.js +0 -3
  325. package/packages/client_build_tool/node_modules/history/README.md +0 -282
  326. package/packages/client_build_tool/node_modules/history/cjs/history.js +0 -933
  327. package/packages/client_build_tool/node_modules/history/cjs/history.min.js +0 -1
  328. package/packages/client_build_tool/node_modules/history/createBrowserHistory.js +0 -3
  329. package/packages/client_build_tool/node_modules/history/createHashHistory.js +0 -3
  330. package/packages/client_build_tool/node_modules/history/createMemoryHistory.js +0 -3
  331. package/packages/client_build_tool/node_modules/history/createTransitionManager.js +0 -3
  332. package/packages/client_build_tool/node_modules/history/es/DOMUtils.js +0 -7
  333. package/packages/client_build_tool/node_modules/history/es/ExecutionEnvironment.js +0 -7
  334. package/packages/client_build_tool/node_modules/history/es/LocationUtils.js +0 -7
  335. package/packages/client_build_tool/node_modules/history/es/PathUtils.js +0 -7
  336. package/packages/client_build_tool/node_modules/history/es/createBrowserHistory.js +0 -7
  337. package/packages/client_build_tool/node_modules/history/es/createHashHistory.js +0 -7
  338. package/packages/client_build_tool/node_modules/history/es/createMemoryHistory.js +0 -7
  339. package/packages/client_build_tool/node_modules/history/es/createTransitionManager.js +0 -7
  340. package/packages/client_build_tool/node_modules/history/es/warnAboutDeprecatedESMImport.js +0 -35
  341. package/packages/client_build_tool/node_modules/history/esm/history.js +0 -904
  342. package/packages/client_build_tool/node_modules/history/index.js +0 -7
  343. package/packages/client_build_tool/node_modules/history/package.json +0 -120
  344. package/packages/client_build_tool/node_modules/history/umd/history.js +0 -1059
  345. package/packages/client_build_tool/node_modules/history/umd/history.min.js +0 -1
  346. package/packages/client_build_tool/node_modules/history/warnAboutDeprecatedCJSRequire.js +0 -35
  347. package/templates/docs/highlight.js/lib/common.d.ts +0 -3
  348. package/templates/docs/highlight.js/lib/common.js +0 -42
  349. package/templates/docs/highlight.js/lib/core.d.ts +0 -3
  350. package/templates/docs/highlight.js/lib/core.js +0 -2600
  351. package/templates/docs/highlight.js/lib/index.js +0 -198
  352. package/templates/docs/highlight.js/lib/languages/1c.js +0 -537
  353. package/templates/docs/highlight.js/lib/languages/1c.js.js +0 -10
  354. package/templates/docs/highlight.js/lib/languages/abnf.js +0 -82
  355. package/templates/docs/highlight.js/lib/languages/abnf.js.js +0 -10
  356. package/templates/docs/highlight.js/lib/languages/accesslog.js +0 -92
  357. package/templates/docs/highlight.js/lib/languages/accesslog.js.js +0 -10
  358. package/templates/docs/highlight.js/lib/languages/actionscript.js +0 -153
  359. package/templates/docs/highlight.js/lib/languages/actionscript.js.js +0 -10
  360. package/templates/docs/highlight.js/lib/languages/ada.js +0 -265
  361. package/templates/docs/highlight.js/lib/languages/ada.js.js +0 -10
  362. package/templates/docs/highlight.js/lib/languages/angelscript.js +0 -178
  363. package/templates/docs/highlight.js/lib/languages/angelscript.js.js +0 -10
  364. package/templates/docs/highlight.js/lib/languages/apache.js +0 -101
  365. package/templates/docs/highlight.js/lib/languages/apache.js.js +0 -10
  366. package/templates/docs/highlight.js/lib/languages/applescript.js +0 -149
  367. package/templates/docs/highlight.js/lib/languages/applescript.js.js +0 -10
  368. package/templates/docs/highlight.js/lib/languages/arcade.js +0 -361
  369. package/templates/docs/highlight.js/lib/languages/arcade.js.js +0 -10
  370. package/templates/docs/highlight.js/lib/languages/arduino.js +0 -969
  371. package/templates/docs/highlight.js/lib/languages/arduino.js.js +0 -10
  372. package/templates/docs/highlight.js/lib/languages/armasm.js +0 -120
  373. package/templates/docs/highlight.js/lib/languages/armasm.js.js +0 -10
  374. package/templates/docs/highlight.js/lib/languages/asciidoc.js +0 -261
  375. package/templates/docs/highlight.js/lib/languages/asciidoc.js.js +0 -10
  376. package/templates/docs/highlight.js/lib/languages/aspectj.js +0 -230
  377. package/templates/docs/highlight.js/lib/languages/aspectj.js.js +0 -10
  378. package/templates/docs/highlight.js/lib/languages/autohotkey.js +0 -75
  379. package/templates/docs/highlight.js/lib/languages/autohotkey.js.js +0 -10
  380. package/templates/docs/highlight.js/lib/languages/autoit.js +0 -178
  381. package/templates/docs/highlight.js/lib/languages/autoit.js.js +0 -10
  382. package/templates/docs/highlight.js/lib/languages/avrasm.js +0 -78
  383. package/templates/docs/highlight.js/lib/languages/avrasm.js.js +0 -10
  384. package/templates/docs/highlight.js/lib/languages/awk.js +0 -67
  385. package/templates/docs/highlight.js/lib/languages/awk.js.js +0 -10
  386. package/templates/docs/highlight.js/lib/languages/axapta.js +0 -188
  387. package/templates/docs/highlight.js/lib/languages/axapta.js.js +0 -10
  388. package/templates/docs/highlight.js/lib/languages/bash.js +0 -389
  389. package/templates/docs/highlight.js/lib/languages/bash.js.js +0 -10
  390. package/templates/docs/highlight.js/lib/languages/basic.js +0 -229
  391. package/templates/docs/highlight.js/lib/languages/basic.js.js +0 -10
  392. package/templates/docs/highlight.js/lib/languages/bnf.js +0 -38
  393. package/templates/docs/highlight.js/lib/languages/bnf.js.js +0 -10
  394. package/templates/docs/highlight.js/lib/languages/brainfuck.js +0 -54
  395. package/templates/docs/highlight.js/lib/languages/brainfuck.js.js +0 -10
  396. package/templates/docs/highlight.js/lib/languages/c.js +0 -318
  397. package/templates/docs/highlight.js/lib/languages/c.js.js +0 -10
  398. package/templates/docs/highlight.js/lib/languages/cal.js +0 -159
  399. package/templates/docs/highlight.js/lib/languages/cal.js.js +0 -10
  400. package/templates/docs/highlight.js/lib/languages/capnproto.js +0 -99
  401. package/templates/docs/highlight.js/lib/languages/capnproto.js.js +0 -10
  402. package/templates/docs/highlight.js/lib/languages/ceylon.js +0 -139
  403. package/templates/docs/highlight.js/lib/languages/ceylon.js.js +0 -10
  404. package/templates/docs/highlight.js/lib/languages/clean.js +0 -67
  405. package/templates/docs/highlight.js/lib/languages/clean.js.js +0 -10
  406. package/templates/docs/highlight.js/lib/languages/clojure-repl.js +0 -27
  407. package/templates/docs/highlight.js/lib/languages/clojure-repl.js.js +0 -10
  408. package/templates/docs/highlight.js/lib/languages/clojure.js +0 -184
  409. package/templates/docs/highlight.js/lib/languages/clojure.js.js +0 -10
  410. package/templates/docs/highlight.js/lib/languages/cmake.js +0 -63
  411. package/templates/docs/highlight.js/lib/languages/cmake.js.js +0 -10
  412. package/templates/docs/highlight.js/lib/languages/coffeescript.js +0 -365
  413. package/templates/docs/highlight.js/lib/languages/coffeescript.js.js +0 -10
  414. package/templates/docs/highlight.js/lib/languages/coq.js +0 -445
  415. package/templates/docs/highlight.js/lib/languages/coq.js.js +0 -10
  416. package/templates/docs/highlight.js/lib/languages/cos.js +0 -140
  417. package/templates/docs/highlight.js/lib/languages/cos.js.js +0 -10
  418. package/templates/docs/highlight.js/lib/languages/cpp.js +0 -568
  419. package/templates/docs/highlight.js/lib/languages/cpp.js.js +0 -10
  420. package/templates/docs/highlight.js/lib/languages/crmsh.js +0 -100
  421. package/templates/docs/highlight.js/lib/languages/crmsh.js.js +0 -10
  422. package/templates/docs/highlight.js/lib/languages/crystal.js +0 -311
  423. package/templates/docs/highlight.js/lib/languages/crystal.js.js +0 -10
  424. package/templates/docs/highlight.js/lib/languages/csharp.js +0 -400
  425. package/templates/docs/highlight.js/lib/languages/csharp.js.js +0 -10
  426. package/templates/docs/highlight.js/lib/languages/csp.js +0 -57
  427. package/templates/docs/highlight.js/lib/languages/csp.js.js +0 -10
  428. package/templates/docs/highlight.js/lib/languages/css.js +0 -737
  429. package/templates/docs/highlight.js/lib/languages/css.js.js +0 -10
  430. package/templates/docs/highlight.js/lib/languages/d.js +0 -271
  431. package/templates/docs/highlight.js/lib/languages/d.js.js +0 -10
  432. package/templates/docs/highlight.js/lib/languages/dart.js +0 -262
  433. package/templates/docs/highlight.js/lib/languages/dart.js.js +0 -10
  434. package/templates/docs/highlight.js/lib/languages/delphi.js +0 -230
  435. package/templates/docs/highlight.js/lib/languages/delphi.js.js +0 -10
  436. package/templates/docs/highlight.js/lib/languages/diff.js +0 -62
  437. package/templates/docs/highlight.js/lib/languages/diff.js.js +0 -10
  438. package/templates/docs/highlight.js/lib/languages/django.js +0 -75
  439. package/templates/docs/highlight.js/lib/languages/django.js.js +0 -10
  440. package/templates/docs/highlight.js/lib/languages/dns.js +0 -78
  441. package/templates/docs/highlight.js/lib/languages/dns.js.js +0 -10
  442. package/templates/docs/highlight.js/lib/languages/dockerfile.js +0 -44
  443. package/templates/docs/highlight.js/lib/languages/dockerfile.js.js +0 -10
  444. package/templates/docs/highlight.js/lib/languages/dos.js +0 -166
  445. package/templates/docs/highlight.js/lib/languages/dos.js.js +0 -10
  446. package/templates/docs/highlight.js/lib/languages/dsconfig.js +0 -66
  447. package/templates/docs/highlight.js/lib/languages/dsconfig.js.js +0 -10
  448. package/templates/docs/highlight.js/lib/languages/dts.js +0 -157
  449. package/templates/docs/highlight.js/lib/languages/dts.js.js +0 -10
  450. package/templates/docs/highlight.js/lib/languages/dust.js +0 -47
  451. package/templates/docs/highlight.js/lib/languages/dust.js.js +0 -10
  452. package/templates/docs/highlight.js/lib/languages/ebnf.js +0 -53
  453. package/templates/docs/highlight.js/lib/languages/ebnf.js.js +0 -10
  454. package/templates/docs/highlight.js/lib/languages/elixir.js +0 -279
  455. package/templates/docs/highlight.js/lib/languages/elixir.js.js +0 -10
  456. package/templates/docs/highlight.js/lib/languages/elm.js +0 -143
  457. package/templates/docs/highlight.js/lib/languages/elm.js.js +0 -10
  458. package/templates/docs/highlight.js/lib/languages/erb.js +0 -29
  459. package/templates/docs/highlight.js/lib/languages/erb.js.js +0 -10
  460. package/templates/docs/highlight.js/lib/languages/erlang-repl.js +0 -54
  461. package/templates/docs/highlight.js/lib/languages/erlang-repl.js.js +0 -10
  462. package/templates/docs/highlight.js/lib/languages/erlang.js +0 -191
  463. package/templates/docs/highlight.js/lib/languages/erlang.js.js +0 -10
  464. package/templates/docs/highlight.js/lib/languages/excel.js +0 -544
  465. package/templates/docs/highlight.js/lib/languages/excel.js.js +0 -10
  466. package/templates/docs/highlight.js/lib/languages/fix.js +0 -39
  467. package/templates/docs/highlight.js/lib/languages/fix.js.js +0 -10
  468. package/templates/docs/highlight.js/lib/languages/flix.js +0 -79
  469. package/templates/docs/highlight.js/lib/languages/flix.js.js +0 -10
  470. package/templates/docs/highlight.js/lib/languages/fortran.js +0 -573
  471. package/templates/docs/highlight.js/lib/languages/fortran.js.js +0 -10
  472. package/templates/docs/highlight.js/lib/languages/fsharp.js +0 -626
  473. package/templates/docs/highlight.js/lib/languages/fsharp.js.js +0 -10
  474. package/templates/docs/highlight.js/lib/languages/gams.js +0 -181
  475. package/templates/docs/highlight.js/lib/languages/gams.js.js +0 -10
  476. package/templates/docs/highlight.js/lib/languages/gauss.js +0 -306
  477. package/templates/docs/highlight.js/lib/languages/gauss.js.js +0 -10
  478. package/templates/docs/highlight.js/lib/languages/gcode.js +0 -80
  479. package/templates/docs/highlight.js/lib/languages/gcode.js.js +0 -10
  480. package/templates/docs/highlight.js/lib/languages/gherkin.js +0 -49
  481. package/templates/docs/highlight.js/lib/languages/gherkin.js.js +0 -10
  482. package/templates/docs/highlight.js/lib/languages/glsl.js +0 -128
  483. package/templates/docs/highlight.js/lib/languages/glsl.js.js +0 -10
  484. package/templates/docs/highlight.js/lib/languages/gml.js +0 -2816
  485. package/templates/docs/highlight.js/lib/languages/gml.js.js +0 -10
  486. package/templates/docs/highlight.js/lib/languages/go.js +0 -141
  487. package/templates/docs/highlight.js/lib/languages/go.js.js +0 -10
  488. package/templates/docs/highlight.js/lib/languages/golo.js +0 -80
  489. package/templates/docs/highlight.js/lib/languages/golo.js.js +0 -10
  490. package/templates/docs/highlight.js/lib/languages/gradle.js +0 -189
  491. package/templates/docs/highlight.js/lib/languages/gradle.js.js +0 -10
  492. package/templates/docs/highlight.js/lib/languages/graphql.js +0 -78
  493. package/templates/docs/highlight.js/lib/languages/graphql.js.js +0 -10
  494. package/templates/docs/highlight.js/lib/languages/groovy.js +0 -188
  495. package/templates/docs/highlight.js/lib/languages/groovy.js.js +0 -10
  496. package/templates/docs/highlight.js/lib/languages/haml.js +0 -113
  497. package/templates/docs/highlight.js/lib/languages/haml.js.js +0 -10
  498. package/templates/docs/highlight.js/lib/languages/handlebars.js +0 -258
  499. package/templates/docs/highlight.js/lib/languages/handlebars.js.js +0 -10
  500. package/templates/docs/highlight.js/lib/languages/haskell.js +0 -203
  501. package/templates/docs/highlight.js/lib/languages/haskell.js.js +0 -10
  502. package/templates/docs/highlight.js/lib/languages/haxe.js +0 -153
  503. package/templates/docs/highlight.js/lib/languages/haxe.js.js +0 -10
  504. package/templates/docs/highlight.js/lib/languages/hsp.js +0 -59
  505. package/templates/docs/highlight.js/lib/languages/hsp.js.js +0 -10
  506. package/templates/docs/highlight.js/lib/languages/http.js +0 -97
  507. package/templates/docs/highlight.js/lib/languages/http.js.js +0 -10
  508. package/templates/docs/highlight.js/lib/languages/hy.js +0 -137
  509. package/templates/docs/highlight.js/lib/languages/hy.js.js +0 -10
  510. package/templates/docs/highlight.js/lib/languages/inform7.js +0 -69
  511. package/templates/docs/highlight.js/lib/languages/inform7.js.js +0 -10
  512. package/templates/docs/highlight.js/lib/languages/ini.js +0 -121
  513. package/templates/docs/highlight.js/lib/languages/ini.js.js +0 -10
  514. package/templates/docs/highlight.js/lib/languages/irpf90.js +0 -107
  515. package/templates/docs/highlight.js/lib/languages/irpf90.js.js +0 -10
  516. package/templates/docs/highlight.js/lib/languages/isbl.js +0 -3205
  517. package/templates/docs/highlight.js/lib/languages/isbl.js.js +0 -10
  518. package/templates/docs/highlight.js/lib/languages/java.js +0 -288
  519. package/templates/docs/highlight.js/lib/languages/java.js.js +0 -10
  520. package/templates/docs/highlight.js/lib/languages/javascript.js +0 -765
  521. package/templates/docs/highlight.js/lib/languages/javascript.js.js +0 -10
  522. package/templates/docs/highlight.js/lib/languages/jboss-cli.js +0 -63
  523. package/templates/docs/highlight.js/lib/languages/jboss-cli.js.js +0 -10
  524. package/templates/docs/highlight.js/lib/languages/json.js +0 -53
  525. package/templates/docs/highlight.js/lib/languages/json.js.js +0 -10
  526. package/templates/docs/highlight.js/lib/languages/julia-repl.js +0 -50
  527. package/templates/docs/highlight.js/lib/languages/julia-repl.js.js +0 -10
  528. package/templates/docs/highlight.js/lib/languages/julia.js +0 -441
  529. package/templates/docs/highlight.js/lib/languages/julia.js.js +0 -10
  530. package/templates/docs/highlight.js/lib/languages/kotlin.js +0 -285
  531. package/templates/docs/highlight.js/lib/languages/kotlin.js.js +0 -10
  532. package/templates/docs/highlight.js/lib/languages/lasso.js +0 -170
  533. package/templates/docs/highlight.js/lib/languages/lasso.js.js +0 -10
  534. package/templates/docs/highlight.js/lib/languages/latex.js +0 -278
  535. package/templates/docs/highlight.js/lib/languages/latex.js.js +0 -10
  536. package/templates/docs/highlight.js/lib/languages/ldif.js +0 -31
  537. package/templates/docs/highlight.js/lib/languages/ldif.js.js +0 -10
  538. package/templates/docs/highlight.js/lib/languages/leaf.js +0 -49
  539. package/templates/docs/highlight.js/lib/languages/leaf.js.js +0 -10
  540. package/templates/docs/highlight.js/lib/languages/less.js +0 -838
  541. package/templates/docs/highlight.js/lib/languages/less.js.js +0 -10
  542. package/templates/docs/highlight.js/lib/languages/lisp.js +0 -139
  543. package/templates/docs/highlight.js/lib/languages/lisp.js.js +0 -10
  544. package/templates/docs/highlight.js/lib/languages/livecodeserver.js +0 -173
  545. package/templates/docs/highlight.js/lib/languages/livecodeserver.js.js +0 -10
  546. package/templates/docs/highlight.js/lib/languages/livescript.js +0 -377
  547. package/templates/docs/highlight.js/lib/languages/livescript.js.js +0 -10
  548. package/templates/docs/highlight.js/lib/languages/llvm.js +0 -132
  549. package/templates/docs/highlight.js/lib/languages/llvm.js.js +0 -10
  550. package/templates/docs/highlight.js/lib/languages/lsl.js +0 -76
  551. package/templates/docs/highlight.js/lib/languages/lsl.js.js +0 -10
  552. package/templates/docs/highlight.js/lib/languages/lua.js +0 -80
  553. package/templates/docs/highlight.js/lib/languages/lua.js.js +0 -10
  554. package/templates/docs/highlight.js/lib/languages/makefile.js +0 -86
  555. package/templates/docs/highlight.js/lib/languages/makefile.js.js +0 -10
  556. package/templates/docs/highlight.js/lib/languages/markdown.js +0 -241
  557. package/templates/docs/highlight.js/lib/languages/markdown.js.js +0 -10
  558. package/templates/docs/highlight.js/lib/languages/mathematica.js +0 -7358
  559. package/templates/docs/highlight.js/lib/languages/mathematica.js.js +0 -10
  560. package/templates/docs/highlight.js/lib/languages/matlab.js +0 -107
  561. package/templates/docs/highlight.js/lib/languages/matlab.js.js +0 -10
  562. package/templates/docs/highlight.js/lib/languages/maxima.js +0 -414
  563. package/templates/docs/highlight.js/lib/languages/maxima.js.js +0 -10
  564. package/templates/docs/highlight.js/lib/languages/mel.js +0 -235
  565. package/templates/docs/highlight.js/lib/languages/mel.js.js +0 -10
  566. package/templates/docs/highlight.js/lib/languages/mercury.js +0 -107
  567. package/templates/docs/highlight.js/lib/languages/mercury.js.js +0 -10
  568. package/templates/docs/highlight.js/lib/languages/mipsasm.js +0 -104
  569. package/templates/docs/highlight.js/lib/languages/mipsasm.js.js +0 -10
  570. package/templates/docs/highlight.js/lib/languages/mizar.js +0 -27
  571. package/templates/docs/highlight.js/lib/languages/mizar.js.js +0 -10
  572. package/templates/docs/highlight.js/lib/languages/mojolicious.js +0 -36
  573. package/templates/docs/highlight.js/lib/languages/mojolicious.js.js +0 -10
  574. package/templates/docs/highlight.js/lib/languages/monkey.js +0 -183
  575. package/templates/docs/highlight.js/lib/languages/monkey.js.js +0 -10
  576. package/templates/docs/highlight.js/lib/languages/moonscript.js +0 -141
  577. package/templates/docs/highlight.js/lib/languages/moonscript.js.js +0 -10
  578. package/templates/docs/highlight.js/lib/languages/n1ql.js +0 -364
  579. package/templates/docs/highlight.js/lib/languages/n1ql.js.js +0 -10
  580. package/templates/docs/highlight.js/lib/languages/nestedtext.js +0 -83
  581. package/templates/docs/highlight.js/lib/languages/nestedtext.js.js +0 -10
  582. package/templates/docs/highlight.js/lib/languages/nginx.js +0 -153
  583. package/templates/docs/highlight.js/lib/languages/nginx.js.js +0 -10
  584. package/templates/docs/highlight.js/lib/languages/nim.js +0 -185
  585. package/templates/docs/highlight.js/lib/languages/nim.js.js +0 -10
  586. package/templates/docs/highlight.js/lib/languages/nix.js +0 -94
  587. package/templates/docs/highlight.js/lib/languages/nix.js.js +0 -10
  588. package/templates/docs/highlight.js/lib/languages/node-repl.js +0 -33
  589. package/templates/docs/highlight.js/lib/languages/node-repl.js.js +0 -10
  590. package/templates/docs/highlight.js/lib/languages/nsis.js +0 -554
  591. package/templates/docs/highlight.js/lib/languages/nsis.js.js +0 -10
  592. package/templates/docs/highlight.js/lib/languages/objectivec.js +0 -253
  593. package/templates/docs/highlight.js/lib/languages/objectivec.js.js +0 -10
  594. package/templates/docs/highlight.js/lib/languages/ocaml.js +0 -83
  595. package/templates/docs/highlight.js/lib/languages/ocaml.js.js +0 -10
  596. package/templates/docs/highlight.js/lib/languages/openscad.js +0 -77
  597. package/templates/docs/highlight.js/lib/languages/openscad.js.js +0 -10
  598. package/templates/docs/highlight.js/lib/languages/oxygene.js +0 -86
  599. package/templates/docs/highlight.js/lib/languages/oxygene.js.js +0 -10
  600. package/templates/docs/highlight.js/lib/languages/parser3.js +0 -55
  601. package/templates/docs/highlight.js/lib/languages/parser3.js.js +0 -10
  602. package/templates/docs/highlight.js/lib/languages/perl.js +0 -471
  603. package/templates/docs/highlight.js/lib/languages/perl.js.js +0 -10
  604. package/templates/docs/highlight.js/lib/languages/pf.js +0 -60
  605. package/templates/docs/highlight.js/lib/languages/pf.js.js +0 -10
  606. package/templates/docs/highlight.js/lib/languages/pgsql.js +0 -524
  607. package/templates/docs/highlight.js/lib/languages/pgsql.js.js +0 -10
  608. package/templates/docs/highlight.js/lib/languages/php-template.js +0 -54
  609. package/templates/docs/highlight.js/lib/languages/php-template.js.js +0 -10
  610. package/templates/docs/highlight.js/lib/languages/php.js +0 -613
  611. package/templates/docs/highlight.js/lib/languages/php.js.js +0 -10
  612. package/templates/docs/highlight.js/lib/languages/plaintext.js +0 -19
  613. package/templates/docs/highlight.js/lib/languages/plaintext.js.js +0 -10
  614. package/templates/docs/highlight.js/lib/languages/pony.js +0 -89
  615. package/templates/docs/highlight.js/lib/languages/pony.js.js +0 -10
  616. package/templates/docs/highlight.js/lib/languages/powershell.js +0 -316
  617. package/templates/docs/highlight.js/lib/languages/powershell.js.js +0 -10
  618. package/templates/docs/highlight.js/lib/languages/processing.js +0 -434
  619. package/templates/docs/highlight.js/lib/languages/processing.js.js +0 -10
  620. package/templates/docs/highlight.js/lib/languages/profile.js +0 -43
  621. package/templates/docs/highlight.js/lib/languages/profile.js.js +0 -10
  622. package/templates/docs/highlight.js/lib/languages/prolog.js +0 -96
  623. package/templates/docs/highlight.js/lib/languages/prolog.js.js +0 -10
  624. package/templates/docs/highlight.js/lib/languages/properties.js +0 -68
  625. package/templates/docs/highlight.js/lib/languages/properties.js.js +0 -10
  626. package/templates/docs/highlight.js/lib/languages/protobuf.js +0 -79
  627. package/templates/docs/highlight.js/lib/languages/protobuf.js.js +0 -10
  628. package/templates/docs/highlight.js/lib/languages/puppet.js +0 -146
  629. package/templates/docs/highlight.js/lib/languages/puppet.js.js +0 -10
  630. package/templates/docs/highlight.js/lib/languages/purebasic.js +0 -99
  631. package/templates/docs/highlight.js/lib/languages/purebasic.js.js +0 -10
  632. package/templates/docs/highlight.js/lib/languages/python-repl.js +0 -32
  633. package/templates/docs/highlight.js/lib/languages/python-repl.js.js +0 -10
  634. package/templates/docs/highlight.js/lib/languages/python.js +0 -434
  635. package/templates/docs/highlight.js/lib/languages/python.js.js +0 -10
  636. package/templates/docs/highlight.js/lib/languages/q.js +0 -37
  637. package/templates/docs/highlight.js/lib/languages/q.js.js +0 -10
  638. package/templates/docs/highlight.js/lib/languages/qml.js +0 -189
  639. package/templates/docs/highlight.js/lib/languages/qml.js.js +0 -10
  640. package/templates/docs/highlight.js/lib/languages/r.js +0 -257
  641. package/templates/docs/highlight.js/lib/languages/r.js.js +0 -10
  642. package/templates/docs/highlight.js/lib/languages/reasonml.js +0 -308
  643. package/templates/docs/highlight.js/lib/languages/reasonml.js.js +0 -10
  644. package/templates/docs/highlight.js/lib/languages/rib.js +0 -37
  645. package/templates/docs/highlight.js/lib/languages/rib.js.js +0 -10
  646. package/templates/docs/highlight.js/lib/languages/roboconf.js +0 -82
  647. package/templates/docs/highlight.js/lib/languages/roboconf.js.js +0 -10
  648. package/templates/docs/highlight.js/lib/languages/routeros.js +0 -163
  649. package/templates/docs/highlight.js/lib/languages/routeros.js.js +0 -10
  650. package/templates/docs/highlight.js/lib/languages/rsl.js +0 -149
  651. package/templates/docs/highlight.js/lib/languages/rsl.js.js +0 -10
  652. package/templates/docs/highlight.js/lib/languages/ruby.js +0 -448
  653. package/templates/docs/highlight.js/lib/languages/ruby.js.js +0 -10
  654. package/templates/docs/highlight.js/lib/languages/ruleslanguage.js +0 -76
  655. package/templates/docs/highlight.js/lib/languages/ruleslanguage.js.js +0 -10
  656. package/templates/docs/highlight.js/lib/languages/rust.js +0 -304
  657. package/templates/docs/highlight.js/lib/languages/rust.js.js +0 -10
  658. package/templates/docs/highlight.js/lib/languages/sas.js +0 -556
  659. package/templates/docs/highlight.js/lib/languages/sas.js.js +0 -10
  660. package/templates/docs/highlight.js/lib/languages/scala.js +0 -177
  661. package/templates/docs/highlight.js/lib/languages/scala.js.js +0 -10
  662. package/templates/docs/highlight.js/lib/languages/scheme.js +0 -196
  663. package/templates/docs/highlight.js/lib/languages/scheme.js.js +0 -10
  664. package/templates/docs/highlight.js/lib/languages/scilab.js +0 -73
  665. package/templates/docs/highlight.js/lib/languages/scilab.js.js +0 -10
  666. package/templates/docs/highlight.js/lib/languages/scss.js +0 -727
  667. package/templates/docs/highlight.js/lib/languages/scss.js.js +0 -10
  668. package/templates/docs/highlight.js/lib/languages/shell.js +0 -33
  669. package/templates/docs/highlight.js/lib/languages/shell.js.js +0 -10
  670. package/templates/docs/highlight.js/lib/languages/smali.js +0 -125
  671. package/templates/docs/highlight.js/lib/languages/smali.js.js +0 -10
  672. package/templates/docs/highlight.js/lib/languages/smalltalk.js +0 -68
  673. package/templates/docs/highlight.js/lib/languages/smalltalk.js.js +0 -10
  674. package/templates/docs/highlight.js/lib/languages/sml.js +0 -75
  675. package/templates/docs/highlight.js/lib/languages/sml.js.js +0 -10
  676. package/templates/docs/highlight.js/lib/languages/sqf.js +0 -2662
  677. package/templates/docs/highlight.js/lib/languages/sqf.js.js +0 -10
  678. package/templates/docs/highlight.js/lib/languages/sql.js +0 -682
  679. package/templates/docs/highlight.js/lib/languages/sql.js.js +0 -10
  680. package/templates/docs/highlight.js/lib/languages/stan.js +0 -493
  681. package/templates/docs/highlight.js/lib/languages/stan.js.js +0 -10
  682. package/templates/docs/highlight.js/lib/languages/stata.js +0 -53
  683. package/templates/docs/highlight.js/lib/languages/stata.js.js +0 -10
  684. package/templates/docs/highlight.js/lib/languages/step21.js +0 -66
  685. package/templates/docs/highlight.js/lib/languages/step21.js.js +0 -10
  686. package/templates/docs/highlight.js/lib/languages/stylus.js +0 -787
  687. package/templates/docs/highlight.js/lib/languages/stylus.js.js +0 -10
  688. package/templates/docs/highlight.js/lib/languages/subunit.js +0 -43
  689. package/templates/docs/highlight.js/lib/languages/subunit.js.js +0 -10
  690. package/templates/docs/highlight.js/lib/languages/swift.js +0 -860
  691. package/templates/docs/highlight.js/lib/languages/swift.js.js +0 -10
  692. package/templates/docs/highlight.js/lib/languages/taggerscript.js +0 -58
  693. package/templates/docs/highlight.js/lib/languages/taggerscript.js.js +0 -10
  694. package/templates/docs/highlight.js/lib/languages/tap.js +0 -47
  695. package/templates/docs/highlight.js/lib/languages/tap.js.js +0 -10
  696. package/templates/docs/highlight.js/lib/languages/tcl.js +0 -190
  697. package/templates/docs/highlight.js/lib/languages/tcl.js.js +0 -10
  698. package/templates/docs/highlight.js/lib/languages/thrift.js +0 -77
  699. package/templates/docs/highlight.js/lib/languages/thrift.js.js +0 -10
  700. package/templates/docs/highlight.js/lib/languages/tp.js +0 -171
  701. package/templates/docs/highlight.js/lib/languages/tp.js.js +0 -10
  702. package/templates/docs/highlight.js/lib/languages/twig.js +0 -260
  703. package/templates/docs/highlight.js/lib/languages/twig.js.js +0 -10
  704. package/templates/docs/highlight.js/lib/languages/typescript.js +0 -878
  705. package/templates/docs/highlight.js/lib/languages/typescript.js.js +0 -10
  706. package/templates/docs/highlight.js/lib/languages/vala.js +0 -60
  707. package/templates/docs/highlight.js/lib/languages/vala.js.js +0 -10
  708. package/templates/docs/highlight.js/lib/languages/vbnet.js +0 -157
  709. package/templates/docs/highlight.js/lib/languages/vbnet.js.js +0 -10
  710. package/templates/docs/highlight.js/lib/languages/vbscript-html.js +0 -24
  711. package/templates/docs/highlight.js/lib/languages/vbscript-html.js.js +0 -10
  712. package/templates/docs/highlight.js/lib/languages/vbscript.js +0 -220
  713. package/templates/docs/highlight.js/lib/languages/vbscript.js.js +0 -10
  714. package/templates/docs/highlight.js/lib/languages/verilog.js +0 -549
  715. package/templates/docs/highlight.js/lib/languages/verilog.js.js +0 -10
  716. package/templates/docs/highlight.js/lib/languages/vhdl.js +0 -215
  717. package/templates/docs/highlight.js/lib/languages/vhdl.js.js +0 -10
  718. package/templates/docs/highlight.js/lib/languages/vim.js +0 -129
  719. package/templates/docs/highlight.js/lib/languages/vim.js.js +0 -10
  720. package/templates/docs/highlight.js/lib/languages/wasm.js +0 -139
  721. package/templates/docs/highlight.js/lib/languages/wasm.js.js +0 -10
  722. package/templates/docs/highlight.js/lib/languages/wren.js +0 -302
  723. package/templates/docs/highlight.js/lib/languages/wren.js.js +0 -10
  724. package/templates/docs/highlight.js/lib/languages/x86asm.js +0 -153
  725. package/templates/docs/highlight.js/lib/languages/x86asm.js.js +0 -10
  726. package/templates/docs/highlight.js/lib/languages/xl.js +0 -205
  727. package/templates/docs/highlight.js/lib/languages/xl.js.js +0 -10
  728. package/templates/docs/highlight.js/lib/languages/xml.js +0 -241
  729. package/templates/docs/highlight.js/lib/languages/xml.js.js +0 -10
  730. package/templates/docs/highlight.js/lib/languages/xquery.js +0 -359
  731. package/templates/docs/highlight.js/lib/languages/xquery.js.js +0 -10
  732. package/templates/docs/highlight.js/lib/languages/yaml.js +0 -194
  733. package/templates/docs/highlight.js/lib/languages/yaml.js.js +0 -10
  734. package/templates/docs/highlight.js/lib/languages/zephir.js +0 -128
  735. package/templates/docs/highlight.js/lib/languages/zephir.js.js +0 -10
@@ -1,10 +0,0 @@
1
- function emitWarning() {
2
- if (!emitWarning.warned) {
3
- emitWarning.warned = true;
4
- console.log(
5
- 'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/mathematica" instead of "highlight.js/lib/languages/mathematica.js"'
6
- );
7
- }
8
- }
9
- emitWarning();
10
- module.exports = require('./mathematica.js');
@@ -1,107 +0,0 @@
1
- /*
2
- Language: Matlab
3
- Author: Denis Bardadym <bardadymchik@gmail.com>
4
- Contributors: Eugene Nizhibitsky <nizhibitsky@ya.ru>, Egor Rogov <e.rogov@postgrespro.ru>
5
- Website: https://www.mathworks.com/products/matlab.html
6
- Category: scientific
7
- */
8
-
9
- /*
10
- Formal syntax is not published, helpful link:
11
- https://github.com/kornilova-l/matlab-IntelliJ-plugin/blob/master/src/main/grammar/Matlab.bnf
12
- */
13
- function matlab(hljs) {
14
- const TRANSPOSE_RE = '(\'|\\.\')+';
15
- const TRANSPOSE = {
16
- relevance: 0,
17
- contains: [ { begin: TRANSPOSE_RE } ]
18
- };
19
-
20
- return {
21
- name: 'Matlab',
22
- keywords: {
23
- keyword:
24
- 'arguments break case catch classdef continue else elseif end enumeration events for function '
25
- + 'global if methods otherwise parfor persistent properties return spmd switch try while',
26
- built_in:
27
- 'sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan '
28
- + 'atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot '
29
- + 'cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog '
30
- + 'realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal '
31
- + 'cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli '
32
- + 'besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma '
33
- + 'gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms '
34
- + 'nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones '
35
- + 'eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length '
36
- + 'ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril '
37
- + 'triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute '
38
- + 'shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i|0 inf nan '
39
- + 'isnan isinf isfinite j|0 why compan gallery hadamard hankel hilb invhilb magic pascal '
40
- + 'rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table '
41
- + 'readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun '
42
- + 'legend intersect ismember procrustes hold num2cell '
43
- },
44
- illegal: '(//|"|#|/\\*|\\s+/\\w+)',
45
- contains: [
46
- {
47
- className: 'function',
48
- beginKeywords: 'function',
49
- end: '$',
50
- contains: [
51
- hljs.UNDERSCORE_TITLE_MODE,
52
- {
53
- className: 'params',
54
- variants: [
55
- {
56
- begin: '\\(',
57
- end: '\\)'
58
- },
59
- {
60
- begin: '\\[',
61
- end: '\\]'
62
- }
63
- ]
64
- }
65
- ]
66
- },
67
- {
68
- className: 'built_in',
69
- begin: /true|false/,
70
- relevance: 0,
71
- starts: TRANSPOSE
72
- },
73
- {
74
- begin: '[a-zA-Z][a-zA-Z_0-9]*' + TRANSPOSE_RE,
75
- relevance: 0
76
- },
77
- {
78
- className: 'number',
79
- begin: hljs.C_NUMBER_RE,
80
- relevance: 0,
81
- starts: TRANSPOSE
82
- },
83
- {
84
- className: 'string',
85
- begin: '\'',
86
- end: '\'',
87
- contains: [ { begin: '\'\'' } ]
88
- },
89
- {
90
- begin: /\]|\}|\)/,
91
- relevance: 0,
92
- starts: TRANSPOSE
93
- },
94
- {
95
- className: 'string',
96
- begin: '"',
97
- end: '"',
98
- contains: [ { begin: '""' } ],
99
- starts: TRANSPOSE
100
- },
101
- hljs.COMMENT('^\\s*%\\{\\s*$', '^\\s*%\\}\\s*$'),
102
- hljs.COMMENT('%', '$')
103
- ]
104
- };
105
- }
106
-
107
- module.exports = matlab;
@@ -1,10 +0,0 @@
1
- function emitWarning() {
2
- if (!emitWarning.warned) {
3
- emitWarning.warned = true;
4
- console.log(
5
- 'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/matlab" instead of "highlight.js/lib/languages/matlab.js"'
6
- );
7
- }
8
- }
9
- emitWarning();
10
- module.exports = require('./matlab.js');
@@ -1,414 +0,0 @@
1
- /*
2
- Language: Maxima
3
- Author: Robert Dodier <robert.dodier@gmail.com>
4
- Website: http://maxima.sourceforge.net
5
- Category: scientific
6
- */
7
-
8
- function maxima(hljs) {
9
- const KEYWORDS =
10
- 'if then else elseif for thru do while unless step in and or not';
11
- const LITERALS =
12
- 'true false unknown inf minf ind und %e %i %pi %phi %gamma';
13
- const BUILTIN_FUNCTIONS =
14
- ' abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate'
15
- + ' addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix'
16
- + ' adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type'
17
- + ' alias allroots alphacharp alphanumericp amortization %and annuity_fv'
18
- + ' annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2'
19
- + ' applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply'
20
- + ' arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger'
21
- + ' asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order'
22
- + ' asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method'
23
- + ' av average_degree backtrace bars barsplot barsplot_description base64 base64_decode'
24
- + ' bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx'
25
- + ' bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify'
26
- + ' bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized'
27
- + ' bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp'
28
- + ' bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition'
29
- + ' block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description'
30
- + ' break bug_report build_info|10 buildq build_sample burn cabs canform canten'
31
- + ' cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli'
32
- + ' cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform'
33
- + ' cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel'
34
- + ' cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial'
35
- + ' cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson'
36
- + ' cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay'
37
- + ' ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic'
38
- + ' cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2'
39
- + ' charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps'
40
- + ' chinese cholesky christof chromatic_index chromatic_number cint circulant_graph'
41
- + ' clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph'
42
- + ' clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse'
43
- + ' collectterms columnop columnspace columnswap columnvector combination combine'
44
- + ' comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph'
45
- + ' complete_graph complex_number_p components compose_functions concan concat'
46
- + ' conjugate conmetderiv connected_components connect_vertices cons constant'
47
- + ' constantp constituent constvalue cont2part content continuous_freq contortion'
48
- + ' contour_plot contract contract_edge contragrad contrib_ode convert coord'
49
- + ' copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1'
50
- + ' covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline'
51
- + ' ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph'
52
- + ' cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate'
53
- + ' declare declare_constvalue declare_dimensions declare_fundamental_dimensions'
54
- + ' declare_fundamental_units declare_qty declare_translated declare_unit_conversion'
55
- + ' declare_units declare_weights decsym defcon define define_alt_display define_variable'
56
- + ' defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten'
57
- + ' delta demo demoivre denom depends derivdegree derivlist describe desolve'
58
- + ' determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag'
59
- + ' diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export'
60
- + ' dimacs_import dimension dimensionless dimensions dimensions_as_list direct'
61
- + ' directory discrete_freq disjoin disjointp disolate disp dispcon dispform'
62
- + ' dispfun dispJordan display disprule dispterms distrib divide divisors divsum'
63
- + ' dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart'
64
- + ' draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring'
65
- + ' edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth'
66
- + ' einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome'
67
- + ' ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using'
68
- + ' ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi'
69
- + ' ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp'
70
- + ' equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors'
71
- + ' euler ev eval_string evenp every evolution evolution2d evundiff example exp'
72
- + ' expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci'
73
- + ' expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li'
74
- + ' expintegral_shi expintegral_si explicit explose exponentialize express expt'
75
- + ' exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum'
76
- + ' factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements'
77
- + ' fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge'
78
- + ' file_search file_type fillarray findde find_root find_root_abs find_root_error'
79
- + ' find_root_rel first fix flatten flength float floatnump floor flower_snark'
80
- + ' flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran'
81
- + ' fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp'
82
- + ' foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s'
83
- + ' from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp'
84
- + ' fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units'
85
- + ' fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized'
86
- + ' gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide'
87
- + ' gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym'
88
- + ' geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean'
89
- + ' geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string'
90
- + ' get_pixel get_plot_option get_tex_environment get_tex_environment_default'
91
- + ' get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close'
92
- + ' gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum'
93
- + ' gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import'
94
- + ' graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery'
95
- + ' graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph'
96
- + ' grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path'
97
- + ' hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite'
98
- + ' hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description'
99
- + ' hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph'
100
- + ' icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy'
101
- + ' ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart'
102
- + ' imetric implicit implicit_derivative implicit_plot indexed_tensor indices'
103
- + ' induced_subgraph inferencep inference_result infix info_display init_atensor'
104
- + ' init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions'
105
- + ' integrate intersect intersection intervalp intopois intosum invariant1 invariant2'
106
- + ' inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc'
107
- + ' inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns'
108
- + ' inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint'
109
- + ' invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph'
110
- + ' is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate'
111
- + ' isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph'
112
- + ' items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc'
113
- + ' jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd'
114
- + ' jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill'
115
- + ' killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis'
116
- + ' kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform'
117
- + ' kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete'
118
- + ' kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace'
119
- + ' kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2'
120
- + ' kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson'
121
- + ' kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange'
122
- + ' laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp'
123
- + ' lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length'
124
- + ' let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit'
125
- + ' Lindstedt linear linearinterpol linear_program linear_regression line_graph'
126
- + ' linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials'
127
- + ' listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry'
128
- + ' log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst'
129
- + ' lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact'
130
- + ' lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub'
131
- + ' lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma'
132
- + ' make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country'
133
- + ' make_polygon make_random_state make_rgb_picture makeset make_string_input_stream'
134
- + ' make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom'
135
- + ' maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display'
136
- + ' mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker'
137
- + ' max max_clique max_degree max_flow maximize_lp max_independent_set max_matching'
138
- + ' maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform'
139
- + ' mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete'
140
- + ' mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic'
141
- + ' mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t'
142
- + ' mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull'
143
- + ' median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree'
144
- + ' min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor'
145
- + ' minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton'
146
- + ' mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions'
147
- + ' multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff'
148
- + ' multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary'
149
- + ' natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext'
150
- + ' newdet new_graph newline newton new_variable next_prime nicedummies niceindices'
151
- + ' ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp'
152
- + ' nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst'
153
- + ' nthroot nullity nullspace num numbered_boundaries numberp number_to_octets'
154
- + ' num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai'
155
- + ' nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin'
156
- + ' oid_to_octets op opena opena_binary openr openr_binary openw openw_binary'
157
- + ' operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless'
158
- + ' orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap'
159
- + ' out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface'
160
- + ' parg parGosper parse_string parse_timedate part part2cont partfrac partition'
161
- + ' partition_set partpol path_digraph path_graph pathname_directory pathname_name'
162
- + ' pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform'
163
- + ' pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete'
164
- + ' pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal'
165
- + ' pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal'
166
- + ' pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t'
167
- + ' pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph'
168
- + ' petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding'
169
- + ' playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff'
170
- + ' poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar'
171
- + ' polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion'
172
- + ' poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal'
173
- + ' poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal'
174
- + ' poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation'
175
- + ' poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm'
176
- + ' poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form'
177
- + ' poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part'
178
- + ' poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension'
179
- + ' poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod'
180
- + ' powerseries powerset prefix prev_prime primep primes principal_components'
181
- + ' print printf printfile print_graph printpois printprops prodrac product properties'
182
- + ' propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct'
183
- + ' puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp'
184
- + ' quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile'
185
- + ' quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2'
186
- + ' quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f'
187
- + ' quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel'
188
- + ' quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal'
189
- + ' quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t'
190
- + ' quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t'
191
- + ' quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan'
192
- + ' radius random random_bernoulli random_beta random_binomial random_bipartite_graph'
193
- + ' random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform'
194
- + ' random_exp random_f random_gamma random_general_finite_discrete random_geometric'
195
- + ' random_graph random_graph1 random_gumbel random_hypergeometric random_laplace'
196
- + ' random_logistic random_lognormal random_negative_binomial random_network'
197
- + ' random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto'
198
- + ' random_permutation random_poisson random_rayleigh random_regular_graph random_student_t'
199
- + ' random_tournament random_tree random_weibull range rank rat ratcoef ratdenom'
200
- + ' ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump'
201
- + ' ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array'
202
- + ' read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline'
203
- + ' read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate'
204
- + ' realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar'
205
- + ' rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus'
206
- + ' rem remainder remarray rembox remcomps remcon remcoord remfun remfunction'
207
- + ' remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions'
208
- + ' remove_fundamental_units remove_plot_option remove_vertex rempart remrule'
209
- + ' remsym remvalue rename rename_file reset reset_displays residue resolvante'
210
- + ' resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein'
211
- + ' resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer'
212
- + ' rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann'
213
- + ' rinvariant risch rk rmdir rncombine romberg room rootscontract round row'
214
- + ' rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i'
215
- + ' scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description'
216
- + ' scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second'
217
- + ' sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight'
218
- + ' setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state'
219
- + ' set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications'
220
- + ' set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path'
221
- + ' show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform'
222
- + ' simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert'
223
- + ' sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial'
224
- + ' skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp'
225
- + ' skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric'
226
- + ' skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic'
227
- + ' skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t'
228
- + ' skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t'
229
- + ' skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph'
230
- + ' smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve'
231
- + ' solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export'
232
- + ' sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1'
233
- + ' spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition'
234
- + ' sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus'
235
- + ' ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot'
236
- + ' starplot_description status std std1 std_bernoulli std_beta std_binomial'
237
- + ' std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma'
238
- + ' std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace'
239
- + ' std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t'
240
- + ' std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull'
241
- + ' stemplot stirling stirling1 stirling2 strim striml strimr string stringout'
242
- + ' stringp strong_components struve_h struve_l sublis sublist sublist_indices'
243
- + ' submatrix subsample subset subsetp subst substinpart subst_parallel substpart'
244
- + ' substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext'
245
- + ' symbolp symmdifference symmetricp system take_channel take_inference tan'
246
- + ' tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract'
247
- + ' tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference'
248
- + ' test_normality test_proportion test_proportions_difference test_rank_sum'
249
- + ' test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display'
250
- + ' texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter'
251
- + ' toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep'
252
- + ' totalfourier totient tpartpol trace tracematrix trace_options transform_sample'
253
- + ' translate translate_file transpose treefale tree_reduce treillis treinat'
254
- + ' triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate'
255
- + ' truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph'
256
- + ' truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget'
257
- + ' ultraspherical underlying_graph undiff union unique uniteigenvectors unitp'
258
- + ' units unit_step unitvector unorder unsum untellrat untimer'
259
- + ' untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli'
260
- + ' var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform'
261
- + ' var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel'
262
- + ' var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial'
263
- + ' var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson'
264
- + ' var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp'
265
- + ' verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance'
266
- + ' vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle'
267
- + ' vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j'
268
- + ' wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian'
269
- + ' xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta'
270
- + ' zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors'
271
- + ' zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table'
272
- + ' absboxchar activecontexts adapt_depth additive adim aform algebraic'
273
- + ' algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic'
274
- + ' animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar'
275
- + ' asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top'
276
- + ' azimuth background background_color backsubst berlefact bernstein_explicit'
277
- + ' besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest'
278
- + ' border boundaries_array box boxchar breakup %c capping cauchysum cbrange'
279
- + ' cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics'
280
- + ' colorbox columns commutative complex cone context contexts contour contour_levels'
281
- + ' cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp'
282
- + ' cube current_let_rule_package cylinder data_file_name debugmode decreasing'
283
- + ' default_let_rule_package delay dependencies derivabbrev derivsubst detout'
284
- + ' diagmetric diff dim dimensions dispflag display2d|10 display_format_internal'
285
- + ' distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor'
286
- + ' doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules'
287
- + ' dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart'
288
- + ' edge_color edge_coloring edge_partition edge_type edge_width %edispflag'
289
- + ' elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer'
290
- + ' epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type'
291
- + ' %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand'
292
- + ' expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine'
293
- + ' factlim factorflag factorial_expand factors_only fb feature features'
294
- + ' file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10'
295
- + ' file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color'
296
- + ' fill_density filled_func fixed_vertices flipflag float2bf font font_size'
297
- + ' fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim'
298
- + ' gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command'
299
- + ' gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command'
300
- + ' gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command'
301
- + ' gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble'
302
- + ' gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args'
303
- + ' Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both'
304
- + ' head_length head_type height hypergeometric_representation %iargs ibase'
305
- + ' icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form'
306
- + ' ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval'
307
- + ' infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued'
308
- + ' integrate_use_rootsof integration_constant integration_constant_counter interpolate_color'
309
- + ' intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr'
310
- + ' julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment'
311
- + ' label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max'
312
- + ' leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear'
313
- + ' linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params'
314
- + ' linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname'
315
- + ' loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx'
316
- + ' logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros'
317
- + ' mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult'
318
- + ' matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10'
319
- + ' maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint'
320
- + ' maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp'
321
- + ' mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver'
322
- + ' modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag'
323
- + ' newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc'
324
- + ' noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np'
325
- + ' npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties'
326
- + ' opsubst optimprefix optionset orientation origin orthopoly_returns_intervals'
327
- + ' outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution'
328
- + ' %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart'
329
- + ' png_file pochhammer_max_index points pointsize point_size points_joined point_type'
330
- + ' poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm'
331
- + ' poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list'
332
- + ' poly_secondary_elimination_order poly_top_reduction_only posfun position'
333
- + ' powerdisp pred prederror primep_number_of_tests product_use_gamma program'
334
- + ' programmode promote_float_to_bigfloat prompt proportional_axes props psexpand'
335
- + ' ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof'
336
- + ' ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann'
337
- + ' ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw'
338
- + ' refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs'
339
- + ' rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy'
340
- + ' same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck'
341
- + ' setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width'
342
- + ' show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type'
343
- + ' show_vertices show_weight simp simplified_output simplify_products simpproduct'
344
- + ' simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn'
345
- + ' solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag'
346
- + ' stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda'
347
- + ' subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric'
348
- + ' tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials'
349
- + ' tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch'
350
- + ' tr track transcompile transform transform_xy translate_fast_arrays transparent'
351
- + ' transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex'
352
- + ' tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign'
353
- + ' trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars'
354
- + ' tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode'
355
- + ' tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes'
356
- + ' ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble'
357
- + ' usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition'
358
- + ' vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface'
359
- + ' wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel'
360
- + ' xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate'
361
- + ' xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel'
362
- + ' xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width'
363
- + ' ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis'
364
- + ' ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis'
365
- + ' yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob'
366
- + ' zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest';
367
- const SYMBOLS = '_ __ %|0 %%|0';
368
-
369
- return {
370
- name: 'Maxima',
371
- keywords: {
372
- $pattern: '[A-Za-z_%][0-9A-Za-z_%]*',
373
- keyword: KEYWORDS,
374
- literal: LITERALS,
375
- built_in: BUILTIN_FUNCTIONS,
376
- symbol: SYMBOLS
377
- },
378
- contains: [
379
- {
380
- className: 'comment',
381
- begin: '/\\*',
382
- end: '\\*/',
383
- contains: [ 'self' ]
384
- },
385
- hljs.QUOTE_STRING_MODE,
386
- {
387
- className: 'number',
388
- relevance: 0,
389
- variants: [
390
- {
391
- // float number w/ exponent
392
- // hmm, I wonder if we ought to include other exponent markers?
393
- begin: '\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Ee][-+]?\\d+\\b' },
394
- {
395
- // bigfloat number
396
- begin: '\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Bb][-+]?\\d+\\b',
397
- relevance: 10
398
- },
399
- {
400
- // float number w/out exponent
401
- // Doesn't seem to recognize floats which start with '.'
402
- begin: '\\b(\\.\\d+|\\d+\\.\\d+)\\b' },
403
- {
404
- // integer in base up to 36
405
- // Doesn't seem to recognize integers which end with '.'
406
- begin: '\\b(\\d+|0[0-9A-Za-z]+)\\.?\\b' }
407
- ]
408
- }
409
- ],
410
- illegal: /@/
411
- };
412
- }
413
-
414
- module.exports = maxima;
@@ -1,10 +0,0 @@
1
- function emitWarning() {
2
- if (!emitWarning.warned) {
3
- emitWarning.warned = true;
4
- console.log(
5
- 'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/maxima" instead of "highlight.js/lib/languages/maxima.js"'
6
- );
7
- }
8
- }
9
- emitWarning();
10
- module.exports = require('./maxima.js');