We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437e0e6 commit fd6c8a8Copy full SHA for fd6c8a8
libraries/rushell/src/ParseError.ts
@@ -1,3 +1,6 @@
1
+// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2
+// See LICENSE in the project root for license information.
3
+
4
import { TextRange, ITextLocation } from './TextRange';
5
6
/**
libraries/rushell/src/TextRange.ts
* Text coordinates represented as a line number and column number.
*
0 commit comments