15:43
<nicolo-ribaudo>

I'm updating a repository to from ecmarkup 12.1.0 to 14.1.2, and it gives me a warning for this code:

Return Script Record { [[Realm]]: _realm_, [[ECMAScriptCode]]: _script_, <ins>[[LoadedModules]]: a new empty List,</ins> [[HostDefined]]: _hostDefined_ }

because it expects a "valid record field" instead of <ins>: is there an alternative way of marking changes in records?

15:47
<nicolo-ribaudo>
As a workaround, I'm wrapping only the field value in <ins>
15:49
<bakkot>
hmm, yeah, I guess I need to teach it about ins/del
15:49
<bakkot>
I always forget about those
16:59
<annevk>
Sora Morimoto: thanks for adding the links to tc39.es; that's useful!
17:03
<Sora Morimoto>
You are too quick to notice that!
17:38
<bakkot>
nicolo-ribaudo: just published 14.1.3, which should fix it
17:47
<nicolo-ribaudo>
Thank you!