Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/NativeScript/worker-loader


https://github.com/NativeScript/worker-loader

Add .gitignore and .npmignore files

5f034f7b3906442eed2d14a51125caa397a096c7 authored over 4 years ago
Merge pull request #59 from NathanaelA/fix_dups

Fix issue with Crashing Worker when using recursive worker files.

2d021621525bfe5594151394bc9a5ee608b7b279 authored over 4 years ago
Fix issue with Crashing Worker when using recursive worker files.

c361b1f7c4d097b05ab3c1364e6d5bd7302ec3b7 authored almost 5 years ago
Merge pull request #54 from NativeScript/vladimirov/sync-worker-pitch

fix: worker compilation should not be async

b7d4797514b33a5360d30900fa1cc688fb78485e authored almost 5 years ago
release: cut 0.11.0 release

4b070123d9228487f320b728d434a332b929223a authored almost 5 years ago
fix: worker compilation should not be async

In some cases, when using the AOT of Angular applications, multiple worker compilations may happ...

0d8058858245a408b7176d774c9e9b44a65cd585 authored almost 5 years ago
Merge pull request #53 from NativeScript/tachev/improve-demos

chore: fix the unit tests and the linting + start executing them on prepare

d8df7ac4f9d59f87b7c2cbd5fad4db4c7ebdef08 authored about 5 years ago
chore: fix the unit tests and the linting + start executing them on prepare

d3efd4bccb2671e1a1057ade2f0cf7b2612a7c71 authored about 5 years ago
Merge pull request #51 from NativeScript/tachev/improve-demos

docs: improve demos

39fc99dbe13f91b77c709781f7eff570ccba867e authored about 5 years ago
docs: introduce a Vue demo

5ccc00e4904e5548e143c9e3b8a2d5689a3915bc authored about 5 years ago
fix: introduce a TypeScript demo

9d0f5266d9dcad291bae4fef1d624305f8e305a7 authored about 5 years ago
docs: update the angular demo in order to terminate the workers on LiveSync

c7a646e134c439d14c41992219d915c2b606208d authored about 5 years ago
Merge pull request #48 from NativeScript/kddimitrov/fix-worker-loader-cachable

Kddimitrov/fix worker loader cachable

b7f5db988fec5d60b7ddeed2cdf7dcfcf1a29061 authored about 5 years ago
chore: bump version to 0.10.0

112385a1124b1a07b0272baf56041057b0db674a authored about 5 years ago
chore: format code comments

d462cb93a1fbe1a261c10c272ed030b1d3fff3b3 authored about 5 years ago
fix: disable HMR in child compilation and clear compilation hash

6f8ad0ec7a1b4eb7bcf6d10244b9bf233da4e12f authored about 5 years ago
fix: worker loader not cacheable

d4b39314edfe8e1870b95a4ba8904c6a475c93b2 authored about 5 years ago
fix: update webpack config

73826763ec42712c575498212d2480a651e9bce4 authored over 5 years ago
migrate to webpack 1.0.1

dc56fe480ffc95ee28f1571fbcde99aecd15cc3e authored over 5 years ago
chore: add nativescript-worker-loader dep in demo

af2e149ae2f27c34a8b8073c05921078d88e323d authored over 5 years ago
Merge pull request #40 from NativeScript/migrate-6

Migrate to NativeScript 6.0

fb67ef7b9b191314e45a85f075c47a0032b7d337 authored over 5 years ago
chore: app update

308985a3f39ad113c571cdb71184883b6973233f authored over 5 years ago
chore: update packages and configs

76e4ec5d4a1a726379d26fd5b076ca1930b20164 authored over 5 years ago
chore: migrate App_Resources

8371ece734a4204391f147abc349cf0b8b8a9e66 authored over 5 years ago
Merge pull request #39 from edusperoni/worker-plugins

feat: Allow worker to use plugins

adb980f074b2fccb7b7e336d369d7995b6db264c authored over 5 years ago
Merge branch 'master' of https://github.com/NativeScript/worker-loader into worker-plugins

e86b82aa2bf111b1e11410348b9d2c999155987f authored over 5 years ago
chore: migrate to ng8

1f0d68bd6d07c16cb68500ab6c2329e06f5a5d23 authored over 5 years ago
pass the plugin reference to the worker compiler

aeeb019925b5dbd1ba4e773210d3c8947d6b5395 authored over 5 years ago
update to use the new ngCompilerPlugin format

96a89ccd790f6e2fd53531542c4a99373efade45 authored over 5 years ago
chore: update README

370081429c3f43493b2790471dc3007ae0820184 authored over 5 years ago
chore: update demo with shared code

daa3d4f3519a52a10d1ec6edf8a7641931725fbb authored over 5 years ago
feat: allow worker to use plugins

188f1db3a93062c327759d121c5607e141c6e016 authored over 5 years ago
chor: remove script files

