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

add expect script #875

Closed
wants to merge 91 commits into from
Closed

add expect script #875

wants to merge 91 commits into from

Conversation

gugabguerra
Copy link

Seems "Expect for Unix" really don't have logo or icon out there.

Please map *.exp to Console icon (I've done this in settings.json) by default... or maybe you can make a similar one with different color.

Scrum and others added 30 commits June 26, 2019 14:52
Adjust saturation and opacity for custom file icons
Only to complete the pattern:

--- Missing "setting" and ".setting"
configuration -> configurations
config -> configs
? > settings
? > .settings
---
Add "setting" names to folder-config
feat(svelte): support svelte.config.js
Luxcium and others added 9 commits November 7, 2020 19:03
* add declaration file for module 'lodash.merge'

Could not find a declaration file for module 'lodash.merge' ts(7016)

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* add declaration file for module 'semver'

Could not find a declaration file for module 'semver' ts(7016)

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* add type guard

Argument of type 'unknown' is not assignable to parameter of type
'string | SemVer'
ts(2345)

Probleme:
const stateVersion: unknown

Result:
const stateVersion: string | semver.SemVer

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* add type inference by initializing variables

Variable 'i' implicitly has an 'any' type ts(7043)
Variable 'chr' implicitly has an 'any' type ts(7043)

Problemes:
let i: any
let chr: any

Result:
let i: number
let chr: number

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* add type inference by initializing variables

Probleme:
let iconsPath: any

Result:
let iconsPath: string

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* declaration of parameter type

Parameter 'object'
implicitly has an 'any'
type, but a better type may
be inferred from
usage.ts(7044)

Probleme:
(parameter) object: any

Result:
(parameter) object: unknown

Tells the compiler and future
readers that this variable could be anything,
so we give it the unknown type.

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* declaration of parameter type

Parameter 'value' implicitly has an 'any' type ts(7044)

Probleme:
(parameter) value: any

Result:
(parameter) value: string

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* export = merge require default import

This module can only be
referenced with ECMAScript imports/exports by turning

on the 'esModuleInterop'
flag and referencing its
default export.ts(2497)

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* now use default import

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* change travis CI config to pass tests

webpack: command not found
Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* add linux to travis CI os list in config file

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* add ts-node to travis CI config

sh: ts-node: command not found
Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* add missing peer of typescript and webpack

npm WARN ts-node@9.0.0 requires a peer of
typescript@>=2.7 but none is installed.

npm WARN webpack-cli@4.1.0 requires a peer of
webpack@4.x.x || 5.x.x but none is installed.

You must install peer dependencies yourself.

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>

* remove linux from travis CI

Signed-off-by: Benjamin Vincent (Luxcium) <luxcium@neb401.com>
* add twine icon

* add harlow, chapterbook and sugarcube lang support

* Add twee file extension support

* fix twee language names

* Update twine file icon

Co-authored-by: PKief <philipp.kief@gmx.de>
@PKief PKief self-requested a review November 18, 2020 21:24
@PKief PKief closed this in 0aee54c Nov 19, 2020
Copy link
Member

@PKief PKief left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I added it 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet