1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
budibase/packages/server
Tobias Speicher 491bcb86ed Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-02-20 15:28:39 +01:00
..
.vscode
__mocks__ run prettier + lint over typescript files as well 2022-01-20 09:17:08 +01:00
build
scripts Replace deprecated String.prototype.substr() 2022-02-20 15:28:39 +01:00
src Replace all spaces with underscores in column names rather than just the first one 2022-02-14 10:21:31 +00:00
.dockerignore
.eslintrc
.gitignore
.npmignore
babel.config.js
Dockerfile Merge branch 'develop' into oracle-datasource 2021-11-22 10:47:48 +00:00
LICENSE License cleanup 2021-11-17 14:21:16 +00:00
nodemon.json Fix cypress and update nodemon config to use backend-core 2022-01-25 23:26:39 +00:00
package.json v1.0.66-alpha.0 2022-02-15 17:15:15 +00:00
tsconfig.json Add jest to types 2022-02-08 14:26:18 +00:00
yarn.lock Bump vm2 from 3.9.5 to 3.9.6 in /packages/server 2022-02-15 00:48:56 +00:00