erik-krogh
|
dde9a7cd7e
|
Merge branch 'main' into ts53-ts
|
2023-11-20 20:31:00 +01:00 |
|
Cornelius Riemenschneider
|
52fcc5f435
|
Export test data directories.
|
2023-11-06 13:47:56 +01:00 |
|
Arthur Baars
|
7f4bcdfa64
|
Rename test files
|
2023-11-06 13:38:33 +01:00 |
|
Arthur Baars
|
eecf32db4d
|
Add tests for deprecated 'assert' syntax
|
2023-11-06 13:38:33 +01:00 |
|
Arthur Baars
|
bd62ec294e
|
Support TS 5.3 import attributes (previously import assertions)
|
2023-11-06 13:38:32 +01:00 |
|
Arthur Baars
|
0e3369f93f
|
Merge pull request #14484 from aibaars/ts53-js
JS: Support import attributes
|
2023-10-16 10:47:49 +02:00 |
|
erik-krogh
|
9080e84fc9
|
add support for extracting .jsp files
|
2023-10-13 12:09:27 +02:00 |
|
Arthur Baars
|
1f4fcf1f31
|
Rename test files
|
2023-10-12 13:00:39 +02:00 |
|
Arthur Baars
|
07172da1bc
|
Add tests for deprecated 'assert' syntax
|
2023-10-12 12:51:13 +02:00 |
|
Arthur Baars
|
b936e91fe9
|
Support JS import attributes (previously import assertions)
|
2023-10-12 11:43:42 +02:00 |
|
Asger F
|
5a4fe1b4da
|
JS: Stop complaining about comments in JSON files
|
2023-04-27 10:55:36 +02:00 |
|
Asger F
|
621e2e71c8
|
JS: Don't try to parse "get=" as a method prop
|
2023-04-04 16:37:28 +02:00 |
|
Asger F
|
eb8046daef
|
JS: Add trap test showing parse error
|
2023-04-04 16:33:13 +02:00 |
|
Asger F
|
d74da30fc7
|
JS: Include trap test for trailing commas
|
2023-03-14 13:15:12 +01:00 |
|
Asger F
|
7a55b003d2
|
JS: Fix location of assert clause
|
2023-03-03 12:21:20 +01:00 |
|
Asger F
|
38194c6ae7
|
JS: Extract import assertions to DB
|
2023-03-03 12:21:20 +01:00 |
|
Asger F
|
f454151e7a
|
JS: Convert TypeScript import assertions
|
2023-03-03 12:21:20 +01:00 |
|
Asger F
|
c715de2a10
|
JS: parse import assertions without storing in AST
|
2023-03-03 12:21:03 +01:00 |
|
Asger F
|
5fdc293d82
|
JS: Add trap test for import assertions
|
2023-03-03 12:21:03 +01:00 |
|
erik-krogh
|
25a8469586
|
update expected output, now that .html.erb files are actually extracted
|
2023-02-15 10:28:05 +01:00 |
|
erik-krogh
|
cec5045b52
|
Merge branch 'main' into erb
|
2022-11-15 17:16:05 +01:00 |
|
Asger F
|
b028d72d51
|
JS: Handle DynamicImport in the context of a type
|
2022-11-14 15:07:59 +01:00 |
|
erik-krogh
|
676327d9e4
|
Merge branch 'main' into erb
|
2022-11-10 15:39:58 +01:00 |
|
erik-krogh
|
012fb28e25
|
only extract .html.erb files instead of all .erb files
|
2022-11-10 15:38:51 +01:00 |
|
erik-krogh
|
ad7fc34efd
|
extract .erb files as html
|
2022-11-09 12:43:19 +01:00 |
|
Asger F
|
69f5879384
|
JS: Update TRAP test output
|
2022-11-08 13:02:26 +01:00 |
|
erik-krogh
|
ccae0933c7
|
try to parse JS files without using the supported extensions
|
2022-09-19 12:20:20 +02:00 |
|
erik-krogh
|
e7f009e879
|
support top-level for await statements
|
2022-08-11 09:53:32 +02:00 |
|
Asger F
|
a60caced98
|
JS: Update TRAP output
|
2022-05-25 15:59:58 +02:00 |
|
Erik Krogh Kristensen
|
19bbe6d276
|
add JavaScript support for new private fields syntax
|
2021-11-29 13:51:25 +01:00 |
|
Erik Krogh Kristensen
|
2163648b39
|
fix location off-by-ones with regexp parsing
|
2021-11-15 13:43:39 +01:00 |
|
Erik Krogh Kristensen
|
98da532c46
|
dont extract regular expressions from strings that are leaves in a string concat
|
2021-11-10 14:11:48 +01:00 |
|
Erik Krogh Kristensen
|
12305aae42
|
extract regexp literals from string concatenations
|
2021-10-28 10:44:33 +02:00 |
|
Asger Feldthaus
|
f3e2b0b946
|
JS: Avoid using non-existent attribute as parent
|
2021-10-25 11:49:56 +02:00 |
|
Asger Feldthaus
|
ac62379b17
|
JS: Add TRAP test
|
2021-10-25 11:49:39 +02:00 |
|
Tom Hvitved
|
25e1da0150
|
JavaScript: Update expected test output
|
2021-09-14 10:25:42 +02:00 |
|
CodeQL CI
|
170a069657
|
Merge pull request #6403 from asgerf/js/handlebars-extraction
Approved by erik-krogh
|
2021-08-25 13:54:52 +01:00 |
|
Asger Feldthaus
|
bef222dfcc
|
JS: Add placeholder in attribute to trap test
|
2021-08-19 14:19:25 +02:00 |
|
Cornelius Riemenschneider
|
59b3d55b9a
|
JS: Delete flaky test.
|
2021-08-17 10:58:39 +02:00 |
|
Asger Feldthaus
|
13fa49a7f1
|
JS: Update TRAP output
|
2021-08-11 12:54:22 +02:00 |
|
Asger Feldthaus
|
8666bc1894
|
JS: Extract placeholders in HTML
|
2021-08-11 12:36:31 +02:00 |
|
Erik Krogh Kristensen
|
01a202fa10
|
fix cfg and dataflow for logical compound assignments
|
2021-08-10 12:17:59 +02:00 |
|
Asger Feldthaus
|
e678c16d59
|
JS: Parse EJS-style template tags
|
2021-08-10 12:15:44 +02:00 |
|
Asger Feldthaus
|
a7cdf532fa
|
JS: Parse mustache-style tags as expressions
|
2021-08-10 12:15:43 +02:00 |
|
Asger Feldthaus
|
88500a3fa3
|
JS: Update TRAP test output
|
2021-08-09 11:19:08 +02:00 |
|
Asger Feldthaus
|
f8570bb293
|
JS: Update TRAP
|
2021-04-15 10:16:46 +01:00 |
|
Erik Krogh Kristensen
|
b3ee70f4f7
|
update expected output for trap test
|
2021-03-08 13:06:17 +01:00 |
|
Asger Feldthaus
|
236b7c5887
|
JS: Tolerate JSON in script tags
|
2021-02-05 21:54:50 +00:00 |
|
Asger Feldthaus
|
bb6bd9168e
|
JS: Update HTML TRAP tests output
|
2021-01-18 12:19:09 +00:00 |
|
Asger Feldthaus
|
07cfceee19
|
JS: TRAP test for angular templates
|
2021-01-18 12:19:08 +00:00 |
|