Skip to content

Commit 8d1d570

Browse files
committed
chore(devenv) #189 Update EcmaScript status to TC 2018-09 / TS 3.1
1 parent 498ddf0 commit 8d1d570

File tree

4 files changed

+135
-119
lines changed

4 files changed

+135
-119
lines changed

.vscode/settings.json

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,79 @@
1313
"files.encoding": "utf8",
1414
"git.enabled": true,
1515
"npm.enableScriptExplorer": true,
16-
"typescript.tsdk": "node_modules/typescript/lib"
16+
"typescript.tsdk": "node_modules/typescript/lib",
17+
"cSpell.ignoreWords": [
18+
"apis",
19+
"asarray",
20+
"asiterable",
21+
"aspnet",
22+
"berksfile",
23+
"berkshelf",
24+
"changelog",
25+
"checkboxes",
26+
"clavecoder",
27+
"clavecoder's",
28+
"concat",
29+
"cordova",
30+
"ctor",
31+
"destructuring",
32+
"devenv",
33+
"dgeni",
34+
"dist",
35+
"distros",
36+
"dotnet",
37+
"devtool",
38+
"ecma",
39+
"esdoc",
40+
"falsy",
41+
"gitignore",
42+
"golang",
43+
"greenkeeper",
44+
"hypervisor",
45+
"initializations",
46+
"invariants",
47+
"iterability",
48+
"iterable",
49+
"iterables",
50+
"jali",
51+
"jalidev",
52+
"markdownlint",
53+
"metaproperty",
54+
"mkdirp",
55+
"microservice",
56+
"microservices",
57+
"monorepo",
58+
"monorepos",
59+
"multitenant",
60+
"npmignore",
61+
"onboarding",
62+
"partitionable",
63+
"pluggable",
64+
"polyfill",
65+
"prerelease",
66+
"provisioner",
67+
"provisioners",
68+
"relavent",
69+
"repo",
70+
"roadmap",
71+
"semver",
72+
"serverless",
73+
"shortcode",
74+
"simd",
75+
"simlinks",
76+
"srcs",
77+
"submodule",
78+
"tada",
79+
"transpilation",
80+
"triaged",
81+
"toolset",
82+
"truthy",
83+
"typedef",
84+
"typeguard",
85+
"typings",
86+
"vagrantfile",
87+
"validators",
88+
"webpackfile",
89+
"yyyy"
90+
]
1791
}

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ onboarding information.
3333

3434
This document explains how to contribute to the Jali project. For an
3535
introduction to Jali, see [README.md](./README.md). To understand the
36-
design of the Jali project, see [DESIGN.md](./DESIGN.md).
36+
design of the Jali project, see [DESIGN.md](./project/DESIGN.md).
3737

3838
## Getting Started
3939

@@ -116,9 +116,9 @@ To contribute you must sign the
116116
For `non-contributors` and `contributors`, Jali issues consist of
117117
`Questions` and `Ideas`. Only a `core-contributor` should create a
118118
`Bug`, `Enhancement`, or `Epic`. Please follow
119-
[ISSUE-TEMPLATE-INSTRUCTIONS.md](./ISSUE-TEMPLATE-INSTRUCTIONS.md) when
119+
[ISSUE-TEMPLATE-INSTRUCTIONS.md](./project/ISSUE-TEMPLATE-INSTRUCTIONS.md) when
120120
creating a Jali issue. It provides detailed instructions and a
121-
systematic [decision tree](./ISSUE-TEMPLATE-INSTRUCTIONS.md#template-form-decision-tree)
121+
systematic [decision tree](./project/ISSUE-TEMPLATE-INSTRUCTIONS.md#template-form-decision-tree)
122122
to determine which issue form you should create.
123123

124124
### Triage

cSpell.json

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)