Skip to content

Commit c95d967

Browse files
committed
[RSC] Add rush-stack-compiler-3.5.
1 parent 9c2bb14 commit c95d967

File tree

26 files changed

+649
-99
lines changed

26 files changed

+649
-99
lines changed
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.1.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+
}

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": [ "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)