aboutsummaryrefslogtreecommitdiff
path: root/docs/api/transpiler.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 1-1/+1
2023-09-08Fix code typo in transpiler.md (#4604)Gravatar Frederik De Bleser 1-1/+0
There are some extra closing brackets at the end of the `scanImports` example. These cause a syntax error ("Unterminated string literal")
2023-04-28bundler tests: rest of default.test.ts and starting jsx tests (#2765)Gravatar dave caruso 1-1/+1
2023-03-02docs: Fix variable name in transpiler API docs (#2281)Gravatar aab 1-2/+2
2023-02-25docs: improved language in yaml loader example (#2172)Gravatar Tommaso A 1-1/+1
* docs: improved language in yaml loader example * docs(api/http): fix typo * docs(api/spawn): fix typo * docs(api/transpiler): fix typo
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 1-0/+275
* Add documentation * Tweaks * Fixes * Rearrange * Update