From e26e1497a13a674071332a070f84786519b04a64 Mon Sep 17 00:00:00 2001 From: Petr Pucil Date: Sun, 28 Jan 2024 17:55:15 +0100 Subject: [PATCH] vendor.yaml: add FIXME comment "remove yaml.js when possible" --- vendor.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor.yaml b/vendor.yaml index 45280ab5..cc7296de 100644 --- a/vendor.yaml +++ b/vendor.yaml @@ -190,6 +190,7 @@ libs: npmDir: js-yaml files: [LICENSE, dist/js-yaml.min.js] + # FIXME: remove when no longer referenced by src/KaitaiSandbox.ts and src/worker/ImportLoader.ts yaml.js: source: https://github.com/jeremyfa/yaml.js licenseName: MIT