Skip to content

Commit 52d1d09

Browse files
committed
upd
1 parent 638dacd commit 52d1d09

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@
183183
- [ ] Indexing
184184
- [ ] `shareable:Boolean`
185185
- [ ] `clone()`
186-
- [ ] shockscript.intl.*
186+
- [ ] shock.intl.*
187187
- [ ] Like ECMA-262 `Intl`. Aliased `Intl::`, as well.
188-
- [ ] shockscript.temporal.*
188+
- [ ] shock.temporal.*
189189
- [ ] Like ECMA-262 like `Temporal`. Aliased `Temporal::`, as well.
190-
- [ ] shockscript.reflection.global.*
190+
- [ ] shock.reflection.global.*
191191

192192
- Used for what the `Reflect` namespace cannot be used for. Aliased `GlobalReflection::`, as well.

src/default-lexical-scope.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ The topmost scope defines a `global` property, which is an alias to a package wi
1212

1313
## Intl
1414

15-
The topmost scope defines an `Intl` property, which is an alias to a package wildcard import of the `shockscript.intl` package.
15+
The topmost scope defines an `Intl` property, which is an alias to a package wildcard import of the `shock.intl` package.
1616

1717
## Temporal
1818

19-
The topmost scope defines an `Temporal` property, which is an alias to a package wildcard import of the `shockscript.temporal` package.
19+
The topmost scope defines an `Temporal` property, which is an alias to a package wildcard import of the `shock.temporal` package.
2020

2121
## GlobalReflection
2222

23-
The topmost scope defines an `GlobalReflection` property, which is an alias to a package wildcard import of the `shockscript.reflection.global` package.
23+
The topmost scope defines an `GlobalReflection` property, which is an alias to a package wildcard import of the `shock.reflection.global` package.

0 commit comments

Comments
 (0)