index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
compiler.ts
Age
Commit message (
Expand
)
Author
2018-09-27
Print 'Compiling' when compiling TS.
Ryan Dahl
2018-09-25
format
Ryan Dahl
2018-09-24
Add flag --recompile (#801)
Bartek Iwańczuk
2018-09-09
Better NotFound error handling in CodeFetch
Ryan Dahl
2018-09-09
Add type aliases for sourceCode and outputCode
Daniel Ramos
2018-09-06
Cleanup public API of DenoCompiler
Kitson Kelly
2018-09-06
Integrate format diagnostic host in DenoCompiler
Kitson Kelly
2018-09-06
Fix TypeScript exports in bundle
Kitson Kelly
2018-09-06
Implementing --deps flag
Mirko Jotic
2018-09-05
Mark APIs at internal and include JSDoc in types
Kitson Kelly
2018-09-03
Format.
Ryan Dahl
2018-09-02
Fix circular dependencies
Kitson Kelly
2018-09-01
Minor code refactoring
ShinDarth
2018-09-01
Remove lib.globals.d.ts
Kitson Kelly
2018-09-01
Bundle most types into globals.d.ts (#642)
Kitson Kelly
2018-08-28
Updates to compiler.ts comments and logging.
Kitson Kelly
2018-08-28
Two-pass module evaluation.
Kitson Kelly
2018-08-25
Prevent circular imports in ts code (#576)
Francesco Borzì
2018-08-24
Integrate ScriptSnapshot into ModuleMetaData
Kitson Kelly
2018-08-23
Improve DenoCompiler.makeDefine and localRequire
Kitson Kelly
2018-08-22
runtime.ts refactor into compiler.ts (#564)
Ryan Dahl