aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzaverden <zaverden@yandex-team.com>2024-02-12 18:17:40 +0300
committerDaniil Cherednik <dcherednik@ydb.tech>2024-02-14 14:26:32 +0000
commit43a5ec781c53900ba8936691281cb8201a1ded26 (patch)
tree2f0cf55ac6cda886265e7b928018d39bf04f9479
parent41dc6f82202329f32502d72527877b3a11e78efd (diff)
downloadydb-43a5ec781c53900ba8936691281cb8201a1ded26.tar.gz
feat(conf): remove deprecated modules
-rw-r--r--build/conf/ts/ts_tsc.conf10
-rw-r--r--build/conf/ts/ts_vite.conf10
-rw-r--r--build/conf/ts/ts_webpack.conf11
3 files changed, 1 insertions, 30 deletions
diff --git a/build/conf/ts/ts_tsc.conf b/build/conf/ts/ts_tsc.conf
index d76b5088c8..bb7fb3bbef 100644
--- a/build/conf/ts/ts_tsc.conf
+++ b/build/conf/ts/ts_tsc.conf
@@ -37,13 +37,3 @@ multimodule TS_TSC {
_TS_ADD_NODE_MODULES_FOR_BUILDER()
}
}
-
-### @usage: TS_TSC([name])
-###
-### deprecated, use TS_TSC instead
-module TS_LIBRARY: _BARE_UNIT {
- MESSAGE(TS_LIBRARY has been renamed to TS_TSC)
- MESSAGE(To update the project edit "ya.make" manualy or run:)
- MESSAGE(FATAL_ERROR ya project macro replace "TS_LIBRARY=TS_TSC")
-}
-
diff --git a/build/conf/ts/ts_vite.conf b/build/conf/ts/ts_vite.conf
index f5f675d8ee..95e6ac8c62 100644
--- a/build/conf/ts/ts_vite.conf
+++ b/build/conf/ts/ts_vite.conf
@@ -51,13 +51,3 @@ multimodule TS_VITE {
_TS_ADD_NODE_MODULES_FOR_BUILDER()
}
}
-
-
-### @usage: TS_VITE([name])
-###
-### deprecated, use TS_VITE instead
-module TS_VITE_BUNDLE: _BARE_UNIT {
- MESSAGE(TS_VITE_BUNDLE has been renamed to TS_VITE)
- MESSAGE(To update the project edit "ya.make" manualy or run:)
- MESSAGE(FATAL_ERROR ya project macro replace "TS_VITE_BUNDLE=TS_VITE")
-}
diff --git a/build/conf/ts/ts_webpack.conf b/build/conf/ts/ts_webpack.conf
index 36a1bcebf8..6438147c4f 100644
--- a/build/conf/ts/ts_webpack.conf
+++ b/build/conf/ts/ts_webpack.conf
@@ -14,7 +14,7 @@ TS_WEBPACK_CMD=$TOUCH_UNIT \
### @usage: WEBPACK_OUTPUT(DirName)
###
-### Macro sets the output directory name for TS_BUNDLE module.
+### Macro sets the output directory name for TS_WEBPACK module.
###
### - DirName - output directory name ("bundle" by default).
macro WEBPACK_OUTPUT(DirName) {
@@ -51,12 +51,3 @@ multimodule TS_WEBPACK {
_TS_ADD_NODE_MODULES_FOR_BUILDER()
}
}
-
-### @usage: TS_TSC([name])
-###
-### deprecated, use TS_TSC instead
-module TS_BUNDLE: _BARE_UNIT {
- MESSAGE(TS_BUNDLE has been renamed to TS_WEBPACK)
- MESSAGE(To update the project edit "ya.make" manualy or run:)
- MESSAGE(FATAL_ERROR ya project macro replace "TS_BUNDLE=TS_WEBPACK")
-}