Skip to content

Commit f1a8010

Browse files
authored
Remove unused usings (#2072)
1 parent 82ac023 commit f1a8010

File tree

80 files changed

+7
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+7
-88
lines changed

Jint.Tests/Runtime/InteropTests.TypeReference.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using Jint.Native;
2-
using Jint.Native.Symbol;
3-
using Jint.Runtime.Descriptors;
42
using Jint.Runtime.Interop;
53
using Jint.Tests.Runtime.Domain;
64
using Microsoft.Extensions.DependencyInjection;

Jint/Collections/IEngineDictionary.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Diagnostics.CodeAnalysis;
2-
using System.Runtime.CompilerServices;
1+
32

43
// ReSharper disable once CheckNamespace
54
namespace Jint;

Jint/Engine.Ast.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System.Runtime.InteropServices;
21
using Jint.Native;
32
using Jint.Runtime;
43
using Jint.Runtime.Interpreter;

Jint/Extensions/Character.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Diagnostics;
2-
using System.Runtime.CompilerServices;
1+
using System.Runtime.CompilerServices;
32

43
namespace Jint.Extensions;
54

Jint/Native/AggregateError/AggregateErrorPrototype.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Jint.Collections;
21
using Jint.Native.Object;
32
using Jint.Runtime;
43
using Jint.Runtime.Descriptors;

Jint/Native/Array/ArrayConstructor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of constructor methods return JsValue
22

33
using System.Collections;
4-
using Jint.Collections;
54
using Jint.Native.Function;
65
using Jint.Native.Iterator;
76
using Jint.Native.Object;

Jint/Native/Array/ArrayIteratorPrototype.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Jint.Collections;
21
using Jint.Native.ArrayBuffer;
32
using Jint.Native.Iterator;
43
using Jint.Native.Object;

Jint/Native/ArrayBuffer/ArrayBufferConstructor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Jint.Collections;
21
using Jint.Native.Function;
32
using Jint.Native.Object;
43
using Jint.Native.Symbol;

Jint/Native/ArrayBuffer/ArrayBufferPrototype.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#pragma warning disable CA1859 // Use concrete types when possible for improved performance -- most of prototype methods return JsValue
22

3-
using Jint.Collections;
43
using Jint.Native.Object;
54
using Jint.Native.Symbol;
65
using Jint.Runtime;

Jint/Native/AsyncFunction/AsyncFunctionPrototype.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Jint.Collections;
21
using Jint.Native.Function;
32
using Jint.Native.Symbol;
43
using Jint.Runtime;

0 commit comments

Comments
 (0)