summaryrefslogtreecommitdiff
path: root/docs/core-concepts
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-07-01 08:45:35 -0400
committerGravatar GitHub <noreply@github.com> 2021-07-01 08:45:35 -0400
commit0de30ef01aa98f57a7fbfc07a609777bec456019 (patch)
tree49a1b6fa0b2a1eddd8a587aee2a3e58606b9dcee /docs/core-concepts
parent67ef02534febe03d7a0a5aea82b0087e2165f772 (diff)
downloadastro-0de30ef01aa98f57a7fbfc07a609777bec456019.tar.gz
astro-0de30ef01aa98f57a7fbfc07a609777bec456019.tar.zst
astro-0de30ef01aa98f57a7fbfc07a609777bec456019.zip
Version Packages (#593)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/core-concepts')
0 files changed, 0 insertions, 0 deletions
etions'>-1/+1 2021-09-16Fix export * as fromGravatar Jarred Sumner 1-1/+2 2021-09-16Add flag to dev server to disable HMRGravatar Jarred Sumner 5-1885/+2044 2021-09-16Help output should print command namesGravatar Jarred Sumner 1-5/+13 2021-09-16Fix symbol name for cjs2esmGravatar Jarred Sumner 1-0/+1 2021-09-16When port is in use, auto-increment port number up to 10 times and then bail ↵Gravatar Jarred Sumner 1-7/+43 if all 10 are in use 2021-09-16Always bold ^Gravatar Jarred Sumner 1-0/+2 2021-09-16Delete some dead codeGravatar Jarred Sumner 2-538/+0 2021-09-16Print absolute paths in log errors so that ctrl+click to open file in editor ↵Gravatar Jarred Sumner 1-1/+1 works (depending on terminal) 2021-09-16Colorize build/resolve errors and add a ^Gravatar Jarred Sumner 7-127/+210 2021-09-16Commit build idGravatar Jarred Sumner 3-3/+3 2021-09-16Automatically rewrite TS import paths from .jsx? -> .tsx? when .jsx? is not ↵bun-v0.0.16Gravatar Jarred Sumner 1-8/+10 found This was already partially implemented but it was returning filenames instead of absolute paths. This matches the behavior from https://github.com/microsoft/TypeScript/issues/4595. 2021-09-15write the versionGravatar Jarred Sumner 1-1/+1 2021-09-15Switch to 0.0.x instead of 0.0.0-x to fix the npm install issueGravatar Jarred Sumner 6-9/+11 2021-09-15Bump versionsbun-v0.0.15bun-v0.0.0-15Gravatar Jarred Sumner 2-2/+2 2021-09-15Bumpbun-v0.0.0-14Gravatar Jarred Sumner 1-1/+1 2021-09-15Fix require bug in runtime.jsGravatar Jarred Sumner 2-31/+10 2021-09-15Fix CJS symbol namesGravatar Jarred Sumner 1-11/+37 2021-09-15Remove most usages of anytype in js_ast.zigGravatar Jarred Sumner 4-72/+74 2021-09-15Fix crash in `bun bun`Gravatar Jarred Sumner 1-24/+26 2021-09-15woopsGravatar Jarred Sumner 4-6/+6 2021-09-15Bumpbun-v0.0.0-13Gravatar Jarred Sumner 5-10/+12