This website requires JavaScript.
Explore
Help
Sign in
michael
/
astro
Watch
1
Star
0
Fork
You've already forked astro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
787ba306cc
astro
/
.gitignore
10 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
initial commit
2021-03-15 17:22:05 +00:00
node_modules/
lib/
Prettier support for `.astro` files (#106) * docs: fix readme * chore: scaffold prettier plugin * chore(prettier): switch to cjs * test(prettier): scaffold prettier tests * test(prettier): add simple prettier tests * feat(prettier): first pass * refactor: expose parser as CJS export * test(prettier): add long expression * refactor(prettier): use Astro parser + built-in prettier doc for prettier plugin * chore: remove parser from git * chore: add prettier-plugin-astro `build` to workflow * chore: update package-lock * chore: do not build prettier-plugin-astro * fix: update engines * chore: remove NPM restriction * chore: fix workflow paths * chore: update build script * test: fix prettier expr test * chore: fix parser build on windows * refactor: add parser tsconfig, extending base config * chore: relax ban-ts-comment * chore: fix lint issue Co-authored-by: Nate Moore <nate@skypack.dev>
2021-04-21 16:14:44 +00:00
parser/
Scaffold language server (#25) * wip: scaffold astro extension * wip: scaffold astro extension * WIP: vscode extension * fix: autoCloseBefore * chore: update package.json * fix: use tsx instead of plain ts * chore: remove dist files * chore: remove comments * chore: cleanup package build process, switch build to esbuild * refactor: use shared esbuild config Co-authored-by: Nate Moore <nate@skypack.dev>
2021-03-25 15:38:17 +00:00
dist/
*.tsbuildinfo
.DS_Store
Update defaults directory structure to `src` and `dist` (#132) * chore: update defaults in docs * chore: update config defaults * test: update tests to config defaults * chore: update gitignore to new defaults * docs: update readme to new defaults * chore: update examples to new defaults * chore: update default exclude in lang server * chore: update tests * test: fix failing tests * chore: update www defaults
2021-04-26 21:54:20 +00:00
test/fixtures/*/dist/
www/dist
New landing page (#95) * feat: new www * fix: add svg favicon * fix: small tweaks * fix: Drew's nitpicks * fix: sizing, tagline * copy: add "astronauts" :) * fix: astro logo color * fix: overflow Co-authored-by: Nate Moore <nate@skypack.dev>
2021-04-14 23:01:51 +00:00
.vercel
Reference in a new issue
Copy permalink