parent
9d7f1bd8b6
commit
e4c9b686cd
4
src/_tsc
4
src/_tsc
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
local -a module_types=(
|
local -a module_types=(
|
||||||
none commonjs amd umd system es6/es2015 es2020 es2022 esnext node16 node18 nodenext preserve
|
none commonjs amd umd system es6/es2015 es2020 es2022 esnext node16 node18 nodenext preserve
|
||||||
)
|
)
|
||||||
|
|
||||||
local -a bundle_libraries=(
|
local -a bundle_libraries=(
|
||||||
es5 es6/es2015 es7/es2016 es2017 es2018 es2019 es2020 es2021 es2022
|
es5 es6/es2015 es7/es2016 es2017 es2018 es2019 es2020 es2021 es2022
|
||||||
|
|
@ -168,7 +168,7 @@ local -a opts=(
|
||||||
'--plugins[Specify a list of language service plugins to include]:plugins'
|
'--plugins[Specify a list of language service plugins to include]:plugins'
|
||||||
'--emitDecoratorMetadata[Emit design-type metadata for decorated declarations in source files]'
|
'--emitDecoratorMetadata[Emit design-type metadata for decorated declarations in source files]'
|
||||||
'--experimentalDecorators[Enable experimental support for legacy experimental decorators]'
|
'--experimentalDecorators[Enable experimental support for legacy experimental decorators]'
|
||||||
'--jsx[Specify what JSX code is generated]:type(preserve react react-native react-jsx react-jsxdev)'
|
'--jsx[Specify what JSX code is generated]:type:(preserve react react-native react-jsx react-jsxdev)'
|
||||||
"--jsxFactory[Specify the JSX factory function used when targeting React JSX emit]:funcname"
|
"--jsxFactory[Specify the JSX factory function used when targeting React JSX emit]:funcname"
|
||||||
"--jsxFragmentFactory[Specify the JSX Fragment reference used for fragments when targeting React JSX emit]:reference"
|
"--jsxFragmentFactory[Specify the JSX Fragment reference used for fragments when targeting React JSX emit]:reference"
|
||||||
'--jsxImportSource[Specify module specifier used to import the JSX factory functions]'
|
'--jsxImportSource[Specify module specifier used to import the JSX factory functions]'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue