Skip to content

Commit

Permalink
[RSC] Add rush-stack-compiler-3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Jul 18, 2019
1 parent 9c2bb14 commit c95d967
Show file tree
Hide file tree
Showing 26 changed files with 649 additions and 99 deletions.
2 changes: 2 additions & 0 deletions build-tests/rush-stack-compiler-3.5-library-test/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore everything by default
**
5 changes: 5 additions & 0 deletions build-tests/rush-stack-compiler-3.5-library-test/gulpfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict';

const build = require('@microsoft/node-library-build');

build.initialize(require('gulp'));
19 changes: 19 additions & 0 deletions build-tests/rush-stack-compiler-3.5-library-test/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "rush-stack-compiler-3.5-library-test",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"license": "MIT",
"private": true,
"scripts": {
"build": "gulp test --clean"
},
"dependencies": {
"@types/node": "8.5.8"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.72",
"@microsoft/rush-stack-compiler-3.5": "0.1.0",
"gulp": "~3.9.1"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.

export class TestClass {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.5/includes/tsconfig-node.json"
}
3 changes: 3 additions & 0 deletions build-tests/rush-stack-compiler-3.5-library-test/tslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@microsoft/rush-stack-compiler-3.5/includes/tslint.json"
}
4 changes: 4 additions & 0 deletions common/config/rush/nonbrowser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
"name": "@microsoft/rush-stack-compiler-3.4",
"allowedCategories": [ "tests" ]
},
{
"name": "@microsoft/rush-stack-compiler-3.5",
"allowedCategories": [ "tests" ]
},
{
"name": "@microsoft/rush-stack-compiler-shared",
"allowedCategories": [ "libraries" ]
Expand Down
Loading

0 comments on commit c95d967

Please sign in to comment.