We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a7093 commit b949747Copy full SHA for b949747
build/plugins/nots.py
@@ -861,6 +861,7 @@ def on_ts_package_check_files(unit):
861
ymake.report_configure_error(
862
"\n"
863
"In the TS_PACKAGE module, you should define at least one file using the TS_FILES() macro.\n"
864
+ "If you use the TS_FILES_GLOB, check the expression. For example, use `src/**/*` instead of `src/*`.\n"
865
"Docs: https://docs.yandex-team.ru/frontend-in-arcadia/references/TS_PACKAGE#ts-files."
866
)
867
0 commit comments