FredKSchott
e758060e3b
[ci] collect stats
2021-09-10 12:04:54 +00:00
FredKSchott
fa8e6790e6
[ci] collect stats
2021-09-09 12:07:14 +00:00
FredKSchott
d71b75b2a6
[ci] collect stats
2021-09-08 12:06:35 +00:00
FredKSchott
8707d1a4f2
[ci] collect stats
2021-09-07 12:04:38 +00:00
FredKSchott
406c7d37a5
[ci] collect stats
2021-09-06 12:09:13 +00:00
FredKSchott
1953c6113f
[ci] collect stats
2021-09-05 12:09:13 +00:00
FredKSchott
d653823ea2
[ci] collect stats
2021-09-04 12:05:51 +00:00
FredKSchott
d54cc96cfc
[ci] collect stats
2021-09-03 12:05:01 +00:00
Fred K. Schott
cd2578557c
fix stat.csv bug
2021-09-02 09:40:03 -07:00
FredKSchott
108bac706d
[ci] collect stats
2021-09-02 12:04:52 +00:00
Fred K. Schott
746b521046
add stats on activity in last 24 hours
2021-09-01 17:13:08 -07:00
Fred K. Schott
2584247a03
add stats on activity in last 24 hours
2021-09-01 17:12:41 -07:00
Fred K. Schott
dc2b5e3aa8
add stats on activity in last 24 hours
2021-09-01 17:10:13 -07:00
Fred K. Schott
8483f29b23
add stats on activity in last 24 hours
2021-09-01 17:04:39 -07:00
Matthew Phillips
f6141d3a4c
Nightly stats: don't count PRs as issues ( #1288 )
2021-09-01 12:42:11 -04:00
FredKSchott
ee31b8332b
[ci] collect stats
2021-09-01 12:04:49 +00:00
FredKSchott
74372a7d26
[ci] yarn format
2021-09-01 02:51:36 +00:00
Fred K. Schott
f14762bd12
wip ( #1284 )
2021-08-31 19:50:25 -07:00
Fred K. Schott
6230a7ac31
fix bad build script ( #781 )
2021-07-20 14:52:44 -07:00
Fred K. Schott
a7e66666e4
tsconfig fix ( #752 )
2021-07-19 18:23:39 -07:00
Nate Moore
7583a8b42a
Update build script to avoid bundling ( #304 )
...
* 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-07-12 17:01:33 -05:00
Nate Moore
0dd278810e
Fix VS Code extension ( #467 )
...
* 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-06-16 13:20:29 -05:00
木杉
cce8ac72e0
Make Astro compatible with Windows ( #215 )
2021-05-17 17:52:11 -05:00
natemoo-re
8f1acf57a5
[ci] yarn format
2021-05-13 19:29:58 +00:00
Nate Moore
7a3e1c2d4c
chore: release astro-vscode
2021-05-13 14:12:45 -05:00
Nate Moore
000464bf35
Fix Svelte build output ( #201 )
...
* fix(#200 ): svelte build output
* chore: add changeset
2021-05-13 10:06:04 -05:00
Drew Powers
3ef1b01e14
[wip] Fix CI ( #202 )
...
* Yarn format
* Fix changeset --since
* Fix Windows tests
2021-05-12 12:06:16 -06:00
Matthew Phillips
88529b679a
VS Code extension ( #197 )
...
* 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-11 20:01:37 -04:00
Drew Powers
94038d3297
Format ( #167 )
2021-05-03 12:26:10 -06:00
Nate Moore
c93201a909
Refactor astro
export map, add source-map-support
( #161 )
...
* 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-03 13:18:08 -05:00
Drew Powers
4ff3add50f
Clean dependencies ( #166 )
...
* Clean dependencies
This moves some dependencies around where they should be
* Formatting
2021-05-03 11:47:51 -06:00
Nate Moore
ed631329e7
create-astro
UI (#164 )
...
* 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-03 12:15:13 -05:00
Drew Powers
467820996f
Improve esbuild watch mode ( #160 )
2021-05-01 11:09:23 -05:00
Nate Moore
4df1347156
Migrate to yarn
monorepo ( #157 )
...
* 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
2021-04-30 16:33:35 -05:00