summaryrefslogtreecommitdiff
path: root/cli/js/compiler_api.ts
AgeCommit message (Collapse)Author
2020-02-07Improve support for diagnostics from runtime compiler APIs (#3911)Kitson Kelly
- Exports diagnostic items from `diagnostics.ts` which are missing at runtime. - Returns an array of diagnostics, instead of an object with a property of `items`. This is because of the way Rust deals with certain structures, and shouldn't be exposed in the APIs.
2020-01-21change copyrights from 2019 to 2020 (#3733)Takashi Idobe
2020-01-17Fix compile and bundle api types (#3703)Klaus Hvam
2020-01-08Runtime Compiler API (#3442)Kitson Kelly
Also restructures the compiler TypeScript files to make them easier to manage and eventually integrate deno_typescript fully.