From cacb66300fd42c2625de55ab50bac6cacd7c0257 Mon Sep 17 00:00:00 2001 From: Omochice Date: Mon, 23 Oct 2023 17:14:57 +0900 Subject: [PATCH] docs: add github-tag source --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2b4c153..3f554b3 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,11 @@ Currently, there are following limitions on Deno project: - https://deno.land/x - `npm:` specifier - https://esm.sh + - https://pax.deno.dev + - https://raw.githubusercontent.com - See [test case](./test/deno.test.ts) for supported syntax - Dynamic import is not followed +- Cannot detect tag when "/" is included in it (github-tag source(pax.deno.dev and raw.githubusercontent.com)) ## License