summaryrefslogtreecommitdiff
path: root/docs/runtime/compiler_apis.md
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-01-20docs: improve manual around typescript (#8139)Kitson Kelly
Fixes #9054
2020-08-18refactor: permissions (#7074)Nayeem Rahman
2020-08-17typos (#7082)tokiedokie
2020-07-31feat: add $STD_VERSION replacement variable in docs (#6922)Luca Casonato
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-05-26improve docs (#5872)Robin Wieruch
2020-05-18adjust docs (#5598)Matt Dumler
2020-05-13docs: Added unstable message to compiler api (#5272)Luca Casonato
2020-05-11refactor: check permissions in SourceFileFetcher (#5011)Bartek Iwańczuk
This PR hot-fixes permission escapes in dynamic imports, workers and runtime compiler APIs. "permissions" parameter was added to public APIs of SourceFileFetcher and appropriate permission checks are performed during loading of local and remote files.
2020-05-06Multi page manual (#5110)Luca Casonato