0.6.1 • Published 5 years ago
sylvanas v0.6.1
Sylvanas
A tool to convert TypeScript to JavaScript with human-like code style.
How to use
npm install --save-dev sylvanassylvanas(files: string[], option?: Option)
const sylvanas = require('sylvanas');
const files = glob.sync('**/*.@(ts|tsx)');
const fileList = sylvanas(files);
fileList.forEach(({ data }) => {
console.log('Trans:', data);
});Option
cwd - string
The current working directory in which to search. Defaults to process.cwd().
action - none | write | overwrite
Default none. Set what will Sylvanas do with files:
write: Write new file with name of suffix.jsor.jsx.overwrite: Likewritebut will remove origin files.
outDir - string
Set the write file folder. Defaults to cwd.
decoratorsBeforeExport - boolean
Same as babel decoratorsbeforeexport.
0.6.1
5 years ago
0.6.0
5 years ago
0.4.4
5 years ago
0.5.0
5 years ago
0.4.3
6 years ago
0.4.2
6 years ago
0.4.1
6 years ago
0.4.0
6 years ago
0.4.0-beta.2
6 years ago
0.4.0-beta.0
6 years ago
0.3.0
6 years ago
0.2.0
6 years ago
0.1.0
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago
0.0.0
6 years ago