Go to file
Evgeny Kuzyakov f69a5c9dae
Merge pull request #76 from NearSocial/expose-uri-component
- Expose `encodeURIComponent`, `decodeURIComponent`, `btoa`, `atob`, `isFinite`, `decodeURI` and `encodeURI` in the global scope.
- Refactor native functions into an object, making it easier to add new functions.
2023-06-06 08:22:12 -07:00
.github/workflows Cleanup 2023-05-30 14:05:20 +02:00
config Move VM to root 2023-02-16 09:59:08 -08:00
dist Merge branch 'dev' of github.com:NearSocial/VM into expose-uri-component 2023-06-06 08:06:23 -07:00
src Merge branch 'dev' of github.com:NearSocial/VM into expose-uri-component 2023-06-06 08:06:23 -07:00
.babelrc Move VM to root 2023-02-16 09:59:08 -08:00
.gitignore Add babel-loader and dist 2023-02-16 10:26:22 -08:00
CHANGELOG.md Merge branch 'dev' of github.com:NearSocial/VM into expose-uri-component 2023-06-06 08:06:23 -07:00
LICENSE Initial template based on wiki 2022-08-23 16:21:20 -07:00
package.json 2.2.2: Gracefully handle compilation errors 2023-06-05 21:24:33 -07:00
webpack.config.js Move VM to root 2023-02-16 09:59:08 -08:00
yarn.lock fix yarn build by adding near-api-js as a devDependency 2023-05-17 17:13:49 -04:00