Commit graph

217 commits

Author SHA1 Message Date
Drew Powers
5661b28914
Add style transforms (#7)
* Add style transforms

* Let crawler be sync
2021-03-18 11:25:19 -06:00
Matthew Phillips
48d73e3ab3
Setup error logging and provide our first parse errors (#6)
This adds parse error in a nicely formatted way, and moves the existing console.logs into a fork of the Snowpack logger. The new logger is not a singleton and won't preformat the message.
2021-03-17 15:48:49 -04:00
Drew Powers
458454dae5 Clean up TS types 2021-03-16 14:58:45 -06:00
Matthew Phillips
0932401433
TypeScript support (#5)
This makes it so that setup scripts are treated as TypeScript.
2021-03-16 16:36:43 -04:00
Matthew Phillips
588b086a4d
Bring compiler into Astro (#4)
* include source compiler

* Import from JS

* Conditionally use the instance contents

Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-03-16 16:08:11 -04:00
Drew Powers
174fc1d669 Fix a few lint errors 2021-03-16 12:43:23 -06:00
Drew Powers
8c45c4a856
Annoying Lint PR™ (#3)
* Add Prettier + ESLint

* Format files
2021-03-16 12:37:45 -06:00
Matthew Phillips
1f5c7c791f
Upgrade to latest snowpack pre (#2)
This contains a bunch of bug fixes for SSR we need.
2021-03-16 14:08:49 -04:00
Matthew Phillips
d4a02e7f9a
Merge pull request #1 from snowpackjs/watch-mode
Add watch mode
2021-03-16 13:56:38 -04:00
Drew Powers
f7c2a55788 Add watch mode 2021-03-16 11:54:43 -06:00
Matthew Phillips
e5ebebbcd7 Progress on preparsing 2021-03-16 10:23:29 -04:00
Matthew Phillips
01c34ac5d4 Prevent snowpaack from running on a port 2021-03-15 15:51:36 -04:00
Matthew Phillips
aff6390cc7 Make our h handle void tags properly 2021-03-15 15:41:15 -04:00
Matthew Phillips
c14af18bef Fix case 2021-03-15 15:27:08 -04:00
Matthew Phillips
39ce064b5f Add a proper cli 2021-03-15 15:26:23 -04:00
Matthew Phillips
47d1c22449 magicthing -> astro 2021-03-15 14:18:39 -04:00
Matthew Phillips
af6b029e95 initial commit 2021-03-15 13:22:05 -04:00