aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets/multiple-imports.js (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-17Fix multiple imports to CJS modules when referencing via module_id hashGravatar Jarred Sumner 1-0/+13
1:13 -0700'>2023-08-04[install] handle `workspace:*` correctly (#3994)Gravatar Alex Lam S.L 2-54/+158 - parse as path so it works on unversioned workspaces - fix missed storage of workspace version fixes #3985 2023-08-04Update import-meta.mdGravatar Jarred Sumner 1-2/+1 2023-08-04Fix incorrect docsGravatar Jarred Sumner 1-2/+3 2023-08-04[types] fix `blob.json()` (#3995)Gravatar Alex Lam S.L 1-4/+4 2023-08-04FFI typo (#3973)Gravatar dave caruso 3-5/+10 * FFI typo * add tests * it was a newline 2023-08-04Buffer.copy should ignore out-of-range sourceEnd (#3971)Gravatar Yifei Wang 2-17/+34 2023-08-04[install] store resolved workspace path in lockfile (#3974)Gravatar Alex Lam S.L 5-82/+187 - resolve cwd consistently - speed up package diff - update `test/bun.lockb` fixes #3685 fixes #3958 2023-08-04Fix types (#3963)Gravatar Colin McDonnell 14-274/+892 * Fix types * Add ws module * Add *.toml module declaration * Clean up 2023-08-04feat(hot-clear-screen): clear terminal on hot reload (#3976)Gravatar simylein 1-0/+7 * feat(hot-clear-screen): clear terminal on hot reload * fix(hot-clear-screen): is now I n the correct place * fix(hot-clear-screen): enable buffering after terminal clear