mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
groups: convert JSON encodings to camelcase
This commit is contained in:
parent
ad6efe44ff
commit
846fe8c048
@ -4,6 +4,42 @@
|
|||||||
=< [. sur]
|
=< [. sur]
|
||||||
=, sur
|
=, sur
|
||||||
|%
|
|%
|
||||||
|
::
|
||||||
|
++ dekebab
|
||||||
|
|= str=cord
|
||||||
|
^- cord
|
||||||
|
=- (fall - str)
|
||||||
|
%+ rush str
|
||||||
|
=/ name
|
||||||
|
%+ cook
|
||||||
|
|= part=tape
|
||||||
|
^- tape
|
||||||
|
?~ part part
|
||||||
|
:- (sub i.part 32)
|
||||||
|
t.part
|
||||||
|
(star low)
|
||||||
|
%+ cook
|
||||||
|
(cork (bake zing (list tape)) crip)
|
||||||
|
;~(plug (star low) (more hep name))
|
||||||
|
::
|
||||||
|
++ enkebab
|
||||||
|
|= str=cord
|
||||||
|
^- cord
|
||||||
|
~| str
|
||||||
|
=- (fall - str)
|
||||||
|
%+ rush str
|
||||||
|
=/ name
|
||||||
|
%+ cook
|
||||||
|
|= part=tape
|
||||||
|
^- tape
|
||||||
|
?~ part part
|
||||||
|
:- (add i.part 32)
|
||||||
|
t.part
|
||||||
|
;~(plug hig (star low))
|
||||||
|
%+ cook
|
||||||
|
|=(a=(list tape) (crip (zing (join "-" a))))
|
||||||
|
;~(plug (star low) (star name))
|
||||||
|
|
||||||
++ migrate-path-map
|
++ migrate-path-map
|
||||||
|* map=(map path *)
|
|* map=(map path *)
|
||||||
=/ keys=(list path)
|
=/ keys=(list path)
|
||||||
@ -26,6 +62,18 @@
|
|||||||
++ enjs
|
++ enjs
|
||||||
=, enjs:format
|
=, enjs:format
|
||||||
|%
|
|%
|
||||||
|
++ frond
|
||||||
|
|= [p=@t q=json]
|
||||||
|
^- json
|
||||||
|
(frond:enjs:format (dekebab p) q)
|
||||||
|
++ pairs
|
||||||
|
|= a=(list [p=@t q=json])
|
||||||
|
^- json
|
||||||
|
%- pairs:enjs:format
|
||||||
|
%+ turn a
|
||||||
|
|= [p=@t q=json]
|
||||||
|
^- [@t json]
|
||||||
|
[(dekebab p) q]
|
||||||
::
|
::
|
||||||
++ update
|
++ update
|
||||||
|= =^update
|
|= =^update
|
||||||
@ -216,6 +264,7 @@
|
|||||||
^- json
|
^- json
|
||||||
?> ?=(%add-tag -.action)
|
?> ?=(%add-tag -.action)
|
||||||
%- pairs
|
%- pairs
|
||||||
|
^- (list [p=@t q=json])
|
||||||
:~ resource+(enjs:resource resource.action)
|
:~ resource+(enjs:resource resource.action)
|
||||||
tag+(tag tag.action)
|
tag+(tag tag.action)
|
||||||
ships+(set ship ships.action)
|
ships+(set ship ships.action)
|
||||||
@ -244,6 +293,28 @@
|
|||||||
=, dejs:format
|
=, dejs:format
|
||||||
|%
|
|%
|
||||||
::
|
::
|
||||||
|
++ ruk
|
||||||
|
|* [a=(map) b=gate]
|
||||||
|
^+ a
|
||||||
|
=> .(a (sy ~(tap by a)))
|
||||||
|
|-
|
||||||
|
^+ a
|
||||||
|
?~ a a
|
||||||
|
[n=[p=(b p.n.a) q=q.n.a] l=$(a l.a) r=$(a r.a)]
|
||||||
|
::
|
||||||
|
++ of
|
||||||
|
|* wer=(pole [cord fist])
|
||||||
|
|= jon=json
|
||||||
|
%- (^of wer)
|
||||||
|
?> ?=(%o -.jon)
|
||||||
|
o+(ruk p.jon enkebab)
|
||||||
|
++ ot
|
||||||
|
|* wer=(pole [cord fist])
|
||||||
|
|= jon=json
|
||||||
|
%- (^ot wer)
|
||||||
|
?> ?=(%o -.jon)
|
||||||
|
o+(ruk p.jon enkebab)
|
||||||
|
::
|
||||||
++ action
|
++ action
|
||||||
^- $-(json ^action)
|
^- $-(json ^action)
|
||||||
%- of
|
%- of
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|%
|
|%
|
||||||
++ noun upd
|
++ noun upd
|
||||||
++ json
|
++ json
|
||||||
%+ frond:enjs:format %group-update
|
%+ frond:enjs:format 'groupUpdate'
|
||||||
(update:enjs upd)
|
(update:enjs upd)
|
||||||
--
|
--
|
||||||
++ grab
|
++ grab
|
||||||
|
Loading…
Reference in New Issue
Block a user