mirror of
https://github.com/bendtherules/Typescript.tools.git
synced 2026-08-18 13:51:55 +00:00
Readme - Rollback to old styles, fix formatting
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# Typescript.tools
|
||||
|
||||
---
|
||||
|
||||
### Collection of resources related to Typescript internals
|
||||
**Collection of resources related to Typescript internals**
|
||||
|
||||
TSC = Typescript compiler
|
||||
|
||||
@@ -44,18 +42,21 @@ TSC = Typescript compiler
|
||||
|
||||
2. Typedoc - Very popular Typescript documentation generator which extracts type definitions and inline jsdoc comments into separate documents.
|
||||
|
||||
3. [shameless plug][webpack-strip-log-loader](https://github.com/bendtherules/webpack-strip-log-loader) - webpack plugin to remove some module (or symbol) and their usages recursively in a project. Uses TSC api internally.
|
||||
3. (shameless plug) [webpack-strip-log-loader](https://github.com/bendtherules/webpack-strip-log-loader) - webpack plugin to remove some module (or symbol) and their usages recursively in a project. Uses TSC api internally.
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||||
<style type="text/css" media="screen">
|
||||
body {
|
||||
padding: 2em;
|
||||
max-width: 960px;
|
||||
margin: auto;
|
||||
}
|
||||
body>h1 {
|
||||
color: darkcyan;
|
||||
}
|
||||
}
|
||||
body {
|
||||
padding: 1em;
|
||||
max-width: 960px;
|
||||
margin: auto;
|
||||
}
|
||||
body>h1 {
|
||||
color: darkcyan;
|
||||
}
|
||||
h1, h2 {
|
||||
padding-bottom: .3em;
|
||||
border-bottom: 1px solid #eaecef;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user