Browse Source

feat(conf): remove deprecated modules

zaverden 1 year ago
parent
commit
693ac333f3
3 changed files with 1 additions and 30 deletions
  1. 0 10
      build/conf/ts/ts_tsc.conf
  2. 0 10
      build/conf/ts/ts_vite.conf
  3. 1 10
      build/conf/ts/ts_webpack.conf

+ 0 - 10
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")
-}
-

+ 0 - 10
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")
-}

+ 1 - 10
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")
-}