Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a76294e

Browse files
feat: extract instrumentation package (#119)
1 parent 096647a commit a76294e

File tree

16 files changed

+1282
-3880
lines changed

16 files changed

+1282
-3880
lines changed

‎.github/workflows/main-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
package:
6464
- packages/ast-javascript
6565
- packages/cfg-javascript
66+
- packages/instrumentation-javascript
6667
- packages/javascript
6768

6869
steps:

‎.github/workflows/pr-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
package:
9999
- packages/ast-javascript
100100
- packages/cfg-javascript
101+
- packages/instrumentation-javascript
101102
- packages/javascript
102103

103104
steps:

‎package-lock.json

Lines changed: 1166 additions & 3845 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/cfg-javascript/package-lock.json

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SynTest Framework - SynTest Javascript
2+
Copyright 2020-2023 Delft University of Technology and SynTest contributors
3+
4+
This product includes software developed at
5+
Delft University of Technology (http://www.tudelft.nl/).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Instrumentation library for JavaScript
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright 2020-2023 Delft University of Technology and SynTest contributors
3+
*
4+
* This file is part of SynTest Framework - SynTest Javascript.
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*/
18+
19+
export * from "./instrumentation/Instrumenter";
20+
export * from "./instrumentation/Visitor";
21+
export * from "./instrumentation/VisitState";

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /