1.3.0 • Published 2 years ago

hexo-renderer-ts v1.3.0

Weekly downloads
13
License
MIT
Repository
github
Last release
2 years ago

hexo-renderer-ts

hexo renderer for typescript files.

Options

See https://www.typescriptlang.org/docs/handbook/compiler-options.html

In _config.yml:

render:
  ts:
    target: ES2015
    removeComments: true
    newLine: Lf
    pretty: false

Or from tsconfig.json file

render:
  ts: tsconfig.json # path to tsconfig.json file

Or by API:

hexo.render.render({text: '', engine: 'ts'}, {
  target: 'ES2015',
  removeComments: true, 
  newLine: 'Lf', 
  pretty: false}).then(function(result){
  // ...
});
1.3.0

2 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago