817 B
817 B
decisions needed
-
- do we want to mark up all documents that may show up in documentation with #docregion tags or do we want to isolate all runnable examples in their own subdir.
todo
-
- still need to generate js files from ts files before shredding to extract fragments
-
- still need to create watches to update fragment shredder when source tests change
-
- still need to create mechanism for overridding fragments. ( '_' prefix in name maybe).
notes
-
-
Region syntax for html
-
-
-
Region syntax for js/ts
// #docregion main
// #enddocregion
-
typescript compiler call
tsc --m commonjs --t es5 --emitDecoratorMetadata --experimentalDecorators --sourceMap app.ts