Convert configs from json to toml #58

Merged
jgeorgi merged 5 commits from toml_annot into main 2025-05-02 03:54:19 +00:00
7 changed files with 1179 additions and 23 deletions
Showing only changes of commit 9857e77a1a - Show all commits

View File

@@ -73,8 +73,8 @@
"glmv-prev.css" "glmv-prev.css"
], ],
"packageFiles": [ "packageFiles": [
"mini-st.js",
"glmv-prev.js", "glmv-prev.js",
"mini-st.js",
"glmv-mvconfig.js", "glmv-mvconfig.js",
"glmv-hs.js" "glmv-hs.js"
] ]

View File

@@ -1,4 +1,4 @@
/******/ (() => { // webpackBootstrap /******/ const TOML = (() => { // webpackBootstrap
/******/ "use strict"; /******/ "use strict";
/******/ /* webpack/runtime/compat */ /******/ /* webpack/runtime/compat */
/******/ /******/
@@ -1139,10 +1139,12 @@ function stringify(obj, opts) {
/* harmony default export */ const mTOML = ({ parse: parse, stringify: stringify, TomlDate: TomlDate, TomlError: TomlError }); /* harmony default export */ const dist = ({ parse: parse, stringify: stringify, TomlDate: TomlDate, TomlError: TomlError });
return { parse: parse, stringify: stringify, TomlDate: TomlDate, TomlError: TomlError }
;// CONCATENATED MODULE: ./index.js ;// CONCATENATED MODULE: ./index.js
module.exports = { mTOML }; /******/ })();
/******/ })();
module.exports = TOML;