Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#166, but javascript #180

Merged
merged 33 commits into from
Nov 26, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
57a237e
start work on #166
Rich-Harris Nov 25, 2020
87e60e2
remove typescript
Rich-Harris Nov 25, 2020
c3db751
remove ts-node in favour of esm
Rich-Harris Nov 25, 2020
f2476b3
Build kit package with sucrase
benmccann Nov 25, 2020
2053588
Convert tests to use sucrase
benmccann Nov 25, 2020
4532bd5
javascriptify gh-166
Rich-Harris Nov 25, 2020
cd24731
get build working again
Rich-Harris Nov 25, 2020
d258973
fix gitignore files
Rich-Harris Nov 25, 2020
b13560b
add back some missing files
Rich-Harris Nov 25, 2020
bfed3aa
tidy up
Rich-Harris Nov 25, 2020
5a88c5d
bit more tidying
Rich-Harris Nov 26, 2020
8d561c5
merge liberation -> gh-166-js
Rich-Harris Nov 26, 2020
39e7a94
restrict uvu pattern
Rich-Harris Nov 26, 2020
d5d77c4
copy client files, not everything
Rich-Harris Nov 26, 2020
d4eb980
remove generated file
Rich-Harris Nov 26, 2020
a0b8f61
implement adapter-static using builder API
Rich-Harris Nov 26, 2020
0e78455
ignore generated file
Rich-Harris Nov 26, 2020
4c4f9f6
get svelte-kit-demo example working
Rich-Harris Nov 26, 2020
1712fa8
update lockfile
Rich-Harris Nov 26, 2020
702cf69
add back svelte eslint config peer dependencies
Rich-Harris Nov 26, 2020
47b313e
move render logic into kit
Rich-Harris Nov 26, 2020
92523be
merge master -> gh-166-js
Rich-Harris Nov 26, 2020
83b13f5
update test
Rich-Harris Nov 26, 2020
7f52979
update adapter-netlify
Rich-Harris Nov 26, 2020
b9c0b46
fixes
Rich-Harris Nov 26, 2020
5efcdfc
simplify adapter-netlify
Rich-Harris Nov 26, 2020
e4955c0
use netlify in hn example
Rich-Harris Nov 26, 2020
b9791d5
add use strict pragmas
Rich-Harris Nov 26, 2020
df57dd1
remove unused dependency
Rich-Harris Nov 26, 2020
39f3647
update lockfile
Rich-Harris Nov 26, 2020
46fb674
tidy up
Rich-Harris Nov 26, 2020
6a56c16
update snowpack config
Rich-Harris Nov 26, 2020
e644180
add changeset
Rich-Harris Nov 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add back svelte eslint config peer dependencies
  • Loading branch information
Rich-Harris committed Nov 26, 2020
commit 702cf69a6faa15d80a089b4170766496845278f6
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@sveltejs/eslint-config": "github:sveltejs/eslint-config#v5.6.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-svelte3": "^2.7.3",
"prettier": "2.1.2",
"rollup": "^2.32.0"
"rollup": "^2.32.0",
"typescript": "^4.1.2"
}
}
157 changes: 155 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.