Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc5d380

Browse files
TrickyPilukastaegert
authored andcommitted
add an test for issue 5734
1 parent 3e21bd8 commit cc5d380

File tree

4 files changed

+45613
-1
lines changed

4 files changed

+45613
-1
lines changed

LICENSE.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1313

1414
# Licenses of bundled dependencies
1515
The published Rollup artifact additionally contains code with the following licenses:
16-
MIT, ISC
16+
MIT, ISC, 0BSD
1717

1818
# Bundled dependencies:
1919
## @jridgewell/sourcemap-codec
@@ -632,6 +632,26 @@ Repository: micromatch/to-regex-range
632632
633633
---------------------------------------
634634

635+
## tslib
636+
License: 0BSD
637+
By: Microsoft Corp.
638+
Repository: https://github.com/Microsoft/tslib.git
639+
640+
> Copyright (c) Microsoft Corporation.
641+
>
642+
> Permission to use, copy, modify, and/or distribute this software for any
643+
> purpose with or without fee is hereby granted.
644+
>
645+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
646+
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
647+
> AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
648+
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
649+
> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
650+
> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
651+
> PERFORMANCE OF THIS SOFTWARE.
652+
653+
---------------------------------------
654+
635655
## yargs-parser
636656
License: ISC
637657
By: Ben Coe
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = defineTest({
2+
description: 'Maximum call stack size exceeded',
3+
solo: true
4+
});
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import { MySqlParser } from './module.js';
2+
console.log(new MySqlParser());

0 commit comments

Comments
 (0)