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

rxjs_Observable__WEBPACK_IMPORTED_MODULE_5__.Observable.from is not a function #969

Open
wants to merge 476 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
476 commits
Select commit Hold shift + click to select a range
aeaed9f
release 3.3.2 with update README
optimistex Feb 4, 2018
56bef7b
add section "Contribute" to the readme
optimistex Feb 4, 2018
36faa97
update the readme
optimistex Feb 4, 2018
afaac9d
bug fix: error on typed special chars
optimistex Feb 6, 2018
d093a4a
release 3.3.3
optimistex Feb 6, 2018
7ce54fd
implemented the events "open", "close": https://github.com/optimistex…
optimistex Feb 6, 2018
9fb4850
fix styling: https://github.com/optimistex/ngx-select-ex/issues/5#iss…
optimistex Feb 6, 2018
cbfab26
update documentation
optimistex Feb 6, 2018
d2592d3
update documentation
optimistex Feb 6, 2018
0e4775e
Add a "disabled" property to Select Option: https://github.com/optimi…
optimistex Feb 6, 2018
de20450
implement NgxSelectComponent.autoSelectSingleOption: https://github.c…
optimistex Feb 7, 2018
7266dcb
upgrade to [email protected]
optimistex Feb 7, 2018
18f2f16
release 3.3.4
optimistex Feb 7, 2018
6ae82b9
Merge branch 'development'
optimistex Feb 7, 2018
b2730e6
release 3.3.5
optimistex Feb 7, 2018
f85a0a5
chore: optimize repository
sibiraj-s Feb 7, 2018
676ac3c
docs: update README.md
sibiraj-s Feb 7, 2018
15aa870
refactor: remove copyfiles which is never used
sibiraj-s Feb 7, 2018
de9c240
add the message "No results found" for empty items: https://github.co…
optimistex Feb 7, 2018
4c88212
update documentation
optimistex Feb 7, 2018
fd58832
release 3.3.6
optimistex Feb 7, 2018
bf86f45
fix documentation
optimistex Feb 7, 2018
ab98778
chore: update workspace settings
sibiraj-s Feb 8, 2018
fd52ce6
chore: update version in package-lock.json
sibiraj-s Feb 8, 2018
3c6623c
build(semantic release): Add commitizen, cz-conventional-changelog fo…
sibiraj-s Feb 8, 2018
a4f88a8
build(semantic release): donot run precommit twice
sibiraj-s Feb 8, 2018
b33b3ef
ci: update scripts
sibiraj-s Feb 8, 2018
7f67d31
ci: build only master branch
sibiraj-s Feb 8, 2018
9e9fb57
ci: npm release from travis
sibiraj-s Feb 8, 2018
4851019
ci: fix travis test
sibiraj-s Feb 8, 2018
e42a7fa
chore($compile): setting to releasing
optimistex Feb 8, 2018
9954b3f
refactoring tests
optimistex Feb 8, 2018
7904729
fix: Error on disabled option with an empty array https://github.com/…
optimistex Feb 8, 2018
93cd4be
feat($browser): add the `select` and `remove` events
optimistex Feb 8, 2018
5fbf048
release 3.3.7
optimistex Feb 8, 2018
2dbf964
update build options
optimistex Feb 9, 2018
26af3ab
fix: show the message "No results found" only when the items contain …
optimistex Feb 9, 2018
2af49f7
release 3.3.9
optimistex Feb 9, 2018
45cddf6
update documentation
optimistex Feb 9, 2018
0710e0e
fix: Not working with custom getter https://github.com/optimistex/ngx…
optimistex Feb 10, 2018
ac92543
release 3.3.10
optimistex Feb 10, 2018
32ba202
fix: ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expres…
optimistex Feb 11, 2018
0ad0271
feat: Implement custom template for an option https://github.com/opti…
optimistex Feb 14, 2018
034ae8e
feat: implemented NgxSelectComponent.navigated - https://github.com/o…
optimistex Feb 15, 2018
633c73c
feat: implemented templates for "option selected" and "option not found"
optimistex Feb 15, 2018
06e93c3
update documentation
optimistex Feb 15, 2018
d2d7857
release 3.3.11
optimistex Feb 15, 2018
fe79b3a
fix: error on pressing the key Enter when items is empty.
optimistex Feb 15, 2018
4a21c8e
release 3.3.12
optimistex Feb 15, 2018
a5901e4
a little fix
optimistex Feb 16, 2018
630e498
implemented `NgxSelectComponent.autoClearSearch` for: https://github.…
optimistex Mar 5, 2018
f88df27
Implemented INgxSelectOptions for override default options: https://g…
optimistex Mar 5, 2018
4890fc7
Removed old classes. See to table of "deleted >>> alternative":
optimistex Mar 5, 2018
85fd558
implemented option NgxSelectComponent.size: https://github.com/optimi…
optimistex Mar 6, 2018
c032571
removed type=button attribute from span.ngx-select__selected-plural: …
optimistex Mar 6, 2018
5f18aed
implemented default option NgxSelectComponent.keyCodeToRemoveSelected…
optimistex Mar 6, 2018
d8f7127
fix: When the dropdown item is too long, the textbox breaks - https:/…
optimistex Mar 6, 2018
c594c42
release 3.4.0
optimistex Mar 6, 2018
72adfd1
add: NgxSelectComponent.searchCallback: (search: string, item: INgxSe…
optimistex Mar 14, 2018
5e3a4a2
release 3.4.1-dev
optimistex Mar 14, 2018
e54ad26
microfix
optimistex Mar 14, 2018
e2fb6fc
fix: The text filter does not work in Chrome Mobile (Android Version)…
optimistex Mar 20, 2018
cb0d976
release 3.4.2-dev
optimistex Mar 20, 2018
95c7455
microfix
optimistex Mar 20, 2018
7d6ea75
fix style: https://github.com/optimistex/ngx-select-ex/issues/48
optimistex Apr 1, 2018
7127506
Fix performace problem
Apr 3, 2018
7d1bf3c
Merge pull request #52 from pudelduscher/fix-performance-problem
optimistex Apr 3, 2018
28451c5
Merge branch 'master' into development
optimistex Apr 3, 2018
e0bca6c
release 3.4.3
optimistex Apr 3, 2018
f164033
update the documentation
optimistex Apr 3, 2018
733f708
doc fix
optimistex Apr 3, 2018
36dabef
add options:
optimistex Apr 3, 2018
9289d4b
update: change using KeyboardEvent.keyCode to KeyboardEvent.code - ht…
optimistex Apr 3, 2018
7b17df1
release 3.5.0
optimistex Apr 3, 2018
fe7a239
bug fix: trow error on filtering lists with numbers instead of a text…
optimistex Apr 3, 2018
4ea9082
release 3.5.1
optimistex Apr 3, 2018
17e346a
bug fix: ERROR TypeError: Cannot read property 'value' of undefined
optimistex Apr 3, 2018
d186f65
release 3.5.2
optimistex Apr 3, 2018
1a4f260
enhancement: add the event (selectionChanges) https://github.com/opti…
optimistex Apr 7, 2018
a515484
release 3.5.3
optimistex Apr 7, 2018
5315d56
refactoring
optimistex Apr 14, 2018
f219709
fix: The enter key works wrong when used immediately after filtering …
optimistex Apr 14, 2018
021e4cd
release 3.5.4
optimistex Apr 14, 2018
08ca700
fix: Selection causing page to scroll to top in IE https://github.com…
optimistex May 25, 2018
33b60a0
release 3.5.5-dev
optimistex May 25, 2018
0b8edcf
Update LICENSE
optimistex May 26, 2018
1d632ad
fix aot build by making some component methods public. Change type of…
amiram May 29, 2018
fa55c38
Merge pull request #79 from amiram/fix-aot-build
optimistex May 29, 2018
4f308ad
Merge branch 'master' into development
optimistex May 29, 2018
c50029e
release 3.5.6-dev
optimistex May 29, 2018
0bfddaa
fix: If 'items' contains no data, option-not-found template not showi…
optimistex Jun 4, 2018
845b5f2
release 3.5.7-dev
optimistex Jun 4, 2018
5e37fea
release 3.5.8
optimistex Jun 7, 2018
96aaec5
release 3.5.9 with fix a little trouble of number versions
optimistex Jun 7, 2018
6a3246f
add: Keydown NumpadEnter Feature https://github.com/optimistex/ngx-se…
optimistex Jun 18, 2018
d60e140
release 3.5.10-dev
optimistex Jun 18, 2018
8feec36
fix: placeholder out of the edges https://github.com/optimistex/ngx-s…
optimistex Jun 18, 2018
9bbbf00
release 3.5.11-dev
optimistex Jun 18, 2018
2f29635
add: option `keepSelectedItems`
optimistex Jun 19, 2018
a2be5c0
release 3.5.12-dev
optimistex Jun 19, 2018
5eaf544
fix: wrong behaviour with the keepSelectedItems option
optimistex Jun 19, 2018
e87098d
release 3.5.13-dev
optimistex Jun 19, 2018
0b70a1b
feat: add option to auto activate element on mouse enter
ert78gb Jul 1, 2018
a660d86
fix: highlight selected item
ert78gb Jul 2, 2018
73e15bb
feat: use OnPush change detection
ert78gb Jul 17, 2018
070034b
feature: pass search text to not found template
oscarlocatelli Aug 22, 2018
8c54409
doc: add to doc new let-input variable
oscarlocatelli Aug 22, 2018
f0043ca
fix: fixed inputElRef accessibility problem
oscarlocatelli Aug 22, 2018
741c560
Merge branch 'ert78gb-feat-no-scroll-on-edge' into development
Sep 29, 2018
15c81e6
fix doc
Sep 29, 2018
547e307
fix doc
Sep 29, 2018
0c24833
Merge branch 'oscarlocatelli-master'
Sep 29, 2018
b343bde
upgrade to Angular: 6.1.9 (Angular CLI: 6.2.3)
Sep 29, 2018
d8d7c37
release 3.6.0-dev
Sep 29, 2018
ad2f9a1
fix: highlighted text calculation
ert78gb Aug 26, 2018
dd574d7
fix: improve the speed of the subjOptionsSelected calculation
ert78gb Aug 26, 2018
512b87f
fix: improve performance
ert78gb Aug 26, 2018
9568980
style: format code
ert78gb Sep 30, 2018
35b920a
fix: keyAction order
ert78gb Sep 30, 2018
35b01f0
issue: update rxjs to 6.3.3 ngx-select issue #118
Oct 25, 2018
ff4deeb
release 3.6.1
Oct 25, 2018
169b999
Merge branch 'development' into merging
Oct 25, 2018
7c49284
release 3.6.2-dev with the performance improves by "Róbert Kiss ert78…
Oct 25, 2018
8467cc2
build docs
Oct 25, 2018
4af2529
Merge branch 'master' into development
Oct 25, 2018
be6badf
fix: Multi selections are always sorted in alphabetical order. #121
Oct 28, 2018
9cc12d5
release 3.6.3
Oct 28, 2018
d15d6ce
[72] removed rxjs-compat dependency. Fixed imports to rxjs/operators.…
prikryl Oct 30, 2018
fe61e03
remove the rxjs-compat dependency and migrate code to RxJS6
Oct 28, 2018
cea0ead
release 3.6.4-dev
Oct 30, 2018
e3e82b3
Merge remote-tracking branch 'prikryl/master' into development
Oct 30, 2018
e52e1a5
refactoring
Oct 30, 2018
ba18ab6
release 3.6.5-dev
Oct 30, 2018
b68aa6f
fix: ngx-select-ex enable() doesn't work
Nov 2, 2018
e99f107
release 3.6.6
Nov 2, 2018
1233bd1
update packages
Nov 2, 2018
f87f336
chore(release): 3.6.7
Nov 2, 2018
7de5cd0
#131 - Added the possibility to pass the isFocused variable default v…
joseph118 Dec 16, 2018
0d7e08f
release 3.6.8
optimistex Dec 17, 2018
f560ba5
fixed 1 of 1 vulnerability
optimistex Jan 5, 2019
26946e3
issue 138 fixes
Jan 21, 2019
3732a68
release 3.6.9-dev
optimistex Jan 24, 2019
aa1d9e4
Update issue templates
optimistex Apr 8, 2019
09e84d1
any click in input allows multiselect to open
Apr 30, 2019
8c6d071
any click in input allows multiselect to open
Apr 30, 2019
29be8d3
Merge branch 'issue-155' of github.com:craig-dae/ngx-select-ex into i…
May 2, 2019
f884d19
release 3.6.10
optimistex May 14, 2019
a9f2f19
Merge branch 'craig-dae-issue-155' into development
optimistex May 14, 2019
bfc775b
release 3.6.11-dev
optimistex May 14, 2019
65f9b24
update doc
optimistex May 14, 2019
d4cd0a1
add option: keepSelectMenuOpened
optimistex May 14, 2019
2f02ebf
release 3.6.12-dev
optimistex May 14, 2019
b236616
upgrade to Angular 8
optimistex Jun 29, 2019
224ee00
release 3.7.0
optimistex Jun 29, 2019
717673a
Update bug template
optimistex Aug 6, 2019
b20c458
add: option `showOptionNotFoundForEmptyItems`
optimistex Aug 6, 2019
a74b6cd
release 3.7.1
optimistex Aug 6, 2019
bbf41f3
release 3.7.2 (fix vulnerabilities)
optimistex Aug 6, 2019
6e6758b
fix travis
optimistex Aug 6, 2019
2097249
fix travis
optimistex Aug 6, 2019
fdd97a3
fix travis
optimistex Aug 6, 2019
7be9fab
fix travis
optimistex Aug 6, 2019
f990094
update package: standard-version
optimistex Oct 8, 2019
b989c5b
chore(release): 3.7.3
optimistex Oct 8, 2019
bca0932
fixed 9 of 9 vulnerabilities in 22954 scanned packages
kpolyntsov Nov 6, 2019
f093639
fix travis
kpolyntsov Nov 6, 2019
a21bdfb
fix travis
kpolyntsov Nov 6, 2019
a4de144
fix: ViewDestroyedError: detectChanges
edskeizer Nov 27, 2019
cd0faae
fix: removed whitespaces for linting
edskeizer Nov 27, 2019
303ea06
fix styles
optimistex Dec 7, 2019
5f31733
chore(release): 3.7.4
optimistex Dec 7, 2019
09a720e
fix multiple button size for bootstrap 4
amiram Dec 24, 2019
2ffa8c5
Merge pull request #174 from amiram/fix-multiple-button-size
optimistex Jan 2, 2020
d4a2818
Merge remote-tracking branch 'origin/edskeizer-view-destroyed-error-fix'
kpolyntsov Jan 13, 2020
6c3a281
fix vulnerabilities
kpolyntsov Jan 13, 2020
16aac34
chore(release): 3.7.5
kpolyntsov Jan 13, 2020
0e64210
add tests for checking activation items by mouse move
kpolyntsov Jan 13, 2020
a95d11a
fix: NgxSelectComponent.onMouseEnter
kpolyntsov Jan 13, 2020
1e8a517
chore(release): 3.7.6
kpolyntsov Jan 13, 2020
adadfe4
add an option to set the autocomplete value for the input field
amiram Feb 29, 2020
c74e1ba
chore(release): 3.7.7
optimistex Mar 11, 2020
9cebc73
Add an option to add custom classes to the dropdown-menu. Closes #182
amiram Mar 21, 2020
b796d00
update doc.md
optimistex Apr 14, 2020
9a414f3
chore(release): 3.7.8
optimistex Apr 14, 2020
29eed45
upgrade up to Angular 9
optimistex Apr 14, 2020
0b4a27c
upgrade(release): 4.0.0
optimistex Apr 14, 2020
b2d1537
Use lodash.isequal instead of whole lodash
ruisilva450 Nov 10, 2020
11803c6
Merge pull request #190 from ruisilva450/master
optimistex Nov 10, 2020
0ba3d2d
Merge branch 'upgrade'
optimistex Nov 10, 2020
9ec5288
upgrade to Angular 10
optimistex Nov 10, 2020
1b30b10
chore(release): 5.0.1
optimistex Nov 10, 2020
2d0cbd0
upgrade: fix missing dependencies
optimistex Nov 10, 2020
2bf93ab
chore(release): 5.0.2
optimistex Nov 10, 2020
ed053d5
Fix not clear with delete key when [allowClear]="false". Closes #191
amiram Nov 30, 2020
e27545a
pull-192: cover by tests
optimistex Nov 30, 2020
a6553fc
chore(release): 5.0.3
optimistex Nov 30, 2020
f8f1a5a
upgrade: to Angular11
optimistex Dec 1, 2020
82f8bfc
chore(release): 6.0.1
optimistex Dec 1, 2020
ea6e09e
update GitHub template
optimistex Jan 11, 2021
5dcd55f
update GitHub template
optimistex Jan 11, 2021
171cbc1
bugfix: returned null on set items and value simultaneously
optimistex Jan 21, 2021
4f261a3
fix: vulnerabilities
optimistex Jan 23, 2021
aa24248
update: to Angular 11.1.0
optimistex Jan 23, 2021
cd31f84
chore(release): 6.0.2
optimistex Jan 23, 2021
7edb056
feat: add option to disable safe html
May 4, 2021
43c850e
fix: lint & invert boolean for noSanitize
May 5, 2021
a25176b
update docs
optimistex May 11, 2021
7650532
update packages
optimistex May 11, 2021
08aab8a
chore(release): 6.1.0
optimistex May 11, 2021
b47263a
fix: declaration of NgxSelectComponent.keepSelectedItems
optimistex Jul 29, 2021
7bba902
chore(release): 6.1.1
optimistex Jul 29, 2021
62765ad
Add `appendTo` option. Closes #160
adrianbrs Dec 1, 2021
d82c647
Lint on tests
adrianbrs Dec 1, 2021
36da609
Fix test spec description
adrianbrs Dec 2, 2021
90db9f8
update readme
optimistex Dec 3, 2021
f778dd1
chore(release): 6.1.2
optimistex Dec 3, 2021
fd61c71
update to Angular 12
optimistex Dec 3, 2021
186e16f
chore(release): 7.0.0
optimistex Dec 3, 2021
936fdff
Add appendTo option in INgxSelectOptions
adrianbrs Dec 3, 2021
df9aa4d
Make keepSelectedItems optional in INgxSelectOptions
adrianbrs Dec 3, 2021
da2592f
Fix getting-started.md require statement
adrianbrs Dec 4, 2021
cd61878
Merge pull request #199 from adrianbrs/master
optimistex Dec 4, 2021
ff9f4af
Merge pull request #200 from adrianbrs/fix-getting-started-require-st…
optimistex Dec 4, 2021
8403639
chore(release): 7.0.1
optimistex Dec 4, 2021
9c912f7
update: to Angular 13
optimistex Jan 20, 2022
3e20dd2
fix: One or more import cycles would need to be created to compile th…
optimistex Jan 20, 2022
afd52e5
fix: inconsistent template data types
optimistex Jan 20, 2022
e900b6d
fix: autoformat
optimistex Jan 20, 2022
4ac6f55
fix: move `lodash.isequal` to dev dependencies
optimistex Jan 20, 2022
fb3a83e
chore(release): 8.0.0
optimistex Jan 20, 2022
fbe2f6b
fix: add `lodash.isequal` to peerDependencies
optimistex Jan 20, 2022
b949f58
chore(release): 8.0.1
optimistex Jan 20, 2022
7536b30
fix: position choises on appendTo scrollable area
Aug 20, 2024
44648ce
chore(release): 8.0.2
Aug 20, 2024
b9e9b31
update: to Angular v17
Nov 20, 2024
5d3e256
chore(release): 9.0.0
Nov 20, 2024
16f0c96
update: to Angular v18 & keep old builder
Nov 21, 2024
12eade7
chore(release): 18.0.0
Nov 21, 2024
15d13e0
update: replace ngx-bootstrap by Angular Material
Nov 21, 2024
d4c0f9c
chore(release): 18.0.1
Nov 21, 2024
c67b92f
update: refresh project structure
Nov 21, 2024
62a63a5
chore(release): 19.0.0
Nov 21, 2024
19a5815
chore(release): 19.0.1
Nov 21, 2024
bf62963
chore(release): 19.0.2
Nov 21, 2024
92007de
update: documentation
Nov 21, 2024
b1fbcef
chore(release): 19.0.3
Nov 21, 2024
01078bd
fix: license
Nov 21, 2024
895f135
chore(release): 19.0.4
Nov 21, 2024
e63d768
fix: license
Nov 21, 2024
50d3a38
chore(release): 19.0.5
Nov 21, 2024
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
103 changes: 0 additions & 103 deletions .config/bundle-system.js

This file was deleted.

14 changes: 10 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# http://editorconfig.org

# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
trim_trailing_whitespace = true

[*.ts]
quote_type = single
ij_typescript_use_double_quotes = false

[*.md]
max_line_length = off
trim_trailing_whitespace = false
6 changes: 0 additions & 6 deletions .eslintrc.json

This file was deleted.

18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Please, make an online example to reproduce the bug and share a link to the example.
You can fork the blank project and make your own example: https://codesandbox.io/s/scratch-angular-11-ngx-select-ex-9upjp?file=/src/app/app.component.html

**Expected behavior**
A clear and concise description of what you expected to happen.
58 changes: 35 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,42 @@
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.

# Compiled output
/dist
/tmp
/out-tsc
/bazel-out

# Node
/node_modules
npm-debug.log
yarn-error.log

# type script artifacts
/typings
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# WebStorm
.idea
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# ignore build and dist for now
/bundles
/demo-build
/dist
# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/ts


/demo/**/*.js
/demo/**/*.js.map
/demo/**/*.d.ts
/components/**/*.js
/components/**/*.js.map
/components/**/*.d.ts
ng2-select.js
ng2-select.js.map
ng2-select.d.ts
/libpeerconnection.log
testem.log
/typings

/logs
# System files
.DS_Store
Thumbs.db
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm test
24 changes: 0 additions & 24 deletions .npmignore

This file was deleted.

22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
"recommendations": ["angular.ng-template"]
}
20 changes: 20 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "ng serve",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/"
},
{
"name": "ng test",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: test",
"url": "http://localhost:9876/debug.html"
}
]
}
42 changes: 42 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"isBackground": true,
"problemMatcher": {
"owner": "typescript",
"pattern": "$tsc",
"background": {
"activeOnStart": true,
"beginsPattern": {
"regexp": "(.*?)"
},
"endsPattern": {
"regexp": "bundle generation complete"
}
}
}
},
{
"type": "npm",
"script": "test",
"isBackground": true,
"problemMatcher": {
"owner": "typescript",
"pattern": "$tsc",
"background": {
"activeOnStart": true,
"beginsPattern": {
"regexp": "(.*?)"
},
"endsPattern": {
"regexp": "bundle generation complete"
}
}
}
}
]
}
Loading