Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SabaSoftware
/
JSIL
Public
forked from
iskiselev/JSIL
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
JSIL
Compiler
Configuration.cs
on
XmlReader.ReadElementString
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 10, 2014
Added dumb analyzer plugin API Added basic dead code elimination plugin
ZimM
authored and
kg
committed
458f496
View commit details
Copy full SHA for 458f496
View code at this point
Browse repository at this point
Commits on Jun 25, 2013
StructGenericParameter seems to pass for the correct reasons now. Neat.
Show description for 0d1a7eb
kg
committed
0d1a7eb
View commit details
Copy full SHA for 0d1a7eb
View code at this point
Browse repository at this point
Commits on May 1, 2013
Change the default output directory to . (the current directory where JSILc is invoked from) because the default of %configdirectory% puts things in the JSIL\bin directory and it is DRIVING ME INSANE
Show description for 59608a5
kg
committed
59608a5
View commit details
Copy full SHA for 59608a5
View code at this point
Browse repository at this point
Commits on Nov 10, 2012
Add support for automatically gathering up files that were copied to the output directory by a built project and adding them to a manifest in the output directory.
kg
committed
3e91849
View commit details
Copy full SHA for 3e91849
View code at this point
Browse repository at this point
Commits on Aug 24, 2012
Add a SolutionBuilder setting named 'ExtraOutputs' that lets you add static files to the output list from a solution (so they inherit its configuration and get built with its outputs)
kg
committed
30bf35e
View commit details
Copy full SHA for 30bf35e
View code at this point
Browse repository at this point
Commits on Aug 20, 2012
List out all the configuration files that contributed to a build's configuration in the jsillog file.
kg
committed
2af4e2d
View commit details
Copy full SHA for 2af4e2d
View code at this point
Browse repository at this point
Commits on Aug 18, 2012
NOTE: This will break any configuration files from JSIL 0.5 or earlier!
Show description for b5898d1
kg
committed
b5898d1
View commit details
Copy full SHA for b5898d1
View code at this point
Browse repository at this point
Commits on Aug 16, 2012
Make JSILc attempt to reuse type info providers between different compiled assemblies if possible.
Show description for f29b547
kg
committed
f29b547
View commit details
Copy full SHA for f29b547
View code at this point
Browse repository at this point
Commits on Apr 24, 2012
Overhaul the SolutionBuilder to manually translate .sln files into MSBuild projects by fiddling around with undocumented MSBuild internals. Why? MSBuild sucks. Why? Because setting the Configuratio…
Show description for 36d9f0e
kg
committed
36d9f0e
View commit details
Copy full SHA for 36d9f0e
View code at this point
Browse repository at this point
Commits on Mar 23, 2012
JSILc writes the names of output files to stdout so that you can easily get a list of outputs.
Show description for eca802c
kg
committed
eca802c
View commit details
Copy full SHA for eca802c
View code at this point
Browse repository at this point
Implement a profile system that allows basic control over project configuration and post-processing of build results.
Show description for 7218594
kg
committed
7218594
View commit details
Copy full SHA for 7218594
View code at this point
Browse repository at this point
Commits on Nov 29, 2011
Default settings are provided in the form of a .jsilconfig file instead of being hard-coded
Show description for e6e59f8
kg
committed
e6e59f8
View commit details
Copy full SHA for e6e59f8
View code at this point
Browse repository at this point
Implement %configpath% and %assemblypath% replacement values for the OutputDirectory configuration setting
kg
committed
8110495
View commit details
Copy full SHA for 8110495
View code at this point
Browse repository at this point
Make configurations use nullables so that it's possible to distinguish between omitted options and false values for booleans, so that partial configurations can be merged into other configurations
Show description for bf0534c
kg
committed
bf0534c
View commit details
Copy full SHA for bf0534c
View code at this point
Browse repository at this point
Allow specifying a build platform and build configuration when passing a .sln file on the command line
Show description for b09b5a4
kg
committed
b09b5a4
View commit details
Copy full SHA for b09b5a4
View code at this point
Browse repository at this point
Commits on Nov 27, 2011
Finish moving command line parsing over to the new Configuration system. Loading/saving configs from disk doesn't work yet.
Show description for a28e22d
kg
committed
a28e22d
View commit details
Copy full SHA for a28e22d
View code at this point
Browse repository at this point
Commits on Nov 2, 2011
Split method/property replacement transform out from the operator simplification transform, since disabling the former will break important behavior
Show description for 9d9abe3
kg
committed
9d9abe3
View commit details
Copy full SHA for 9d9abe3
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.