Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support .inc.js files for standard library overlays. #1119

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 1 commit into from
Jun 7, 2022

Conversation

nevkontakte
Copy link
Member

@nevkontakte nevkontakte commented Jun 5, 2022

This will simplify access to low-level JavaScript features from the
overlay sources. In many ways, this will fill the role of assembly in
the upstream standard library.

This change also introduces stricter checks for the ad-hoc build mode,
requiring that all sources are in the same directory. This is necessary
to maintain invariants about the build.Package we construct and is
similar to what the go tool does.

@nevkontakte nevkontakte requested a review from flimzy June 5, 2022 13:20
@nevkontakte nevkontakte force-pushed the inc-js branch 2 times, most recently from 4d483c1 to 3d82bcd Compare June 5, 2022 13:33
@nevkontakte nevkontakte enabled auto-merge June 5, 2022 13:33
This will simplify access to low-level JavaScript features from the
overlay sources. In many ways, this will fill the role of assembly in
the upstream standard library.

This change also introduces stricter checks for the ad-hoc build mode,
requiring that all sources are in the same directory. This is necessary
to maintain invariants about the build.Package we construct and is
similar to what the go tool does.
@nevkontakte nevkontakte merged commit d431144 into gopherjs:master Jun 7, 2022
@nevkontakte nevkontakte deleted the inc-js branch July 9, 2022 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants