forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
37
electron/node_modules/js-yaml/lib/index_vite_proxy.tmp.mjs
generated
vendored
Normal file
37
electron/node_modules/js-yaml/lib/index_vite_proxy.tmp.mjs
generated
vendored
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
import yaml from '../index.js'
|
||||
|
||||
const {
|
||||
Type,
|
||||
Schema,
|
||||
FAILSAFE_SCHEMA,
|
||||
JSON_SCHEMA,
|
||||
CORE_SCHEMA,
|
||||
DEFAULT_SCHEMA,
|
||||
load,
|
||||
loadAll,
|
||||
dump,
|
||||
YAMLException,
|
||||
types,
|
||||
safeLoad,
|
||||
safeLoadAll,
|
||||
safeDump
|
||||
} = yaml
|
||||
|
||||
export {
|
||||
Type,
|
||||
Schema,
|
||||
FAILSAFE_SCHEMA,
|
||||
JSON_SCHEMA,
|
||||
CORE_SCHEMA,
|
||||
DEFAULT_SCHEMA,
|
||||
load,
|
||||
loadAll,
|
||||
dump,
|
||||
YAMLException,
|
||||
types,
|
||||
safeLoad,
|
||||
safeLoadAll,
|
||||
safeDump
|
||||
}
|
||||
|
||||
export default yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue