Skip to content

Commit 30f2f05

Browse files
Update shims.md
1 parent ca8dfc5 commit 30f2f05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/shims.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## Shim
22
A **shim** is a parser that accesses **only** C++ or the TypeScript Abstraction Layer (TSAL), **not the sandbox environment**, for functions.
3-
For instance, these shims are **not** able to access properties or anything else in the runtime, which is how they were built.
3+
For instance, these shims are **not** able to access properties or anything else in the runtime, which is how they were built. Additionally,
4+
**only** functions that are exposed in the pxsim namespace, which are exported in the [pxtsim](https://github.com/microsoft/pxt/tree/master/pxtsim/) folder.

0 commit comments

Comments
 (0)