Commit graph

57 commits

Author SHA1 Message Date
Yotam Mann
36d83a9f08 cleaning up 2024-05-03 14:26:12 -04:00
Yotam Mann
2f3807c855 moving back to root dir 2024-05-03 10:51:59 -04:00
Yotam Mann
e33ea8d530 Testing integrations 2024-05-03 10:12:55 -04:00
Yotam Mann
080856221c
organizing docs (#1235) 2024-04-29 10:48:28 -04:00
Yotam Mann
3d42017f50
Deprecating singleton variables, use singleton getter instead (#1233)
* Deprecating singleton variables, use singleton getter instead

* updating references

* moving over to getters instead of global vars
2024-04-28 13:05:26 -04:00
Yotam Mann
a256ae2e6c
Working on getting github actions to run (#1231)
* working on getting actions to run

* running all tests

* run on CHROME only

* Update test.yml

* ignoring node_modules

* updating typedocs

* trying to ignore compiler errors

* Update tsconfig.json

* running doc tests in parallel

* speeding up docs example tests

* Update test.yml

* testing README

* 2 spaces instead of 4

* codecov

* remove travis ci

* adding token

* updating codecov
2024-04-25 14:06:55 -04:00
Yotam Mann
0ccdab762f upgrading to node version 14 2021-10-13 13:06:00 -04:00
Yotam Mann
a45c9f117e checking against 'next' version instead of 'typescript' 2020-01-19 23:40:12 -05:00
Yotam Mann
2a112775d5 moving increment-ts to increment 2019-11-16 19:07:37 -05:00
Yotam Mann
472afc7d1d reorganising testing directory 2019-11-16 17:45:22 -05:00
Yotam Mann
58826519a3 using es6 export
fixes coverage issue with super()
2019-11-09 16:14:41 -05:00
Yotam Mann
b9619d8c68 removing unused variables 2019-10-31 15:43:16 -04:00
Yotam Mann
a0a0d71fe0 styling the dot output 2019-10-31 11:42:58 -04:00
Yotam Mann
258b10a63f running all of the example tests in one process
splitting it doesn't seem to save much time
2019-10-31 11:30:26 -04:00
Yotam Mann
71cff7f194 split examples into two sections
that can run in parallel
2019-10-31 09:40:40 -04:00
Yotam Mann
50fdb7db8f retrying failed tests
sometimes tests are just in a weird state and run the second time
2019-10-30 13:30:44 -04:00
Yotam Mann
4ccf4d1aff testing with dom lib 2019-10-25 16:55:06 -04:00
Yotam Mann
c42b388902 example testing uses the number of CPUs on the machine 2019-10-23 15:55:29 -04:00
Yotam Mann
8221bc3812 removing declaration generating code 2019-10-23 15:55:16 -04:00
Yotam Mann
e306319f7f feat: testing examples in jsdocs 2019-10-22 23:47:19 -04:00
Yotam Mann
6d46780fc8 reorganizing where other tsconfig's go 2019-10-22 18:13:13 -04:00
Yotam Mann
818c5f54e6 linting 2019-09-20 10:09:44 -04:00
Yotam Mann
1b3cda8435 trimming whitespace off commit hash 2019-09-16 14:59:33 -04:00
Yotam Mann
c01c4c5311 adding order to categories 2019-09-16 10:49:46 -04:00
Yotam Mann
93c2310038 updating comment 2019-09-15 21:01:28 -04:00
Yotam Mann
521ffec2c7 generate docs with build 2019-09-15 20:59:05 -04:00
Yotam Mann
f243b00b5c moving back to eslint over tslint
didn't like that tslint was developed by palintir and seems like eslint typescript support is pretty good now
2019-09-14 18:29:40 -04:00
Yotam Mann
5f5d8fa98c removing unused file 2019-09-14 18:13:31 -04:00
Yotam Mann
48bd3f2e97 export all 2019-09-12 15:54:06 -04:00
Yotam Mann
c1526a8bd6 starting typedoc config 2019-08-26 10:55:52 -07:00
Yotam Mann
e4feb30455 using 'file' and 'dir' for filtering tests instead of 'grep' 2019-08-12 10:16:34 -04:00
Yotam Mann
c0d7e403ca excluding the test dir 2019-08-02 16:40:50 -04:00
Yotam Mann
22396a8942 Merge branch 'dev' into typescript 2019-08-02 13:52:11 -04:00
Yotam Mann
f393cf5815 version should always be 'dev' until built by travis 2019-08-02 11:37:59 -04:00
Yotam Mann
4c3fd63e90 only increment when on Travis 2019-08-02 10:34:09 -04:00
Yotam Mann
cd73792659 indicating that version is string when output for typescript 2019-07-25 18:26:03 -04:00
Yotam Mann
a0ca880323 using commonjs module for karma 2019-07-25 14:54:02 -04:00
Yotam Mann
d866dfe66a publishing typescript prerelease
for testing purposes
2019-07-11 00:54:34 -04:00
Yotam Mann
05b146abb7 using semver to increment patch 2019-07-11 00:54:11 -04:00
tambien
958666e8e7 working on build 2019-06-24 13:26:03 -04:00
tambien
21c25ecdbc [wip] working on build config 2019-06-21 14:09:39 -04:00
tambien
24826f69ad outputting file named coverage.lcov 2019-06-19 18:06:42 -04:00
tambien
18e9ea89d6 writing to version.ts 2019-06-19 10:23:54 -04:00
tambien
4aca4f81e6 setting up tests and config for typescript 2019-05-23 13:59:08 -04:00
tambien
df08425a70 started retooling with typescript 2019-04-12 10:37:47 -04:00
tambien
8070135e0d using path.posix for generating require/import strings
closes #387
2019-02-02 14:08:21 -05:00
tambien
6244b71890 moving from coveralls to codecov
https://coveralls.io/github/Tonejs/Tone.js kept returning a 406 error
2019-02-01 10:17:35 -05:00
tambien
b3148e74e4 moving tsd generation to separate script file 2019-01-28 17:20:32 -05:00
tambien
f9a4a14a43 generating typescript defs from jsdocs
jsdocs will need to be updated to be more useful as tsdefs
2019-01-28 12:43:20 -05:00
tambien
ed71d8141b amd to es6 import/export
no longer using AMD (require.js) style imports, and beginning to move to es6 "import/export" statements everywhere.
2019-01-27 13:05:20 -05:00