Skip to content

Commit e6659e1

Browse files
authored
Merge pull request microsoft#1397 from iclanton/ianc/add-rsc-3.5
[RSC] Add rush-stack-compiler-3.5.
2 parents 6901663 + bbdb86e commit e6659e1

27 files changed

Lines changed: 612 additions & 100 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore everything by default
2+
**
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'use strict';
2+
3+
const build = require('@microsoft/node-library-build');
4+
5+
build.initialize(require('gulp'));
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "rush-stack-compiler-3.5-library-test",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "lib/index.js",
6+
"license": "MIT",
7+
"private": true,
8+
"scripts": {
9+
"build": "gulp test --clean"
10+
},
11+
"dependencies": {
12+
"@types/node": "8.5.8"
13+
},
14+
"devDependencies": {
15+
"@microsoft/node-library-build": "6.0.72",
16+
"@microsoft/rush-stack-compiler-3.5": "0.0.0",
17+
"gulp": "~3.9.1"
18+
}
19+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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+
export class TestClass {
5+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.5/includes/tsconfig-node.json"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "@microsoft/rush-stack-compiler-3.5/includes/tslint.json"
3+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush-stack-compiler-3.5",
5+
"comment": "Initial package creation.",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@microsoft/rush-stack-compiler-3.5",
10+
"email": "iclanton@users.noreply.github.com"
11+
}

common/config/rush/nonbrowser-approved-packages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
"name": "@microsoft/rush-stack-compiler-3.4",
103103
"allowedCategories": [ "libraries", "tests" ]
104104
},
105+
{
106+
"name": "@microsoft/rush-stack-compiler-3.5",
107+
"allowedCategories": [ "tests" ]
108+
},
105109
{
106110
"name": "@microsoft/rush-stack-compiler-shared",
107111
"allowedCategories": [ "libraries" ]

0 commit comments

Comments
 (0)