-
-
Notifications
You must be signed in to change notification settings - Fork 672
Support asconfig.json #1238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Support asconfig.json #1238
Changes from 1 commit
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
67d8013
implement naive asconfig
jtenner 6a70013
switch to args, whoops
jtenner 4cf1b2b
semicolon for lint
jtenner 0115341
each merge returns an options object
jtenner cb6e9ac
try to follow coding style, maybe use for of loop?
jtenner f071ae8
Actually, ' Object' is not 'Object'
jtenner dd12c9a
add asconfig.entries to compilation, keep track of asconfigDir for la…
jtenner 6f98121
take into account relative baseDirs
jtenner d637a1f
fix small linted error
jtenner ef481e5
Merge branch 'asconfig' of https://github.com/jtenner/assemblyscript …
jtenner 483cc9d
Setup tests for asconfig
jtenner 9f602b1
Merge branch 'master' of https://github.com/assemblyscript/assemblysc…
jtenner ca95430
add const test
jtenner 3257573
test single level inheritence with targets
jtenner e05a71f
config extension test, switch getAsconfig params
jtenner a0700c6
Modify asinit
jtenner 4dd142e
typos
jtenner 3b5a8ce
switch code style to regular functions
jtenner 2a4e351
leading newline in json
jtenner 9e0d217
config changes
jtenner 7155d50
switch to isObject helper, and use typeof for string validation
jtenner a7a3999
semicolon
jtenner 4e3de7d
Update bin/asinit
jtenner 3e39805
Merge branch 'master' of https://github.com/assemblyscript/assemblysc…
jtenner 932961d
switch to more general unique function
jtenner a29f617
unique cleanups
jtenner 2ead5ae
Update cli/asc.js
jtenner c6af0dd
ignore cyclical dependencies
jtenner ec7d44c
Update cli/asc.js
jtenner d3abe65
Merge branch 'asconfig' of https://github.com/jtenner/assemblyscript …
jtenner acd8725
suggested changes
jtenner 8195764
Swap merge args, rename config.entries --> config.include
f30d456
Rename include back to entries
7e26838
Added entry-points test
d8bd07b
Swap back and fix transform
7827a93
Added more tests
3e0303d
Merge pull request #1 from willemneal/asconfig
jtenner bb4cdaf
Merge branch 'master' of https://github.com/assemblyscript/assemblysc…
jtenner f44491c
cleanup
jtenner ac37a14
add watfile output
jtenner a77826c
remove complicated test
jtenner 7c4e5cf
remove options test matching, why export argv/args
jtenner 2ef00d0
Merge branch 'master' of https://github.com/assemblyscript/assemblysc…
jtenner 3ad6d88
Whoops
jtenner ca18d62
make tests pass. What's next?
jtenner 7f25365
linting issues
jtenner dc55518
linting issues
jtenner cbcb88e
Add showConfig to print out config and exit
9e35892
fix linting issue with indentation? really?
jtenner 42703a1
remove watfile output, it's a bug, add complicated test
jtenner 0f1803d
add complicated test
jtenner b177e94
check memory size here, switch args merge order
jtenner e80cd8b
Merge remote-tracking branch 'jtenner/asconfig' into asconfig
d3a347d
Merge pull request #2 from willemneal/asconfig
jtenner 2495578
Update cli/asc.js
jtenner ad7d24a
Update cli/asc.json
jtenner 9e4aebf
Update bin/asinit
jtenner debc2fc
Update bin/asinit
jtenner 00e9b27
Update cli/asc.json
jtenner d304b36
Update tests/asconfig/entry-points/nested/assembly/index.ts
jtenner 16bfe42
Update bin/asinit
jtenner bc24391
Update cli/asc.js
jtenner 27656af
remove flags
jtenner e2bf925
Merge branch 'asconfig' of https://github.com/jtenner/assemblyscript …
jtenner 8f5e8fb
add suggested target description
jtenner 55135bc
remove path.join because resolve performs concatenation already
jtenner 1b1fc19
updated test to include 'optimize' flag
jtenner 62caba3
rename to resolveBasedir
jtenner 0d0e29e
Merge branch 'master' of https://github.com/assemblyscript/assemblysc…
jtenner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.