ef4f0e77a6e66c1a8578cbc76b1c874e8e1ae1fb authored over 5 years ago
chore: update webpack config

f23e53ea77399d6ceefbd0eeddf903af4a46e4d7 authored over 5 years ago
test: include mochawesome reporter

de099cb1d074d6d2e6d9066c48fada1d90f3019e authored over 5 years ago
release: cut the 0.9.5 release

4f723c4746f0d766513a6fc4bb73462aadb3c04f authored almost 6 years ago
refactor: compilation.cache assignment

639237b973ca48fefe63d81638cbff24acea8fd4 authored almost 6 years ago
fix(eslint): add a missing semicolon

f16ac245857a1debf46cc36d6a87c3edccdbe075 authored almost 6 years ago
fix: lifesync with bundle (#38)

* fix: error when resyncing

Initial livesync is fine, but subsequent syncs:
`ERROR Error: Un...

5c60cf2b05dfe3348b10fb841c44cdf3cadc36e0 authored almost 6 years ago
release: cut the 0.9.4 release

7f08b2efe9da5a35fa3f0405812bab812d8fdb52 authored almost 6 years ago
refactor: loader pitch to always return callback (#37)

Refactor the handle calls to itself logic to be asynchronous.

4f6b865ce218d040ce15cec9edd52db5c39b4cde authored almost 6 years ago
docs: move changelog file to root

b0682866055e4360b419886d98194f4d8a430b3c authored almost 6 years ago
fix: handle calls to itself to avoid an infinite loop (#34)

* fix: handle calls to itself to avoid an infinite loop

* fix: eslint errors

be1b72253c314f7bf8f0806238de79b1eb8d89d8 authored almost 6 years ago
release: cut the 0.9.3 release (#36)

a2620c18cdf73b2c1f1361e299f4887919727a3f authored almost 6 years ago
release: cut the 0.9.2 release :tada:

b1f2c3e8a6748e56af26bc74dc294c3ff841c026 authored almost 6 years ago
chore: bump angular

596dddc4abf094856e0b4c0aff32318fff4748a6 authored about 6 years ago
tests: include e2e tests

e5b37bf07a2ac5de6124393ad5694fd412964f91 authored about 6 years ago
chore: bump angular to 7.0.0

f9c4415b712b0bee0ee1e8386629f893fad7d18b authored about 6 years ago
chore: remove package-lock.json

b8fe6d2464119119de8dc8ab5833517d98a47588 authored about 6 years ago
Merge pull request #24 from DickSmith/master

fix: some files missing from __worker-chunks.json

fed51391988a5c823827f51a97fcd3cc1bdfe07c authored about 6 years ago
fix: some files missing from __worker-chunks.json

Not all workers are being consistently added to the __worker-chunks.json
This then causes other...

ada2f0125b71162b8a4ffa28a46c96ff0e2f3178 authored over 6 years ago
chore(demo): update the versions of the {N} and NG dependencies

c8aac612da37a140591f862a1689da8cf6031eb1 authored over 6 years ago
release: cut the 0.9.1 release

5221e8fdd9daad3161239f283f8b829768265aea authored over 6 years ago
fix: remove webpack dependency

9ef7dd4872c9cd0da3185ddf0e25853cce202a57 authored over 6 years ago
chore: update mocha version

44e9bbc1c8bb86f8225b69ec245473beb4567e64 authored over 6 years ago
release: cut the 0.9.0 release

2a31c1a1aae36894ba73dbda9d463452a1de957e authored over 6 years ago
chore: remove .DS_STORE

ab6d3ea4a5dfd6da17915dcb0d38910dc474d204 authored over 6 years ago
feat: update to webpack 4 tapable APIs

fdd61b8cb5a0605e9ee0b47f48020aaad644b8fa authored over 6 years ago
chore: bump dependencies for webpack 4

6883c58021d60d170e380b2724551fd4c10c727f authored over 6 years ago
docs(README): update usage guidelines

0c621a8ca15fb8a15852287b8c503f6983d4cf5a authored over 6 years ago
refactor: update demo app to latest webpack bits

e15a288dde7761b4b50408c2c39b7ffc05745786 authored over 6 years ago
Revert "Improve loaders to use the vendor chunk and reduce their size (#12)" (#18)

Reverting because of issues when bundling workers that use modules from the vendor chunk.

Thi...

ea1723a020310aa138b289eef52dfeb9ca2228b0 authored over 6 years ago
Improve loaders to use the vendor chunk and reduce their size (#12)

* improved worker loader implementation

* add null check

* better adding for worker module...

e227f120da8012cbe2e8b949606ced01acb8bbc0 authored over 6 years ago
update verify build (#15)

89df9a27280b06db4d686faec0e155f9c7ea0aa3 authored over 6 years ago
Merge pull request #9 from NativeScript/tsonev_update

Tsonev update

d68a6babc02bc74371b3bb85c37a367424ac80c6 authored almost 7 years ago
update all dependencies

3e96eb2d233993770ab7e1ee1c987ddc734fd0d1 authored almost 7 years ago
update @angular/animations version

ae7bd0c8400924d07d09fa0819875426247db232 authored almost 7 years ago
aot build

67370abcbb0c6b8842b04ff1d24124172e869afc authored almost 7 years ago
updating dependencies

5e32fd23cd9be3c005a4226147ee55523bff5477 authored almost 7 years ago
docs(README): Correct typo (#4)

301835d05af77ed9a04d81b851ae9f40ca05fc5d authored over 7 years ago
Modified output logging

51b6076ec701dd65c4a210adddf736ab32902e34 authored over 7 years ago
Merge branch 'master' of https://github.com/NativeScript/worker-loader

85d4f7cef8ffcf802b741970d633d5537fb2ebed authored over 7 years ago
Added functional tests

d69be4c07617d6f2376c5d793d5ffa48b153465d authored over 7 years ago
chore: change package name to nativescript-worker-loader

7fc63e0d4a625a2d16883a6b1318a638ee50c25b authored over 7 years ago
chore: restructure repo to have src/ dir

4bcd197db46c7fb21a9df18b71961b9450ae0ae5 authored over 7 years ago
docs: update README with demo apps and note about TS workers usage

165ba7038dd455bd0ddd466eeb6d1c3ed4789a42 authored over 7 years ago
chore(test): compile es6 unit tests to es5

75832420d617188f00846b680cc10c0799ffa145 authored over 7 years ago
test(unit): fix assert.contains method

61a485c24c9e7ba6e2106902c2ec399287ae63a9 authored over 7 years ago
test(unit): assert that asset with worker's meta info is created

8e42a96281baa7c2ba41a6872dfb95128e152200 authored over 7 years ago
chore: target next version platforms

1147194b2605d3ca2341e3dc71b55a2353e9f0a1 authored over 7 years ago
docs: add demo with nativescript-angular

513f942f3074c1197a865696c8e6b53fb833271d authored over 7 years ago
fix: skip worker plugin if no emitted worker assets

db1344c004418bf632f63726584bc77e9d4a5119 authored over 7 years ago
chore: add package-lock and remove yarn.lock

0ac569f579048ea3f3869131931631319736b8b3 authored over 7 years ago
style: fix linting errors and align rules with NS style guide

f67b62942e17314146a510ed604bc78171b9db8f authored over 7 years ago
test: fix unit tests for NativeScript

b1b7bd5a3a7329ca142c0856cd9c876d26398093 authored over 7 years ago
docs(README): mention the wp plugin in the title

61dc6bd5621b4a4f25cc9dabf8e73df80284681b authored over 7 years ago
refactor: fix typo

a4b2965e5ada5a954a40911eccf492f8efe5b8b6 authored over 7 years ago
docs: update README

3db45244bf3193e8044ba53f78368084542399b9 authored over 7 years ago
refactor: create workers-chunks.json file for emitted workers

323920ed6ee170aeb22ef254c39b32abdd090cbd authored over 7 years ago
reafctor: keep emitted worker assets in the Compilation object

5658c6ec10ddf3b7d34745aa470fddefbdd1d72f authored over 7 years ago
style: split apply method

66040798102ffc9745808e20f361e785df6aec1e authored over 7 years ago
chore: remove webpack peerDependency

9429599ecf6777cb7edad4cbbd3b99ccdeff6634 authored over 7 years ago
refactor: remove inline workers and no fallback option

4f9e6eb5bcc4f893fcaa4edbd2d2154294b1d2dc authored over 7 years ago
fix: properly resolve public path for NS project

c6a491e3f24c23a59bf8465ec3a33558d80a22d1 authored over 7 years ago
0.8.1

02d7e1a098b4fb961f9d95d371eb97251c4886b5 authored over 7 years ago
Improve named workers via options (#80)

f03f50f25af7a1c5d52eec08cf79bb4730c08170 authored over 7 years ago
[WIP] feat(index): add `options` validation (`schema-utils`) (#78)

feat(index): add `options` validation (`schema-utils`)

7806d503433bee676070630c939bc923d6358775 authored over 7 years ago
feat: support loading node core modules (#76)

* Allow worker-loader to load node core modules
* added tests for all targets
* change this.op...

ab74732d67614df007ee5be3128997d3da628bee authored over 7 years ago
Added Typescript integration to the readme (#79)

3d8f20b828f9bf1b93feee7d682645020cb86348 authored over 7 years ago
Add worker message example to README (#66)

Add worker message example to README

5225c54e56e77e5ba50f2d983a5bf725d91137bf authored over 7 years ago