mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 09:24:58 +00:00
Add support YAML #35
This commit is contained in:
parent
116ef2574a
commit
34e6d8eb67
3
app.js
3
app.js
|
@ -316,6 +316,9 @@ require("app/assets/js/corejs-build-20210810");
|
|||
// Squel.js SQL query string builder for Javascript
|
||||
var squel = require("app/assets/js/squel-basic-5.13.0.hiddentao-afa1cb5.wsh");
|
||||
|
||||
// JavaScript YAML parser and dumper.
|
||||
var yaml = require("app/assets/js/js-yaml-4.1.0.wsh");
|
||||
|
||||
// Dive into entrypoint
|
||||
function __main__() {
|
||||
if (typeof(window) === "undefined") {
|
||||
|
|
3874
app/assets/js/js-yaml-4.1.0.wsh.js
Normal file
3874
app/assets/js/js-yaml-4.1.0.wsh.js
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user