You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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