summaryrefslogtreecommitdiff
path: root/scripts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-13[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-12[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-11[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-10[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-09[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-08[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-07[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-06[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-05[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-04[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-03[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-02fix stat.csv bugGravatar Fred K. Schott 2-9/+5
2021-09-02[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-01add stats on activity in last 24 hoursGravatar Fred K. Schott 1-3/+1
2021-09-01add stats on activity in last 24 hoursGravatar Fred K. Schott 2-6/+7
2021-09-01add stats on activity in last 24 hoursGravatar Fred K. Schott 2-2/+2
2021-09-01add stats on activity in last 24 hoursGravatar Fred K. Schott 2-4/+24
2021-09-01Nightly stats: don't count PRs as issues (#1288)Gravatar Matthew Phillips 2-2/+2
2021-09-01[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-01[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-31wip (#1284)Gravatar Fred K. Schott 2-0/+103
2021-07-20fix bad build script (#781)Gravatar Fred K. Schott 1-1/+0
2021-07-19tsconfig fix (#752)Gravatar Fred K. Schott 2-4/+6
2021-07-12Update build script to avoid bundling (#304)Gravatar Nate Moore 1-4/+2
* fix: simplify astro-scripts build * fix: remove source-map-support, add missing `.js` extensions * refactor: use `module` for `@astrojs/markdown-support` * fix: missing `.js` extension * fix: missed @astrojs/parser * fix: remove old file * fix: merge conflict * fix: CJS weirdness
2021-06-16Fix VS Code extension (#467)Gravatar Nate Moore 1-1/+1
* chore: astro-languageserver => @astrojs/language-server * chore: astro-vscode => vscode * chore: move devDeps to deps * chore: bump language-server to 0.5.0-next.0 * chore: remove astro-docs * chore: update changelog * fix: expose `astro-ls` bin * fix: vscode extension * chore: update changelog
2021-05-17Make Astro compatible with Windows (#215)Gravatar 木杉 1-1/+3
2021-05-13[ci] yarn formatGravatar natemoo-re 1-2/+2
2021-05-13chore: release astro-vscodeGravatar Nate Moore 1-1/+1
2021-05-13Fix Svelte build output (#201)Gravatar Nate Moore 2-6/+7
* fix(#200): svelte build output * chore: add changeset
2021-05-12[wip] Fix CI (#202)Gravatar Drew Powers 1-1/+4
* Yarn format * Fix changeset --since * Fix Windows tests
2021-05-11VS Code extension (#197)Gravatar Matthew Phillips 1-1/+1
* Fix running the extension I'm not sure how my setup was different but I was unable to get the extension to run locally without adding a binary. This mirrors what Svelte does so I'm assuming it's the way it's supposed to be loaded. * Resolve TypeScript suggestions to the correct file This fixes a couple of bugs related to suggestions. 1 was this does the whole `.ts` extension fakeout thing so that the TypeScript plugin thinks that Astro files are TypeScript. Secondly this fixes the caching of the Document, so that suggestions account for the current document text.
2021-05-03Format (#167)Gravatar Drew Powers 2-59/+60
2021-05-03Refactor `astro` export map, add `source-map-support` (#161)Gravatar Nate Moore 2-7/+72
* fix: add svelte plugin for esbuild, remove precompiled svelte components * refactor: public export map, public types * feat: add source-map-support to common code paths * chore: move new "exports" to "imports" map, add internal types * Include outPath in error logging for bad load status, and drop error stack (#163) * Include outPath in the error logging for bad load status * Discard error stack since it seems not useful * feat: improve build error logging * refactor: use object param for writeResult Co-authored-by: Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>
2021-05-03Clean dependencies (#166)Gravatar Drew Powers 2-24/+31
* Clean dependencies This moves some dependencies around where they should be * Formatting
2021-05-03`create-astro` UI (#164)Gravatar Nate Moore 2-11/+77
* refactor: improve create-astro layout, build script * feat(create-astro): v0.1.0 * docs(create-astro): add README * feat(create-astro): add meta files to starter templates
2021-05-01Improve esbuild watch mode (#160)Gravatar Drew Powers 1-38/+49
2021-04-30Migrate to `yarn` monorepo (#157)Gravatar Nate Moore 5-0/+97
* chore: use monorepo * chore: scaffold astro-scripts * chore: move tests inside packages/astro * chore: refactor tests, add scripts * chore: move parser to own module * chore: move runtime to packages/astro * fix: move parser to own package * test: fix prettier-plugin-astro tests * fix: tests * chore: update package-lock * chore: add changesets * fix: cleanup examples * fix: starter example * chore: update changeset config * chore: update changeset config * chore: setup changeset release workflow * chore: bump lockfiles * chore: prism => astro-prism * fix: tsc --emitDeclarationOnly * chore: final cleanup, switch to yarn * chore: add lerna * chore: update workflows to yarn * chore: update workflows * chore: remove lint workflow * chore: add astro-dev script * chore: add symlinked README