Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean dependencies and vulnerability warnings #419

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions benchmark/TestPerformance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Licensed under the BSD-3-Clause license. See LICENSE file in the project root for license information.
*/

// tslint:disable:callable-types
// ConvertTo-TS run at 2016-10-04T11:27:15.5869363-07:00

import * as sourceMapSupport from "source-map-support";
Expand Down
5,910 changes: 2,173 additions & 3,737 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@
"cover": "nyc --reporter=none mocha --timeout=10000",
"postcover": "nyc report --reporter=html",
"dev-test-watch": "mocha-typescript-watch",
"typedoc": "typedoc --ignoreCompilerErrors --out doc src --name antlr4ts",
"prepack": "npm run pack-tool && npm run pack-runtime",
"pack-tool": "npm pack ./tool",
"copy-runtime-extras": "cpx README.md target/src && cpx LICENSE target/src",
"copy-runtime-extras": "cpy README.md LICENSE target/src",
"pack-runtime": "npm run copy-runtime-extras && npm pack ./target/src",
"prebenchmark": "npm run antlr4ts-benchmark && tsc",
"benchmark": "npm run benchmark-core",
Expand Down Expand Up @@ -68,21 +67,20 @@
},
"homepage": "https://github.com/tunnelvisionlabs/antlr4ts#readme",
"devDependencies": {
"@types/mocha": "^5.2.0",
"@types/node": "^10.12.10",
"@types/source-map-support": "^0.4.0",
"@types/mocha": "^5.2.7",
"@types/node": "^10.14.10",
"@types/source-map-support": "^0.4.2",
"@types/std-mocks": "^1.0.0",
"codecov": "^3.1.0",
"cpx": "^1.5.0",
"codecov": "^3.5.0",
"cpy-cli": "^2.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-typescript": "^1.1.14",
"nyc": "^13.1.0",
"source-map-support": "^0.5.6",
"mocha-typescript": "^1.1.17",
"nyc": "^14.1.1",
"source-map-support": "^0.5.12",
"std-mocks": "^1.0.1",
"tslint": "^5.11.0",
"typedoc": "^0.11.1",
"typescript": "^2.8.3"
"tslint": "^5.18.0",
"typescript": "^3.0.3"
},
"dependencies": {}
}
2 changes: 2 additions & 0 deletions src/ParserRuleContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
* Licensed under the BSD-3-Clause license. See LICENSE file in the project root for license information.
*/

// tslint:disable:callable-types
// ConvertTo-TS run at 2016-10-04T11:26:56.6285494-07:00

import { ErrorNode } from "./tree/ErrorNode";
import { Interval } from "./misc/Interval";
import { Override } from "./Decorators";
Expand Down
1 change: 1 addition & 0 deletions src/RuleDependency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Licensed under the BSD-3-Clause license. See LICENSE file in the project root for license information.
*/

// tslint:disable:callable-types
// ConvertTo-TS run at 2016-10-04T11:26:57.6271221-07:00

import { Dependents } from "./Dependents";
Expand Down
1 change: 1 addition & 0 deletions src/TokenStreamRewriter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Licensed under the BSD-3-Clause license. See LICENSE file in the project root for license information.
*/

// tslint:disable:callable-types
// ConvertTo-TS run at 2016-10-04T11:26:58.1768850-07:00

import { Interval } from "./misc/Interval";
Expand Down
1 change: 1 addition & 0 deletions test/tool/TestParseTreeMatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Licensed under the BSD-3-Clause license. See LICENSE file in the project root for license information.
*/

// tslint:disable:callable-types
// ConvertTo-TS run at 2016-10-04T11:27:15.0984506-07:00

import { CharStream } from "../../src/CharStream";
Expand Down
1 change: 1 addition & 0 deletions test/tool/TestTokenStreamRewriter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Licensed under the BSD-3-Clause license. See LICENSE file in the project root for license information.
*/

// tslint:disable:callable-types
// ConvertTo-TS run at 2016-10-04T11:27:36.4475534-07:00

// import org.junit.Test;
Expand Down
1 change: 1 addition & 0 deletions test/tool/TestXPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Licensed under the BSD-3-Clause license. See LICENSE file in the project root for license information.
*/

// tslint:disable:callable-types
// ConvertTo-TS run at 2016-10-04T11:27:38.8508887-07:00

import { CharStream } from "../../src/CharStream";
Expand Down