Napalys
|
0c52b5ad95
|
Added summary flow for StringFromCharCode
|
2025-04-09 14:24:43 +02:00 |
|
Napalys
|
a3e4e62eac
|
Removed taint from ArrayBuffer constructor as it accepts length
|
2025-04-09 13:27:13 +02:00 |
|
Napalys
|
b97c61864e
|
Add flow summaries and entry points for TextDecoder
|
2025-04-07 18:15:19 +02:00 |
|
Napalys
|
f28478e876
|
Add test cases from TypedArrays to strings.
|
2025-04-07 18:13:52 +02:00 |
|
Napalys
|
f4277204b7
|
Add flow summaries and entry points for ArrayBuffer and SharedArrayBuffer
|
2025-04-07 18:12:35 +02:00 |
|
Napalys
|
0e099474c5
|
Added test cases for ArrayBuffer and SharedArrayBuffer
|
2025-04-07 18:07:54 +02:00 |
|
Napalys
|
ff07ec8d8c
|
Add flow summaries for TypedArray methods set and subarray
|
2025-04-07 18:06:40 +02:00 |
|
Napalys
|
d689a55229
|
Added test cases for TypedArray methods
|
2025-04-07 15:15:29 +02:00 |
|
Napalys
|
e23ff9cf3e
|
Add TypedArrays flow summaries for Uint8Array and buffer property
|
2025-04-07 15:15:24 +02:00 |
|
Napalys
|
93882263f9
|
Added test case for Uint8Array and TypedArray.prototype.buffer
|
2025-04-07 12:46:19 +02:00 |
|
Napalys
|
6fb5376c5f
|
Refactor ReceivedItemAsRemoteFlow to handle data from both client and server WebSocket sources
|
2025-04-07 11:44:40 +02:00 |
|
Napalys
|
6bcfd8c91d
|
Updated getAServer with API graphs.
|
2025-04-04 12:31:29 +02:00 |
|
Napalys
|
c5860e92ec
|
Updated WebSocketReceiveNode to match bind functions.
|
2025-04-04 12:28:53 +02:00 |
|
Napalys
|
4b7a9cd399
|
Added test case with bind.
|
2025-04-04 12:26:58 +02:00 |
|
Napalys
|
49194b0340
|
Updated WebSocketReceiveNode with API graphs.
|
2025-04-04 12:26:52 +02:00 |
|
Napalys
|
0dbf951291
|
Updated ClientSocket and SendNode with API graphs.
|
2025-04-04 09:14:54 +02:00 |
|
Napalys
|
455ce59583
|
Added test cases with export of an instance.
|
2025-04-04 08:59:19 +02:00 |
|
Napalys
|
e16a20e69f
|
Updated SocketClass to use API Graphs.
|
2025-04-04 08:47:27 +02:00 |
|
Napalys
|
c7fad09664
|
Added test cases with custom exports/imports.
|
2025-04-04 08:33:26 +02:00 |
|
Napalys
|
a572ac60d2
|
Added inline test expectations for WebSocket
|
2025-04-04 08:22:48 +02:00 |
|
Asger F
|
14c5495b4c
|
JS: Use in SensitiveActions test as an example
|
2025-04-03 13:24:18 +02:00 |
|
Asger F
|
6c3bc941c5
|
Merge branch 'main' into js/name-resolution-independent-fixes
|
2025-04-02 14:15:44 +02:00 |
|
Asger F
|
30a9cd7c8a
|
JS: Include document as a DOM value
|
2025-04-02 14:09:52 +02:00 |
|
Asger F
|
7904db0f9a
|
Merge pull request #19132 from asgerf/js/guarded-route-handler-token
JS: Add GuardedRouteHandler access path component
|
2025-03-28 10:47:10 +01:00 |
|
Napalys Klicius
|
32369dab7d
|
Merge pull request #19124 from Napalys/js/hapi_upgrade
JS: Support for newer version of `Hapi` - `@hapi/hapi`
|
2025-03-27 16:42:51 +01:00 |
|
Asger F
|
ed50343cc2
|
Merge pull request #19077 from asgerf/js/jsdoc-name-tokens
JS: Separate JSDoc qualified names into individual identifiers
|
2025-03-27 14:22:11 +01:00 |
|
Asger F
|
13d2453a45
|
JS: Add GuardedRouteHandler access path component
|
2025-03-27 13:59:41 +01:00 |
|
Asger F
|
da269c6fb1
|
JS: More test updates
|
2025-03-27 11:51:25 +01:00 |
|
Asger F
|
c8817d9667
|
JS: Parse with proper locations
|
2025-03-27 11:51:23 +01:00 |
|
Asger F
|
6868f66108
|
JS: Restrict size of hasNameParts
Test updates look OK. Some intermediate results are omitted but the
qualified name of the final type names are still present.
|
2025-03-27 11:51:20 +01:00 |
|
Asger F
|
328bf753b4
|
JS: Benign test updates
|
2025-03-27 11:51:17 +01:00 |
|
Napalys
|
ae645e49ba
|
Added support for @hapi/hapi server.
|
2025-03-26 11:41:11 +01:00 |
|
Napalys
|
649b4e07e2
|
Added test cases for @hapi/hapi
|
2025-03-26 11:35:58 +01:00 |
|
Napalys
|
a3c84d9feb
|
Added support for axios.create.
|
2025-03-25 10:45:09 +01:00 |
|
Napalys
|
8f2adb6543
|
Added test case for create.
|
2025-03-25 10:44:15 +01:00 |
|
Napalys
|
c0d848cdf1
|
Added support for getUri.
|
2025-03-25 10:43:54 +01:00 |
|
Napalys
|
f48a362d71
|
Added support for patchForm.
|
2025-03-25 10:42:57 +01:00 |
|
Napalys
|
7fe943d8b2
|
Added support for putForm.
|
2025-03-25 10:42:04 +01:00 |
|
Napalys
|
69fe251eac
|
Add support for axios.postForm in ClientRequest.
|
2025-03-25 10:41:08 +01:00 |
|
Napalys
|
e79f4602b5
|
Added test for axios methods.
In particular for `postForm` `putForm` `patchForm` `getUri`.
|
2025-03-25 10:40:00 +01:00 |
|
Napalys
|
cb14b4381e
|
Applied copilot suggestions.
|
2025-03-24 14:05:28 +01:00 |
|
Napalys
|
2d6f5d1da4
|
Refactor ClientRequest to introduce GotInstance classes for improved handling of got instances and options retrieval.
|
2025-03-24 13:20:09 +01:00 |
|
Napalys
|
f43510c9aa
|
Added support for paginate.
|
2025-03-21 15:03:23 +01:00 |
|
Napalys
|
63193fa91c
|
Improve URL handling in ClientRequest for extend() and Options
|
2025-03-21 15:02:34 +01:00 |
|
Napalys
|
99efb610d4
|
Enhance URL handling in ClientRequest for got Options
|
2025-03-21 15:01:43 +01:00 |
|
Napalys
|
b33f760765
|
Manage chain calls of extend.
|
2025-03-21 15:00:39 +01:00 |
|
Napalys
|
a58c4eb652
|
Added additional test cases for got package.
|
2025-03-21 15:00:35 +01:00 |
|
Napalys Klicius
|
803aacf9f0
|
Merge pull request #19068 from Napalys/js/superagent
JS: `superagent` modeling
|
2025-03-21 09:15:31 +01:00 |
|
Napalys
|
d61d038b9b
|
Refactored SuperAgentUrlRequest to use API graph.
|
2025-03-20 18:17:28 +01:00 |
|
Napalys
|
401c6ea0f6
|
Added test case which is not detected by dataflow.
|
2025-03-20 18:17:27 +01:00 |
|