Drew Powers
9d092b56c7
Fix Windows tests ( #212 )
...
* Fix Windows fetchContent()
* Fix Windows bundling & config loading
* Fix astro-prettier formatting for Windows
2021-05-14 12:03:41 -04:00
natemoo-re
8f1acf57a5
[ci] yarn format
2021-05-13 19:29:58 +00:00
Nate Moore
06edbd1aad
fix: format
2021-05-13 14:28:38 -05:00
Nate Moore
495ee7d4ae
chore: ignore broken prettier files
2021-05-13 14:25:03 -05:00
Nate Moore
087fe6276f
chore: format workflow, format .astro
files ( #211 )
2021-05-13 14:20:01 -05:00
Nate Moore
7a3e1c2d4c
chore: release astro-vscode
2021-05-13 14:12:45 -05:00
github-actions[bot]
a9f63c5c0c
Version Packages ( #195 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-13 12:28:04 -05:00
Matthew Phillips
06e2597dd9
Support for import suggestions in the languageserver ( #204 )
...
* Support for import suggestions in the languageserver
https://www.loom.com/share/21921be3ebd1403aa4aaa4f39587efdb
* Add the changeset
2021-05-13 11:26:40 -04: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
Nate Moore
e77c8fff77
Fix workflows! ( #198 )
...
* chore: fix changeset workflow
* fix: changeset action
* fix: pre_job => skip_test
* chore: add empty changeset
2021-05-11 17:32:11 -06:00
Drew Powers
7184149514
Add Astro.request.canonicalURL and Astro.site to global ( #199 )
2021-05-11 17:31:52 -06:00
Drew Powers
d2eb413a6e
Fix portfolio example ( #196 )
2021-05-11 10:40:04 -06:00
Kevin (Kun) "Kassimo" Qian
e0fc2ca097
fix: build stuck on unhandled promise reject ( #191 )
...
* fix: build stuck on unhandled promise reject
* Changeset
2021-05-10 11:35:40 -05:00
Kevin (Kun) "Kassimo" Qian
e0a4f5fbc0
Allow default import component to be renamed based on import statement default specifier ( #193 )
...
* Allow renaming for default import components
* Changeset
2021-05-10 11:00:05 -05:00
Drew Powers
42ec961eec
Add more docs on styling ( #186 )
2021-05-08 11:35:44 -04:00
Matthew Phillips
60e482aa80
Fix running the extension ( #181 )
...
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.
2021-05-08 11:35:20 -04:00
Matthew Phillips
b4c072d1a1
Add gitignore to www
2021-05-07 19:15:57 -04:00
Matthew Phillips
d653a68665
Update the Discord link
2021-05-07 19:06:06 -04:00
Drew Powers
9feffda850
Fix double <pre> tag ( #185 )
2021-05-07 15:48:45 -06:00
Drew Powers
8f2a58534c
Bugfix: fix build ( #184 )
2021-05-07 10:42:48 -06:00
Drew Powers
820012ea16
Improve Snowpack docs styling ( #180 )
2021-05-07 10:38:38 -06:00
Drew Powers
87ab4c6927
Bugfix: scoped styles ( #178 )
2021-05-06 15:39:34 -06:00
Drew Powers
7b55d3d43e
Chore: fix lint rules, add more error handling for unexpected cases ( #177 )
2021-05-06 14:57:14 -04:00
Drew Powers
95b1733c89
Bugfix: handle unawaited promise ( #176 )
2021-05-06 14:55:17 -04:00
Drew Powers
b81abd5b2c
Add CSS bundling ( #172 )
...
* Add CSS bundling
* Add Changeset
* Update build script
* Count better
* Fix stats
* Cleanup
* Add test
* Show profile ms under 750ms
2021-05-06 10:38:53 -06:00
Nate Moore
64f4f74fb6
Split out astro-languageserver
and astro-vscode
( #173 )
2021-05-05 12:44:31 -05:00
Matthew Phillips
0fe0a6ba19
0.0.12
2021-05-05 11:27:55 -04:00
Matthew Phillips
353934aee7
Add dist to the npm package
2021-05-05 08:57:45 -04:00
Nate Moore
9ed19317c6
chore: version packages
2021-05-04 17:16:23 -05:00
Nate Moore
3ad0aac8cf
Fix fetchContent
for nested files ( #171 )
...
* fix: fetchContent within nested folders
* feat: add `sourceId` to fetchContent
* test: update collection tests
* fix: windows compat for importPath
* chore: add changeset
* fix: astroRoot => projectRoot
* feat: add `slash` package
* chore: remove sourceId prop
* chore: update changeset
* format
2021-05-04 17:11:05 -05:00
Matthew Phillips
0054f78e42
Add bundle size information to the build output ( #169 )
2021-05-04 14:06:38 -04:00
Nate Moore
75b05b393a
fix(astro-prism): package
2021-05-04 12:22:25 -05:00
Nate Moore
ac0bc88ae9
chore: version packages
2021-05-04 12:20:50 -05:00
Nate Moore
d924fcbeb4
Fix astro-prism
package ( #170 )
...
* fix: properly include astro-prism
* chore: add changeset
* Update `astro-prism` description
2021-05-04 12:15:13 -05: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
c74f3e70f1
Adds .editorconfig
file ( #162 )
...
* chore: adds .editorconfig file
* chore: move devDeps to root
2021-05-03 12:41:39 -05:00
Drew Powers
52b592a04e
Attempt to fix CI skipping ( #165 )
2021-05-03 11:27:21 -06:00
Nate Moore
2ac06010a4
chore: release create-astro@0.1.0
2021-05-03 12:20:51 -05: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
7c4efe2a7e
fix: monorepo issues ( #158 )
2021-04-30 16:38:40 -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
Drew Powers
1d498facc8
Fix RSS dategen ( #156 )
2021-04-30 11:52:00 -05:00
Drew Powers
f39a91e6ec
Add portfolio example ( #140 )
...
* Add portfolio example
* Feedback
2021-04-30 10:35:20 -06:00
Nate Moore
a79c63750f
chore: release 0.0.9
2021-04-30 09:36:19 -05:00
Nate Moore
509fad6b9a
Fix Svelte bundled behavior ( #151 )
...
* build: add svelte to dynamic component imports
* fix: svelte bundling
* fix: ensure svelte runtime is bundled with build
* fix: svelte runtime in dev mode
* fix: include svelte runtime in imports
Co-authored-by: Duncan Healy <duncan.healy@gmail.com>
2021-04-30 09:35:18 -05:00