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
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 and any PXT repository that contains the sim folder. For instance, the sim folder is in a specific lib folder.
4
+
**only** functions that are exposed in the pxsim namespace, which are implemented in the [pxtsim](https://github.com/microsoft/pxt/tree/master/pxtsim/) folder and any PXT repository that contains the sim folder. For instance, the sim folder is in a specific libs folder in any PXT repository except the core PXT repository.
0 commit comments