Skip to content

Commit

Permalink
Merge pull request #12394 from chancancode/visit_api
Browse files Browse the repository at this point in the history
Revisiting the visit API (aka FastBoot™)
  • Loading branch information
wycats committed Sep 30, 2015
2 parents aefcf14 + 5fca890 commit ab1f9df
Show file tree
Hide file tree
Showing 10 changed files with 1,631 additions and 249 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"tmp": true,
"dist": true
}
}
5 changes: 5 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"target": "ES6"
}
}
Loading

0 comments on commit ab1f9df

Please sign in to comment.