Skip to content

Commit 66ff563

Browse files
committed
Upgrade Scroll
1 parent c0b89b7 commit 66ff563

File tree

9 files changed

+18
-19
lines changed

9 files changed

+18
-19
lines changed

blog/header.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
importOnly
22

3-
../header.scroll
43
settings.scroll
4+
../header.scroll
55
keyboardNav

blog/index.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title The PLDB Blog
22

3-
../header.scroll
43
settings.scroll
4+
../header.scroll
55
printTitle
66

77
printSnippets All

blog/interviews.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title Interviews with Programming Language Creators
22

3-
../header.scroll
43
settings.scroll
4+
../header.scroll
55
printTitle
66

77
thinColumns 4

code/conceptPage.scroll

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
importOnly
22
replace BASE_URL ..
3-
replaceJs TEMPLATE
4-
{
5-
const path = require("path")
6-
const {Tables} = require(path.join(path.dirname(absolutePath), "..", "Computer.js"))
7-
Tables.getLanguageTemplate(absolutePath);
8-
}
93

104
// testStrict
115
temporarily disable until we can figure out problem with examples
@@ -16,6 +10,13 @@ measures.parsers
1610

1711
../header.scroll
1812

19-
TEMPLATE
13+
replaceJs TEMPLATE_PAGE
14+
{
15+
const path = require("path")
16+
const filePath = particle.root.filePath
17+
const {Tables} = require(path.join(path.dirname(filePath), "..", "Computer.js"))
18+
Tables.getLanguageTemplate(filePath);
19+
}
20+
TEMPLATE_PAGE
2021

2122
../footer.scroll

lists/autocomplete.scroll

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
buildJs autocompleteCombined.js
2-
replaceNodejs
2+
evalNodejs
33
const {Tables} = require("../Computer.js")
4-
module.exports = {SCRIPT: Tables.autocompleteJs}
5-
6-
SCRIPT
4+
module.exports = Tables.autocompleteJs

lists/explorer.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ openGraphImage explorer.png
22
tags All
33
title PLDB Explorer
44

5-
../header.scroll
65
settings.scroll
6+
../header.scroll
77
printTitle
88

99
endSnippet

lists/header.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
importOnly
22

3-
../header.scroll
43
settings.scroll
4+
../header.scroll
55
keyboardNav

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"lodash": "^4.17.21",
4747
"monaco-editor": "^0.34.1",
4848
"numeral": "^2.0.6",
49-
"scroll-cli": "173.0.0",
50-
"scrollsdk": "^101.2.1",
49+
"scroll-cli": "^175.2.0",
50+
"scrollsdk": "^105.1.0",
5151
"semver": "^7.6.2"
5252
},
5353
"dependencies": {

pages/header.scroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
importOnly
22

3-
../header.scroll
43
settings.scroll
4+
../header.scroll
55
keyboardNav

0 commit comments

Comments
 (0)