diff options
Diffstat (limited to 'tests/specs/jsr')
-rw-r--r-- | tests/specs/jsr/excluded_export_module/publish.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/jsr/excluded_export_module/publish.out b/tests/specs/jsr/excluded_export_module/publish.out index bcf94e521..bb17a3305 100644 --- a/tests/specs/jsr/excluded_export_module/publish.out +++ b/tests/specs/jsr/excluded_export_module/publish.out @@ -3,14 +3,14 @@ Checking for slow types in the public API... Check file:///[WILDLINE]/main.ts error[excluded-module]: module in package's module graph was excluded from publishing --> [WILDLINE]excluded_file1.ts - = hint: remove the module from 'exclude' and/or 'publish.exclude' in the config file + = hint: remove the module from 'exclude' and/or 'publish.exclude' in the config file or use 'publish.exclude' with a negative glob to unexclude from gitignore info: excluded modules referenced via a package export will error at runtime due to not existing in the package docs: https://jsr.io/go/excluded-module error[excluded-module]: module in package's module graph was excluded from publishing --> [WILDLINE]excluded_file2.ts - = hint: remove the module from 'exclude' and/or 'publish.exclude' in the config file + = hint: remove the module from 'exclude' and/or 'publish.exclude' in the config file or use 'publish.exclude' with a negative glob to unexclude from gitignore info: excluded modules referenced via a package export will error at runtime due to not existing in the package docs: https://jsr.io/go/excluded-module |